config.h 4.2 KB

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