diff options
author | David Baudens <baudens@mandriva.com> | 2001-08-24 15:59:19 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2001-08-24 15:59:19 +0000 |
commit | f8142913107a30d330380d68acf7d8e2f074f9f2 (patch) | |
tree | 1177881531da5b6c32d88f1d5872d447e5fad52a /krozat/config.h | |
parent | cc6e29c2cae096aeb2eed52cf0333e8f525f55f3 (diff) | |
download | common-data-f8142913107a30d330380d68acf7d8e2f074f9f2.tar common-data-f8142913107a30d330380d68acf7d8e2f074f9f2.tar.gz common-data-f8142913107a30d330380d68acf7d8e2f074f9f2.tar.bz2 common-data-f8142913107a30d330380d68acf7d8e2f074f9f2.tar.xz common-data-f8142913107a30d330380d68acf7d8e2f074f9f2.zip |
Add krozat directory (Mandrake Linux screensaver)
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 + |