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.in | |
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.in')
-rw-r--r-- | krozat/config.h.in | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/krozat/config.h.in b/krozat/config.h.in new file mode 100644 index 0000000..20bd150 --- /dev/null +++ b/krozat/config.h.in @@ -0,0 +1,47 @@ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* The number of bytes in a char. */ +#undef SIZEOF_CHAR + +/* The number of bytes in a char *. */ +#undef SIZEOF_CHAR_P + +/* The number of bytes in a int. */ +#undef SIZEOF_INT + +/* The number of bytes in a long. */ +#undef SIZEOF_LONG + +/* Define if you have the res_init function. */ +#undef HAVE_RES_INIT + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION + +/* C++ compiler supports template repository */ +#undef HAVE_TEMPLATE_REPOSITORY + +/* Defines if your system has the crypt function */ +#undef HAVE_CRYPT + +/* Define the real type of socklen_t */ +#undef socklen_t + +/* Compatibility define */ +#undef ksize_t + +/* Define if you have libz */ +#undef HAVE_LIBZ + +/* Define if you want Xinerama support */ +#undef HAVE_XINERAMA + +/* Define if you have libpng */ +#undef HAVE_LIBPNG + +/* Define if you have libjpeg */ +#undef HAVE_LIBJPEG + |