home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / unofficial-plug-ins / gimp_ace / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-07-10  |  3.5 KB  |  137 lines

  1. /* We're compling the GIMP wrapper for ACE ... */
  2. #define GLACE_GIMP 1
  3.  
  4. /* gettext stuff */
  5. #define ENABLE_NLS 1
  6. #undef HAVE_CATGETS
  7. #define HAVE_GETTEXT 1
  8. #undef HAVE_LC_MESSAGES
  9. #undef HAVE_STPCPY
  10. #undef HAVE_LIBSM
  11. #undef HAVE_UNISTD_H
  12.  
  13. /* end acconfig.h */
  14.  
  15.  
  16. /* Define if using alloca.c.  */
  17. #undef C_ALLOCA
  18.  
  19. /* Define to empty if the keyword does not work.  */
  20. /*#undef const*/
  21.  
  22. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  23.    This function is required for alloca.c support on those systems.  */
  24. #undef CRAY_STACKSEG_END
  25.  
  26. /* Define if you have alloca, as a function or macro.  */
  27. #undef HAVE_ALLOCA
  28.  
  29. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  30. #undef HAVE_ALLOCA_H
  31.  
  32. /* Define if you have a working `mmap' system call.  */
  33. #undef HAVE_MMAP
  34.  
  35. /* Define as __inline if that's what the C compiler calls it.  */
  36. #undef inline
  37.  
  38. /* Define to `long' if <sys/types.h> doesn't define.  */
  39. #undef off_t
  40.  
  41. /* Define if you need to in order for stat and other things to work.  */
  42. #undef _POSIX_SOURCE
  43.  
  44. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  45. /*#undef size_t*/
  46.  
  47. /* If using the C implementation of alloca, define if you know the
  48.    direction of stack growth for your system; otherwise it will be
  49.    automatically deduced at run-time.
  50.  STACK_DIRECTION > 0 => grows toward higher addresses
  51.  STACK_DIRECTION < 0 => grows toward lower addresses
  52.  STACK_DIRECTION = 0 => direction of growth unknown
  53.  */
  54. #undef STACK_DIRECTION
  55.  
  56. /* Define if you have the ANSI C header files.  */
  57. #define STDC_HEADERS 1
  58.  
  59. /* Define if you have the __argz_count function.  */
  60. #undef HAVE___ARGZ_COUNT
  61.  
  62. /* Define if you have the __argz_next function.  */
  63. #undef HAVE___ARGZ_NEXT
  64.  
  65. /* Define if you have the __argz_stringify function.  */
  66. #undef HAVE___ARGZ_STRINGIFY
  67.  
  68. /* Define if you have the dcgettext function.  */
  69. #undef HAVE_DCGETTEXT
  70.  
  71. /* Define if you have the getcwd function.  */
  72. #undef HAVE_GETCWD
  73.  
  74. /* Define if you have the getpagesize function.  */
  75. #undef HAVE_GETPAGESIZE
  76.  
  77. /* Define if you have the munmap function.  */
  78. #undef HAVE_MUNMAP
  79.  
  80. /* Define if you have the putenv function.  */
  81. #undef HAVE_PUTENV
  82.  
  83. /* Define if you have the setenv function.  */
  84. #undef HAVE_SETENV
  85.  
  86. /* Define if you have the setlocale function.  */
  87. #undef HAVE_SETLOCALE
  88.  
  89. /* Define if you have the stpcpy function.  */
  90. #undef HAVE_STPCPY
  91.  
  92. /* Define if you have the strcasecmp function.  */
  93. #undef HAVE_STRCASECMP
  94.  
  95. /* Define if you have the strchr function.  */
  96. #define HAVE_STRCHR 1
  97.  
  98. /* Define if you have the strdup function.  */
  99. #define HAVE_STRDUP 1
  100.  
  101. /* Define if you have the <argz.h> header file.  */
  102. #undef HAVE_ARGZ_H
  103.  
  104. /* Define if you have the <limits.h> header file.  */
  105. #undef HAVE_LIMITS_H
  106.  
  107. /* Define if you have the <locale.h> header file.  */
  108. #define HAVE_LOCALE_H 1
  109.  
  110. /* Define if you have the <malloc.h> header file.  */
  111. #undef HAVE_MALLOC_H
  112.  
  113. /* Define if you have the <nl_types.h> header file.  */
  114. #undef HAVE_NL_TYPES_H
  115.  
  116. /* Define if you have the <string.h> header file.  */
  117. #define HAVE_STRING_H 1
  118.  
  119. /* Define if you have the <sys/param.h> header file.  */
  120. #undef HAVE_SYS_PARAM_H
  121.  
  122. /* Define if you have the <unistd.h> header file.  */
  123. #undef HAVE_UNISTD_H
  124.  
  125. /* Define if you have the i library (-li).  */
  126. #undef HAVE_LIBI
  127.  
  128. /* Name of package */
  129. #undef PACKAGE
  130.  
  131. /* Version number of package */
  132. #define VERSION "0.6.2"
  133.  
  134. /* Define for extra diagnostic images. */
  135. #undef DIAGNOSTIC
  136.  
  137.