X-Git-Url: https://ruin.nu/git/?p=eonsl.git;a=blobdiff_plain;f=config.h;fp=config.h;h=8c57a76ddd514fba65cd812c6beb6a89c0d7a43c;hp=0000000000000000000000000000000000000000;hb=db0cf20958990f98385768e9278cab0eb2d2ef46;hpb=88987ed3058eed1c8fc57ed619375bb9a8838c59 diff --git a/config.h b/config.h new file mode 100644 index 0000000..8c57a76 --- /dev/null +++ b/config.h @@ -0,0 +1,28 @@ +/* config.h. Generated automatically by configure. */ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Name of package */ +#define PACKAGE "eonsl" + +/* Version number of package */ +#define VERSION "0.1" + +/* C++ compiler supports template repository */ +#define HAVE_TEMPLATE_REPOSITORY 1 + +/* Defines if your system has the crypt function */ +#define HAVE_CRYPT 1 + +/* Define the type of the third argument for getsockname + */ +#define ksize_t socklen_t + +/* Define if the C++ compiler supports BOOL */ +#define HAVE_BOOL 1 + +/* Define if you have libz */ +#define HAVE_LIBZ 1 + +/* Define if you have libpng */ +#define HAVE_LIBPNG 1 +