diff options
author | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2002-06-30 20:10:25 +0000 |
---|---|---|
committer | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2002-06-30 20:10:25 +0000 |
commit | 4d3960bb1d78ec70f6897abea89908a036467804 (patch) | |
tree | c5ad01200aea9e3f9a6e628a609311b35000a1d6 /config.h.in | |
parent | 1724b0d479d1c7bd97630b8dd410eea31eb35780 (diff) | |
download | xfwm4-4d3960bb1d78ec70f6897abea89908a036467804.tar.gz |
*** empty log message ***
(Old svn revision: 10408)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 63 |
1 files changed, 15 insertions, 48 deletions
diff --git a/config.h.in b/config.h.in index da73e1c80..320306c00 100644 --- a/config.h.in +++ b/config.h.in @@ -1,85 +1,52 @@ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated automatically from configure.in by autoheader. */ #undef DEBUG -/* Define to 1 if you have the <inttypes.h> header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the `X11' library (-lX11). */ +/* Define if you have the `X11' library (-lX11). */ #undef HAVE_LIBX11 -/* Define to 1 if you have the `Xext' library (-lXext). */ +/* Define if you have the `Xext' library (-lXext). */ #undef HAVE_LIBXEXT -/* Define to 1 if you have the `Xpm' library (-lXpm). */ +/* Define if you have the `Xpm' library (-lXpm). */ #undef HAVE_LIBXPM -/* Define to 1 if you have the `malloc' function. */ +/* Define if you have the `malloc' function. */ #undef HAVE_MALLOC -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the `setlocale' function. */ +/* Define if you have the `setlocale' function. */ #undef HAVE_SETLOCALE -/* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the <stdlib.h> header file. */ +/* Define if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the `strchr' function. */ +/* Define if you have the `strchr' function. */ #undef HAVE_STRCHR -/* Define to 1 if you have the `strdup' function. */ +/* Define if you have the `strdup' function. */ #undef HAVE_STRDUP -/* Define to 1 if you have the <strings.h> header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the <string.h> header file. */ +/* Define if you have the <string.h> header file. */ #undef HAVE_STRING_H -/* Define to 1 if you have the `strrchr' function. */ +/* Define if you have the `strrchr' function. */ #undef HAVE_STRRCHR -/* Define to 1 if you have the `strstr' function. */ +/* Define if you have the `strstr' function. */ #undef HAVE_STRSTR -/* Define to 1 if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the <unistd.h> header file. */ +/* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H /* Name of package */ #undef PACKAGE -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ +/* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION -/* Define to 1 if the X Window System is missing or not being used. */ +/* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING /* Define to empty if `const' does not conform to ANSI C. */ |