config.h.in 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if translation of program messages to the user's native
  3. language is requested. */
  4. #undef ENABLE_NLS
  5. /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
  6. CoreFoundation framework. */
  7. #undef HAVE_CFLOCALECOPYCURRENT
  8. /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
  9. the CoreFoundation framework. */
  10. #undef HAVE_CFPREFERENCESCOPYAPPVALUE
  11. /* Define if the GNU dcgettext() function is already present or preinstalled.
  12. */
  13. #undef HAVE_DCGETTEXT
  14. /* Define to 1 if you have the <dlfcn.h> header file. */
  15. #undef HAVE_DLFCN_H
  16. /* Define to 1 if you have the <float.h> header file. */
  17. #undef HAVE_FLOAT_H
  18. /* Define to 1 if you have the <fnmatch.h> header file. */
  19. #undef HAVE_FNMATCH_H
  20. /* Define to 1 if you have the `geteuid' function. */
  21. #undef HAVE_GETEUID
  22. /* Define if the GNU gettext() function is already present or preinstalled. */
  23. #undef HAVE_GETTEXT
  24. /* Define to 1 if you have the `getuid' function. */
  25. #undef HAVE_GETUID
  26. /* Define to 1 if you have the <glob.h> header file. */
  27. #undef HAVE_GLOB_H
  28. /* Define if you have the iconv() function and it works. */
  29. #undef HAVE_ICONV
  30. /* Define to 1 if you have the <inttypes.h> header file. */
  31. #undef HAVE_INTTYPES_H
  32. /* Define to 1 if you have the <langinfo.h> header file. */
  33. #undef HAVE_LANGINFO_H
  34. /* Define to 1 if you have the <libintl.h> header file. */
  35. #undef HAVE_LIBINTL_H
  36. /* Define to 1 if you have the <mcheck.h> header file. */
  37. #undef HAVE_MCHECK_H
  38. /* Define to 1 if you have the <memory.h> header file. */
  39. #undef HAVE_MEMORY_H
  40. /* Define to 1 if you have the `mtrace' function. */
  41. #undef HAVE_MTRACE
  42. /* Define to 1 if you have the `setregid' function. */
  43. #undef HAVE_SETREGID
  44. /* Define to 1 if you have the `srandom' function. */
  45. #undef HAVE_SRANDOM
  46. /* Define to 1 if you have the <stdint.h> header file. */
  47. #undef HAVE_STDINT_H
  48. /* Define to 1 if you have the <stdlib.h> header file. */
  49. #undef HAVE_STDLIB_H
  50. /* Define to 1 if you have the `stpcpy' function. */
  51. #undef HAVE_STPCPY
  52. /* Define to 1 if you have the `strerror' function. */
  53. #undef HAVE_STRERROR
  54. /* Define to 1 if you have the <strings.h> header file. */
  55. #undef HAVE_STRINGS_H
  56. /* Define to 1 if you have the <string.h> header file. */
  57. #undef HAVE_STRING_H
  58. /* Define to 1 if you have the <sys/stat.h> header file. */
  59. #undef HAVE_SYS_STAT_H
  60. /* Define to 1 if you have the <sys/types.h> header file. */
  61. #undef HAVE_SYS_TYPES_H
  62. /* Define to 1 if you have the <unistd.h> header file. */
  63. #undef HAVE_UNISTD_H
  64. /* Define to 1 if you have the `vasprintf' function. */
  65. #undef HAVE_VASPRINTF
  66. /* Define to 1 if you have the `__secure_getenv' function. */
  67. #undef HAVE___SECURE_GETENV
  68. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  69. */
  70. #undef LT_OBJDIR
  71. /* Name of package */
  72. #undef PACKAGE
  73. /* Define to the address where bug reports for this package should be sent. */
  74. #undef PACKAGE_BUGREPORT
  75. /* Define to the full name of this package. */
  76. #undef PACKAGE_NAME
  77. /* Define to the full name and version of this package. */
  78. #undef PACKAGE_STRING
  79. /* Define to the one symbol short name of this package. */
  80. #undef PACKAGE_TARNAME
  81. /* Define to the version of this package. */
  82. #undef PACKAGE_VERSION
  83. /* Full path to popt top_srcdir. */
  84. #undef POPT_SOURCE_PATH
  85. /* Full path to default POPT configuration directory */
  86. #undef POPT_SYSCONFDIR
  87. /* Define to 1 if the C compiler supports function prototypes. */
  88. #undef PROTOTYPES
  89. /* Define to 1 if you have the ANSI C header files. */
  90. #undef STDC_HEADERS
  91. /* Version number of package */
  92. #undef VERSION
  93. /* Number of bits in a file offset, on hosts where this is settable. */
  94. #undef _FILE_OFFSET_BITS
  95. /* Define for large files, on AIX-style hosts. */
  96. #undef _LARGE_FILES
  97. /* Define like PROTOTYPES; this can be used by system headers. */
  98. #undef __PROTOTYPES