home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / the25.zip / thesrc251.zip / config.h.in < prev    next >
Text File  |  1998-07-24  |  5KB  |  219 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define this always; build number.  */
  4. /* When next build requires configure to be run again, increment this */
  5. /* Format is xxyy where xx is version, yy build number */
  6. #undef BUILD2502
  7.  
  8. /* Define value of BSD_STANDOUT */
  9. #undef BSD_STANDOUT
  10.  
  11. /* Define to int if no chtype defined in curses header.  */
  12. #ifndef chtype
  13. #undef chtype
  14. #endif
  15.  
  16. /* Define to empty if the keyword does not work.  */
  17. #undef const
  18.  
  19. /* Define if curses library has this function */
  20. #undef HAVE_BEEP
  21.  
  22. /* Define if the SVR4 curses is broken */
  23. #undef HAVE_BROKEN_SYSVR4_CURSES
  24.  
  25. /* Define if linking with BSD curses variant */
  26. #undef HAVE_BSD_CURSES
  27.  
  28. /* Define if curses library has this function */
  29. #undef HAVE_CBREAK
  30.  
  31. /* Define if curses library has this function */
  32. #undef HAVE_CURS_SET
  33.  
  34. /* Define if curses library has this function */
  35. #undef HAVE_DOUPDATE
  36.  
  37. /* Define if curses library has this function */
  38. #undef HAVE_KEYPAD
  39.  
  40. /* Define if curses library has this function */
  41. #undef HAVE_NOCBREAK
  42.  
  43. /* Define if curses library has this function */
  44. #undef HAVE_NODELAY
  45.  
  46. /* Define if curses library has this function */
  47. #undef HAVE_NOTIMEOUT
  48.  
  49. /* Define if curses library has this function */
  50. #undef HAVE_UNGETCH
  51.  
  52. /* Define if your compiler supports ANSI prototypes  */
  53. #undef HAVE_PROTO
  54.  
  55. /* Define if curses library has this function */
  56. #undef HAVE_RAW
  57.  
  58. /* Define if curses library has this function */
  59. #undef HAVE_RESET_PROG_MODE
  60.  
  61. /* Define if curses library has this function */
  62. #undef HAVE_RESET_SHELL_MODE
  63.  
  64. /* Define if curses library has this function */
  65. #undef HAVE_RESIZE_TERM
  66.  
  67. /* Define if curses library has this function */
  68. #undef HAVE_SLK_INIT
  69.  
  70. /* Define if curses library has this function */
  71. #undef HAVE_SLK_ATTRSET
  72.  
  73. /* Define if curses library has this function */
  74. #undef HAVE_SB_INIT
  75.  
  76. /* Define if curses library has this function */
  77. #undef HAVE_TOUCHLINE
  78.  
  79. /* Define if curses library has this function */
  80. #undef HAVE_TYPEAHEAD
  81.  
  82. /* Define if curses library has this  */
  83. #undef HAVE_WATTRSET
  84.  
  85. /* Define if curses library has this function */
  86. #undef HAVE_WNOUTREFRESH
  87.  
  88. /* Define if curses library has this function */
  89. #undef HAVE_WVLINE
  90.  
  91. /* Define if not linking with REXX support  */
  92. #undef NOREXX
  93.  
  94. /* Define if you need to in order for stat and other things to work.  */
  95. #undef _POSIX_SOURCE
  96.  
  97. /* Define as the return type of signal handlers (int or void).  */
  98. #undef RETSIGTYPE
  99.  
  100. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  101. #undef size_t
  102.  
  103. /* Define if you have the ANSI C header files.  */
  104. #undef STDC_HEADERS
  105.  
  106. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  107. #undef TIME_WITH_SYS_TIME
  108.  
  109. /* Define if your <sys/time.h> declares struct tm.  */
  110. #undef TM_IN_SYS_TIME
  111.  
  112. /* Define if compiling with TRACE information */
  113. #undef TRACE
  114.  
  115. /* Define if running on UNIX system.  */
  116. #undef UNIX
  117.  
  118. /* Define if linking with Extended Curses.  */
  119. #undef USE_EXTCURSES
  120.  
  121. /* Define if linking with nurses.  */
  122. #undef USE_NCURSES
  123.  
  124. /* Define if linking with Regina REXX.  */
  125. #undef USE_REGINA
  126.  
  127. /* Define if linking with REXX/6000.  */
  128. #undef USE_REXX6000
  129.  
  130. /* Define if linking with REXX/imc.  */
  131. #undef USE_REXXIMC
  132.  
  133. /* Define if linking with Object Rexx.  */
  134. #undef USE_OREXX
  135.  
  136. /* Define if linking with uni-REXX.  */
  137. #undef USE_UNIREXX
  138.  
  139. /* Define if linking with XCurses.  */
  140. #undef USE_XCURSES
  141.  
  142. /* Define a value for the xterm program */
  143. #undef XTERM_PROGRAM
  144.  
  145. /* Define if you have this function */
  146. #undef HAVE_ACL_GET
  147.  
  148. /* Define if you have this function */
  149. #undef HAVE_GETACL
  150.  
  151. /* Define if you have the getopt function.  */
  152. #undef HAVE_GETOPT
  153.  
  154. /* Define if you have the readlink function.  */
  155. #undef HAVE_READLINK
  156.  
  157. /* Define if you have the rename function.  */
  158. #undef HAVE_RENAME
  159.  
  160. /* Define if you have the lstat function.  */
  161. #undef HAVE_LSTAT
  162.  
  163. /* Define if you have the chown function.  */
  164. #undef HAVE_CHOWN
  165.  
  166. /* Define if you have the <ctype.h> header file.  */
  167. #undef HAVE_CTYPE_H
  168.  
  169. /* Define if you have the <dirent.h> header file.  */
  170. #undef HAVE_DIRENT_H
  171.  
  172. /* Define if you have the <fcntl.h> header file.  */
  173. #undef HAVE_FCNTL_H
  174.  
  175. /* Define if you have the <linux/stat.h> header file.  */
  176. #undef HAVE_LINUX_STAT_H
  177.  
  178. /* Define if you have the <memory.h> header file.  */
  179. #undef HAVE_MEMORY_H
  180.  
  181. /* Define if you have the <stat.h> header file.  */
  182. #undef HAVE_STAT_H
  183.  
  184. /* Define if you have the <stdarg.h> header file.  */
  185. #undef HAVE_STDARG_H
  186.  
  187. /* Define if you have the <stdlib.h> header file.  */
  188. #undef HAVE_STDLIB_H
  189.  
  190. /* Define if you have the <string.h> header file.  */
  191. #undef HAVE_STRING_H
  192.  
  193. /* Define if you have the <time.h> header file.  */
  194. #undef HAVE_TIME_H
  195.  
  196. /* Define if you have the <sys/acl.h> header file.  */
  197. #undef HAVE_SYS_ACL_H
  198.  
  199. /* Define if you have the <sys/mode.h> header file.  */
  200. #undef HAVE_SYS_MODE_H
  201.  
  202. /* Define if you have the <sys/file.h> header file.  */
  203. #undef HAVE_SYS_FILE_H
  204.  
  205. /* Define if you have the <sys/stat.h> header file.  */
  206. #undef HAVE_SYS_STAT_H
  207.  
  208. /* Define if you have the <sys/types.h> header file.  */
  209. #undef HAVE_SYS_TYPES_H
  210.  
  211. /* Define if you have the <sys/wait.h> header file.  */
  212. #undef HAVE_SYS_WAIT_H
  213.  
  214. /* Define if you have the <unistd.h> header file.  */
  215. #undef HAVE_UNISTD_H
  216.  
  217. /* Define if are on Digital Unix 4.0.  */
  218. #undef HAVE_BROKEN_SYS_ACL_H
  219.