home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / ImageMagick-4.0.6.tar.gz / ImageMagick-4.0.6.tar / ImageMagick-4.0.6 / acconfig.h next >
Text File  |  1998-04-21  |  3KB  |  142 lines

  1.  
  2. /* Define to empty if the keyword does not work.  */
  3. #undef const
  4.  
  5. /* Define if you don't have vprintf but do have _doprnt.  */
  6. #undef HAVE_DOPRNT
  7.  
  8. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  9. #undef HAVE_SYS_WAIT_H
  10.  
  11. /* Define if you have the vprintf function.  */
  12. #undef HAVE_VPRINTF
  13.  
  14. /* Define to `int' if <sys/types.h> doesn't define.  */
  15. #undef mode_t
  16.  
  17. /* Define to `int' if <sys/types.h> doesn't define.  */
  18. #undef pid_t
  19.  
  20. /* Define as the return type of signal handlers (int or void).  */
  21. #undef RETSIGTYPE
  22.  
  23. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  24. #undef size_t
  25.  
  26. /* Define if you have the ANSI C header files.  */
  27. #undef STDC_HEADERS
  28.  
  29. /* Define on System V Release 4.  */
  30. #undef SVR4
  31.  
  32. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  33. #undef TIME_WITH_SYS_TIME
  34.  
  35. /* Define if the X Window System is missing or not being used.  */
  36. #undef X_DISPLAY_MISSING
  37.  
  38. /* Package name */
  39. #undef PACKAGE
  40.  
  41. /* Package version */
  42. #undef VERSION
  43.  
  44. /* Include patented LZW compression */
  45. #undef HasLZW
  46.  
  47. /* X11 server supports shape extension */
  48. #undef HasShape
  49.  
  50. /* X11 server supports shared memory extension */
  51. #undef HasSharedMemory
  52.  
  53. /* Increase max color value from 255 to 65535 */
  54. #undef QuantumLeap
  55.  
  56. /* Location of X11 RGB database */
  57. #undef RGBColorDatabase
  58.  
  59. /* Define if you have Display Postscript */
  60. #undef HasDPS
  61.  
  62. /* Define if you have FlashPIX library */
  63. #undef HasFPX
  64.  
  65. /* Define if you have HDF library */
  66. #undef HasHDF
  67.  
  68. /* Define if you have JBIG library */
  69. #undef HasJBIG
  70.  
  71. /* Define if you have JPEG library */
  72. #undef HasJPEG
  73.  
  74. /* Define if you have MPEG library */
  75. #undef HasMPEG
  76.  
  77. /* Define if you have PNG library */
  78. #undef HasPNG
  79.  
  80. /* Define if you have TIFF library */
  81. #undef HasTIFF
  82.  
  83. /* Define if you have FreeType (TrueType font) library */
  84. #undef HasTTF
  85.  
  86. /* Define if you have zlib compression library */
  87. #undef HasZLIB
  88.  
  89. /* Define if you have debugging malloc library */
  90. #undef WITH_DMALLOC
  91.  
  92. /* Define if you have sys_errlist[] in libc */
  93. #undef HAVE_SYS_ERRLIST
  94.  
  95. /* Define if you have the getcwd function.  */
  96. #undef HAVE_GETCWD
  97.  
  98. /* Define if you have the gethostname function.  */
  99. #undef HAVE_GETHOSTNAME
  100.  
  101. /* Define if you have the mkdir function.  */
  102. #undef HAVE_MKDIR
  103.  
  104. /* Define if you have the select function.  */
  105. #undef HAVE_SELECT
  106.  
  107. /* Define if you have the strcspn function.  */
  108. #undef HAVE_STRCSPN
  109.  
  110. /* Define if you have the strerror function.  */
  111. #undef HAVE_STRERROR
  112.  
  113. /* Define if you have the strtol function.  */
  114. #undef HAVE_STRTOL
  115.  
  116. /* Define if you have the <dirent.h> header file.  */
  117. #undef HAVE_DIRENT_H
  118.  
  119. /* Define if you have the <fcntl.h> header file.  */
  120. #undef HAVE_FCNTL_H
  121.  
  122. /* Define if you have the <ndir.h> header file.  */
  123. #undef HAVE_NDIR_H
  124.  
  125. /* Define if you have the <strings.h> header file.  */
  126. #undef HAVE_STRINGS_H
  127.  
  128. /* Define if you have the <sys/dir.h> header file.  */
  129. #undef HAVE_SYS_DIR_H
  130.  
  131. /* Define if you have the <sys/file.h> header file.  */
  132. #undef HAVE_SYS_FILE_H
  133.  
  134. /* Define if you have the <sys/ndir.h> header file.  */
  135. #undef HAVE_SYS_NDIR_H
  136.  
  137. /* Define if you have the <sys/time.h> header file.  */
  138. #undef HAVE_SYS_TIME_H
  139.  
  140. /* Define if you have the <unistd.h> header file.  */
  141. #undef HAVE_UNISTD_H
  142.