config.h.in 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* always defined to indicate that i18n is enabled */
  3. #undef ENABLE_NLS
  4. /* Gettext package */
  5. #undef GETTEXT_PACKAGE
  6. /* Define to 1 if you have the `bind_textdomain_codeset' function. */
  7. #undef HAVE_BIND_TEXTDOMAIN_CODESET
  8. /* Define to 1 if you have the `dcgettext' function. */
  9. #undef HAVE_DCGETTEXT
  10. /* Define to 1 if you have the <getopt.h> header file. */
  11. #undef HAVE_GETOPT_H
  12. /* Define if the GNU gettext() function is already present or preinstalled. */
  13. #undef HAVE_GETTEXT
  14. /* Define to 1 if you have the <inttypes.h> header file. */
  15. #undef HAVE_INTTYPES_H
  16. /* Define if your <locale.h> file defines LC_MESSAGES. */
  17. #undef HAVE_LC_MESSAGES
  18. /* Define to 1 if you have the <locale.h> header file. */
  19. #undef HAVE_LOCALE_H
  20. /* Define to 1 if you have the <memory.h> header file. */
  21. #undef HAVE_MEMORY_H
  22. /* Define to 1 if you have the `popen' function. */
  23. #undef HAVE_POPEN
  24. /* Define to 1 if you have the <stdint.h> header file. */
  25. #undef HAVE_STDINT_H
  26. /* Define to 1 if you have the <stdio.h> header file. */
  27. #undef HAVE_STDIO_H
  28. /* Define to 1 if you have the <stdlib.h> header file. */
  29. #undef HAVE_STDLIB_H
  30. /* Define to 1 if you have the `strerror' function. */
  31. #undef HAVE_STRERROR
  32. /* Define to 1 if you have the <strings.h> header file. */
  33. #undef HAVE_STRINGS_H
  34. /* Define to 1 if you have the <string.h> header file. */
  35. #undef HAVE_STRING_H
  36. /* Define to 1 if you have the `strstr' function. */
  37. #undef HAVE_STRSTR
  38. /* Define to 1 if you have the <sys/stat.h> header file. */
  39. #undef HAVE_SYS_STAT_H
  40. /* Define to 1 if you have the <sys/types.h> header file. */
  41. #undef HAVE_SYS_TYPES_H
  42. /* Define to 1 if you have the <unistd.h> header file. */
  43. #undef HAVE_UNISTD_H
  44. /* Name of package */
  45. #undef PACKAGE
  46. /* Define to the address where bug reports for this package should be sent. */
  47. #undef PACKAGE_BUGREPORT
  48. /* Define to the full name of this package. */
  49. #undef PACKAGE_NAME
  50. /* Define to the full name and version of this package. */
  51. #undef PACKAGE_STRING
  52. /* Define to the one symbol short name of this package. */
  53. #undef PACKAGE_TARNAME
  54. /* Define to the home page for this package. */
  55. #undef PACKAGE_URL
  56. /* Define to the version of this package. */
  57. #undef PACKAGE_VERSION
  58. /* Define to 1 if you have the ANSI C header files. */
  59. #undef STDC_HEADERS
  60. /* Version number of package */
  61. #undef VERSION