/src/os/sylixos/config_ftk.h

http://ftk.googlecode.com/ · C Header · 137 lines · 49 code · 39 blank · 49 comment · 1 complexity · ebdb0d6bcfa61b822878fa713ac918a7 MD5 · raw file

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