/config_ftk.h.in

http://ftk.googlecode.com/ · Autoconf · 125 lines · 41 code · 37 blank · 47 comment · 29 complexity · 3eb44177a2c912c80cdb35032da91aca MD5 · raw file

  1. /* config_ftk.h.in. Generated from configure.in by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* always defined to indicate that i18n is enabled */
  5. #undef ENABLE_NLS
  6. /* Gettext package. */
  7. #undef GETTEXT_PACKAGE
  8. /* Define to 1 if you have the `bind_textdomain_codeset' function. */
  9. #undef HAVE_BIND_TEXTDOMAIN_CODESET
  10. /* Define to 1 if you have the `dcgettext' function. */
  11. #undef HAVE_DCGETTEXT
  12. /* Define to 1 if you have the <dlfcn.h> header file. */
  13. #undef HAVE_DLFCN_H
  14. /* Define to 1 if you have the <execinfo.h> header file. */
  15. #undef HAVE_EXECINFO_H
  16. /* Define to 1 if you have the <fcntl.h> header file. */
  17. #undef HAVE_FCNTL_H
  18. /* Define if the GNU gettext() function is already present or preinstalled. */
  19. #undef HAVE_GETTEXT
  20. /* Define to 1 if you have the <inttypes.h> header file. */
  21. #undef HAVE_INTTYPES_H
  22. /* Define if your <locale.h> file defines LC_MESSAGES. */
  23. #undef HAVE_LC_MESSAGES
  24. /* Define to 1 if you have the `jpeg' library (-ljpeg). */
  25. #undef HAVE_LIBJPEG
  26. /* Define to 1 if you have the <locale.h> header file. */
  27. #undef HAVE_LOCALE_H
  28. /* Define to 1 if you have the <memory.h> header file. */
  29. #undef HAVE_MEMORY_H
  30. /* Define to 1 if you have the <stdint.h> header file. */
  31. #undef HAVE_STDINT_H
  32. /* Define to 1 if you have the <stdlib.h> header file. */
  33. #undef HAVE_STDLIB_H
  34. /* Define to 1 if you have the <strings.h> header file. */
  35. #undef HAVE_STRINGS_H
  36. /* Define to 1 if you have the <string.h> header file. */
  37. #undef HAVE_STRING_H
  38. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  39. #undef HAVE_SYS_IOCTL_H
  40. /* Define to 1 if you have the <sys/stat.h> header file. */
  41. #undef HAVE_SYS_STAT_H
  42. /* Define to 1 if you have the <sys/time.h> header file. */
  43. #undef HAVE_SYS_TIME_H
  44. /* Define to 1 if you have the <sys/types.h> header file. */
  45. #undef HAVE_SYS_TYPES_H
  46. /* Define to 1 if you have the <unistd.h> header file. */
  47. #undef HAVE_UNISTD_H
  48. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  49. */
  50. #undef LT_OBJDIR
  51. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  52. #undef NO_MINUS_C_MINUS_O
  53. /* Name of package */
  54. #undef PACKAGE
  55. /* Define to the address where bug reports for this package should be sent. */
  56. #undef PACKAGE_BUGREPORT
  57. /* Define to the full name of this package. */
  58. #undef PACKAGE_NAME
  59. /* Define to the full name and version of this package. */
  60. #undef PACKAGE_STRING
  61. /* Define to the one symbol short name of this package. */
  62. #undef PACKAGE_TARNAME
  63. /* Define to the home page for this package. */
  64. #undef PACKAGE_URL
  65. /* Define to the version of this package. */
  66. #undef PACKAGE_VERSION
  67. /* Define to 1 if you have the ANSI C header files. */
  68. #undef STDC_HEADERS
  69. /* Version number of package */
  70. #undef VERSION
  71. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  72. significant byte first (like Motorola and SPARC, unlike Intel). */
  73. #if defined AC_APPLE_UNIVERSAL_BUILD
  74. # if defined __BIG_ENDIAN__
  75. # define WORDS_BIGENDIAN 1
  76. # endif
  77. #else
  78. # ifndef WORDS_BIGENDIAN
  79. # undef WORDS_BIGENDIAN
  80. # endif
  81. #endif
  82. /* Define to `__inline__' or `__inline' if that's what the C compiler
  83. calls it, or to nothing if 'inline' is not supported under any name. */
  84. #ifndef __cplusplus
  85. #undef inline
  86. #endif
  87. /* Define to `unsigned int' if <sys/types.h> does not define. */
  88. #undef size_t