home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / config.h.win32 < prev    next >
Encoding:
Text File  |  2000-12-16  |  5.3 KB  |  189 lines

  1. /* config.h.win32. Hand-generated */
  2.  
  3. /* Define if using alloca.c.  */
  4. /* #undef C_ALLOCA */
  5.  
  6. /* Define to empty if the keyword does not work.  */
  7. /* #undef const */
  8.  
  9. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  10.    This function is required for alloca.c support on those systems.  */
  11. /* #undef CRAY_STACKSEG_END */
  12.  
  13. /* Define if you have alloca, as a function or macro.  */
  14. #define HAVE_ALLOCA 1
  15.  
  16. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  17. /* #undef HAVE_ALLOCA_H */
  18.  
  19. /* Define if you don't have vprintf but do have _doprnt.  */
  20. /* #undef HAVE_DOPRNT */
  21.  
  22. /* Define if you have a working `mmap' system call.  */
  23. /* #undef HAVE_MMAP */
  24.  
  25. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  26. /* #undef HAVE_SYS_WAIT_H */
  27.  
  28. /* Define if you have <unistd.h>.  */
  29. /* #undef HAVE_UNISTD_H */
  30.  
  31. /* Define if you have the vprintf function.  */
  32. #define HAVE_VPRINTF 1
  33.  
  34. /* Define as __inline if that's what the C compiler calls it.  */
  35. #define inline __inline
  36.  
  37. /* Define to `long' if <sys/types.h> doesn't define.  */
  38. /* #undef off_t */
  39.  
  40. /* Define to `int' if <sys/types.h> doesn't define.  */
  41. /* #undef pid_t */
  42.  
  43. /* Define if you need to in order for stat and other things to work.  */
  44. /* #undef _POSIX_SOURCE */
  45.  
  46. /* Define as the return type of signal handlers (int or void).  */
  47. #define RETSIGTYPE void
  48.  
  49. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  50. /* #undef size_t */
  51.  
  52. /* If using the C implementation of alloca, define if you know the
  53.    direction of stack growth for your system; otherwise it will be
  54.    automatically deduced at run-time.
  55.  STACK_DIRECTION > 0 => grows toward higher addresses
  56.  STACK_DIRECTION < 0 => grows toward lower addresses
  57.  STACK_DIRECTION = 0 => direction of growth unknown
  58.  */
  59. #define STACK_DIRECTION -1
  60.  
  61. /* Define if you have the ANSI C header files.  */
  62. #define STDC_HEADERS 1
  63.  
  64. /* Define if your processor stores words with the most significant
  65.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  66. /* #undef WORDS_BIGENDIAN */
  67.  
  68. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  69. /* #undef TIME_WITH_SYS_TIME */
  70.  
  71. /* #undef ENABLE_MP */
  72. #define ENABLE_NLS 1
  73. /* #undef HAVE_CATGETS */
  74. /* #undef HAVE_DIRENT_H */
  75. /* #undef HAVE_DOPRNT */
  76. /* #undef HAVE_GETTEXT */
  77. /* #undef HAVE_IPC_H */
  78. /* #undef HAVE_LC_MESSAGES */
  79. /* #undef HAVE_NDIR_H */
  80. #define HAVE_PROGRESSIVE_JPEG 1
  81. /* #undef HAVE_PUTENV */
  82. /* #undef HAVE_RINT */
  83. /* #undef HAVE_SHM_H */
  84. /* #undef HAVE_STPCPY */
  85. /* #undef HAVE_SYS_DIR_H */
  86. /* #undef HAVE_SYS_NDIR_H */
  87. /* #undef HAVE_SYS_PARAM_H */
  88. /* #undef HAVE_SYS_SELECT_H */
  89. /* #undef HAVE_SYS_TIME_H */
  90. /* #undef HAVE_SYS_TIMES_H */
  91. /* #undef HAVE_UNISTD_H */
  92. #define HAVE_VPRINTF 1
  93. /* #undef HAVE_VSNPRINTF */
  94. /* #undef HAVE_XSHM_H */
  95.  
  96. /* #undef IPC_RMID_DEFERRED_RELEASE */
  97.  
  98. /* #undef NO_DIFFTIME */
  99. /* #undef NO_FD_SET */
  100.  
  101. #define RAND_FUNC g_random_int
  102. #define SRAND_FUNC g_random_set_seed
  103.  
  104. /* #undef USE_PTHREADS */
  105.  
  106. /* Define if you have the __argz_count function.  */
  107. /* #undef HAVE___ARGZ_COUNT */
  108.  
  109. /* Define if you have the __argz_next function.  */
  110. /* #undef HAVE___ARGZ_NEXT */
  111.  
  112. /* Define if you have the __argz_stringify function.  */
  113. /* #undef HAVE___ARGZ_STRINGIFY */
  114.  
  115. /* Define if you have the dcgettext function.  */
  116. /* #undef HAVE_DCGETTEXT */
  117.  
  118. /* Define if you have the getcwd function.  */
  119. /* #undef HAVE_GETCWD */
  120.  
  121. /* Define if you have the getpagesize function.  */
  122. /* #undef HAVE_GETPAGESIZE */
  123.  
  124. /* Define if you have the munmap function.  */
  125. /* #undef HAVE_MUNMAP */
  126.  
  127. /* Define if you have the putenv function.  */
  128. /* #undef HAVE_PUTENV */
  129.  
  130. /* Define if you have the setenv function.  */
  131. /* #undef HAVE_SETENV */
  132.  
  133. /* Define if you have the setlocale function.  */
  134. #define HAVE_SETLOCALE 1
  135.  
  136. /* Define if you have the stpcpy function.  */
  137. /* #undef HAVE_STPCPY */
  138.  
  139. /* Define if you have the strcasecmp function.  */
  140. /* #undef HAVE_STRCASECMP */
  141.  
  142. /* Define if you have the strchr function.  */
  143. #define HAVE_STRCHR 1
  144.  
  145. /* Define if you have the strdup function.  */
  146. #define HAVE_STRDUP 1
  147.  
  148. /* Define if you have the vsnprintf function.  */
  149. /* #undef HAVE_VSNPRINTF */
  150.  
  151. /* Define if you have the <argz.h> header file.  */
  152. /* #undef HAVE_ARGZ_H */
  153.  
  154. /* Define if you have the <dirent.h> header file.  */
  155. /* #undef HAVE_DIRENT_H */
  156.  
  157. /* Define if you have the <limits.h> header file.  */
  158. #define HAVE_LIMITS_H 1
  159.  
  160. /* Define if you have the <locale.h> header file.  */
  161. #define HAVE_LOCALE_H 1
  162.  
  163. /* Define if you have the <malloc.h> header file.  */
  164. /* #undef HAVE_MALLOC_H */
  165.  
  166. /* Define if you have the <ndir.h> header file.  */
  167. /* #undef HAVE_NDIR_H */
  168.  
  169. /* Define if you have the <nl_types.h> header file.  */
  170. /* #undef HAVE_NL_TYPES_H */
  171.  
  172. /* Define if you have the <string.h> header file.  */
  173. #define HAVE_STRING_H 1
  174.  
  175. /* Define if you have the <sys/dir.h> header file.  */
  176. /* #undef HAVE_SYS_DIR_H */
  177.  
  178. /* Define if you have the <sys/ndir.h> header file.  */
  179. /* #undef HAVE_SYS_NDIR_H */
  180.  
  181. /* Define if you have the <sys/param.h> header file.  */
  182. /* #undef HAVE_SYS_PARAM_H */
  183.  
  184. /* Define if you have the <unistd.h> header file.  */
  185. /* #undef HAVE_UNISTD_H */
  186.  
  187. /* Define if you have the i library (-li).  */
  188. /* #undef HAVE_LIBI */
  189.