config.h.in (paps-0.6.8) | : | config.h.in (paps-0.7.1) | ||
---|---|---|---|---|
/* config.h.in. Generated from configure.in by autoheader. */ | /* config.h.in. Generated from configure.ac by autoheader. */ | |||
/* Define to 1 if you have the <dlfcn.h> header file. */ | /* always defined to indicate that i18n is enabled */ | |||
#undef HAVE_DLFCN_H | #undef ENABLE_NLS | |||
/* Package name for gettext. */ | ||||
#undef GETTEXT_PACKAGE | ||||
/* Define to 1 if you have the `bind_textdomain_codeset' function. */ | ||||
#undef HAVE_BIND_TEXTDOMAIN_CODESET | ||||
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the | ||||
CoreFoundation framework. */ | ||||
#undef HAVE_CFLOCALECOPYCURRENT | ||||
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in | ||||
the CoreFoundation framework. */ | ||||
#undef HAVE_CFPREFERENCESCOPYAPPVALUE | ||||
/* Define to 1 if you have the `dcgettext' function. */ | ||||
#undef HAVE_DCGETTEXT | ||||
/* Define if the GNU gettext() function is already present or preinstalled. */ | ||||
#undef HAVE_GETTEXT | ||||
/* Define to 1 if you have the <inttypes.h> header file. */ | /* Define to 1 if you have the <inttypes.h> header file. */ | |||
#undef HAVE_INTTYPES_H | #undef HAVE_INTTYPES_H | |||
/* Define if your <locale.h> file defines LC_MESSAGES. */ | ||||
#undef HAVE_LC_MESSAGES | ||||
/* Define to 1 if you have the <locale.h> header file. */ | ||||
#undef HAVE_LOCALE_H | ||||
/* Define to 1 if you have the <memory.h> header file. */ | /* Define to 1 if you have the <memory.h> header file. */ | |||
#undef HAVE_MEMORY_H | #undef HAVE_MEMORY_H | |||
/* Define to 1 if you have the <stdint.h> header file. */ | /* Define to 1 if you have the <stdint.h> header file. */ | |||
#undef HAVE_STDINT_H | #undef HAVE_STDINT_H | |||
/* Define to 1 if you have the <stdlib.h> header file. */ | /* Define to 1 if you have the <stdlib.h> header file. */ | |||
#undef HAVE_STDLIB_H | #undef HAVE_STDLIB_H | |||
/* Define to 1 if you have the <strings.h> header file. */ | /* Define to 1 if you have the <strings.h> header file. */ | |||
skipping to change at line 48 | skipping to change at line 74 | |||
/* Define to the full name of this package. */ | /* Define to the full name of this package. */ | |||
#undef PACKAGE_NAME | #undef PACKAGE_NAME | |||
/* Define to the full name and version of this package. */ | /* Define to the full name and version of this package. */ | |||
#undef PACKAGE_STRING | #undef PACKAGE_STRING | |||
/* Define to the one symbol short name of this package. */ | /* Define to the one symbol short name of this package. */ | |||
#undef PACKAGE_TARNAME | #undef PACKAGE_TARNAME | |||
/* Define to the home page for this package. */ | ||||
#undef PACKAGE_URL | ||||
/* Define to the version of this package. */ | /* Define to the version of this package. */ | |||
#undef PACKAGE_VERSION | #undef PACKAGE_VERSION | |||
/* Define to 1 if you have the ANSI C header files. */ | /* Define to 1 if you have the ANSI C header files. */ | |||
#undef STDC_HEADERS | #undef STDC_HEADERS | |||
/* Enable extensions on AIX 3, Interix. */ | ||||
#ifndef _ALL_SOURCE | ||||
# undef _ALL_SOURCE | ||||
#endif | ||||
/* Enable GNU extensions on systems that have them. */ | ||||
#ifndef _GNU_SOURCE | ||||
# undef _GNU_SOURCE | ||||
#endif | ||||
/* Enable threading extensions on Solaris. */ | ||||
#ifndef _POSIX_PTHREAD_SEMANTICS | ||||
# undef _POSIX_PTHREAD_SEMANTICS | ||||
#endif | ||||
/* Enable extensions on HP NonStop. */ | ||||
#ifndef _TANDEM_SOURCE | ||||
# undef _TANDEM_SOURCE | ||||
#endif | ||||
/* Enable general extensions on Solaris. */ | ||||
#ifndef __EXTENSIONS__ | ||||
# undef __EXTENSIONS__ | ||||
#endif | ||||
/* Version number of package */ | /* Version number of package */ | |||
#undef VERSION | #undef VERSION | |||
/* Define to 1 if on MINIX. */ | ||||
#undef _MINIX | ||||
/* Define to 2 if the system does not provide POSIX.1 features except with | ||||
this defined. */ | ||||
#undef _POSIX_1_SOURCE | ||||
/* Define to 1 if you need to in order for `stat' and other things to work. */ | ||||
#undef _POSIX_SOURCE | ||||
End of changes. 6 change blocks. | ||||
3 lines changed or deleted | 53 lines changed or added |