diff options
Diffstat (limited to 'krozat/config.h')
-rw-r--r-- | krozat/config.h | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/krozat/config.h b/krozat/config.h new file mode 100644 index 0000000..d1fa17d --- /dev/null +++ b/krozat/config.h @@ -0,0 +1,48 @@ +/* config.h. Generated automatically by configure. */ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* The number of bytes in a char. */ +#define SIZEOF_CHAR 1 + +/* The number of bytes in a char *. */ +#define SIZEOF_CHAR_P 4 + +/* The number of bytes in a int. */ +#define SIZEOF_INT 4 + +/* The number of bytes in a long. */ +#define SIZEOF_LONG 4 + +/* Define if you have the res_init function. */ +#define HAVE_RES_INIT 1 + +/* Name of package */ +#define PACKAGE "krozat" + +/* 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 real type of socklen_t */ +/* #undef socklen_t */ + +/* Compatibility define */ +#define ksize_t socklen_t + +/* Define if you have libz */ +#define HAVE_LIBZ 1 + +/* Define if you want Xinerama support */ +/* #undef HAVE_XINERAMA */ + +/* Define if you have libpng */ +#define HAVE_LIBPNG 1 + +/* Define if you have libjpeg */ +#define HAVE_LIBJPEG 1 + |