home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / mtools_3.6.src.lzh / MTOOLS_3.6 / config.h.in < prev    next >
Text File  |  1997-11-12  |  5KB  |  199 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define to empty if the keyword does not work.  */
  11. #undef const
  12.  
  13. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  14. #undef HAVE_SYS_WAIT_H
  15.  
  16. /* Define as __inline if that's what the C compiler calls it.  */
  17. #undef inline
  18.  
  19. /* Define if on MINIX.  */
  20. #undef _MINIX
  21.  
  22. /* Define if the system does not provide POSIX.1 features except
  23.    with this defined.  */
  24. #undef _POSIX_1_SOURCE
  25.  
  26. /* Define if you need to in order for stat and other things to work.  */
  27. #undef _POSIX_SOURCE
  28.  
  29. /* Define as the return type of signal handlers (int or void).  */
  30. #undef RETSIGTYPE
  31.  
  32. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  33. #undef size_t
  34.  
  35. /* Define if you have the ANSI C header files.  */
  36. #undef STDC_HEADERS
  37.  
  38. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  39. #undef TIME_WITH_SYS_TIME
  40.  
  41. /* Define if your <sys/time.h> declares struct tm.  */
  42. #undef TM_IN_SYS_TIME
  43.  
  44. /* Define this if you want to use Xdf */
  45. #undef USE_XDF
  46.  
  47. /* Define this if you use mtools together with Solaris' vold */
  48. #undef USING_VOLD
  49.  
  50. /* Define for debugging messages */
  51. #undef DEBUG
  52.  
  53. /* Define if you have the atexit function.  */
  54. #undef HAVE_ATEXIT
  55.  
  56. /* Define if you have the flock function.  */
  57. #undef HAVE_FLOCK
  58.  
  59. /* Define if you have the getpass function.  */
  60. #undef HAVE_GETPASS
  61.  
  62. /* Define if you have the gettimeofday function.  */
  63. #undef HAVE_GETTIMEOFDAY
  64.  
  65. /* Define if you have the lockf function.  */
  66. #undef HAVE_LOCKF
  67.  
  68. /* Define if you have the memcpy function.  */
  69. #undef HAVE_MEMCPY
  70.  
  71. /* Define if you have the memmove function.  */
  72. #undef HAVE_MEMMOVE
  73.  
  74. /* Define if you have the memset function.  */
  75. #undef HAVE_MEMSET
  76.  
  77. /* Define if you have the on_exit function.  */
  78. #undef HAVE_ON_EXIT
  79.  
  80. /* Define if you have the random function.  */
  81. #undef HAVE_RANDOM
  82.  
  83. /* Define if you have the seteuid function.  */
  84. #undef HAVE_SETEUID
  85.  
  86. /* Define if you have the setresuid function.  */
  87. #undef HAVE_SETRESUID
  88.  
  89. /* Define if you have the srandom function.  */
  90. #undef HAVE_SRANDOM
  91.  
  92. /* Define if you have the strcasecmp function.  */
  93. #undef HAVE_STRCASECMP
  94.  
  95. /* Define if you have the strchr function.  */
  96. #undef HAVE_STRCHR
  97.  
  98. /* Define if you have the strcspn function.  */
  99. #undef HAVE_STRCSPN
  100.  
  101. /* Define if you have the strdup function.  */
  102. #undef HAVE_STRDUP
  103.  
  104. /* Define if you have the strerror function.  */
  105. #undef HAVE_STRERROR
  106.  
  107. /* Define if you have the strncasecmp function.  */
  108. #undef HAVE_STRNCASECMP
  109.  
  110. /* Define if you have the strpbrk function.  */
  111. #undef HAVE_STRPBRK
  112.  
  113. /* Define if you have the strrchr function.  */
  114. #undef HAVE_STRRCHR
  115.  
  116. /* Define if you have the strspn function.  */
  117. #undef HAVE_STRSPN
  118.  
  119. /* Define if you have the strtoul function.  */
  120. #undef HAVE_STRTOUL
  121.  
  122. /* Define if you have the tzset function.  */
  123. #undef HAVE_TZSET
  124.  
  125. /* Define if you have the utime function.  */
  126. #undef HAVE_UTIME
  127.  
  128. /* Define if you have the utimes function.  */
  129. #undef HAVE_UTIMES
  130.  
  131. /* Define if you have the <fcntl.h> header file.  */
  132. #undef HAVE_FCNTL_H
  133.  
  134. /* Define if you have the <getopt.h> header file.  */
  135. #undef HAVE_GETOPT_H
  136.  
  137. /* Define if you have the <libc.h> header file.  */
  138. #undef HAVE_LIBC_H
  139.  
  140. /* Define if you have the <limits.h> header file.  */
  141. #undef HAVE_LIMITS_H
  142.  
  143. /* Define if you have the <malloc.h> header file.  */
  144. #undef HAVE_MALLOC_H
  145.  
  146. /* Define if you have the <memory.h> header file.  */
  147. #undef HAVE_MEMORY_H
  148.  
  149. /* Define if you have the <signal.h> header file.  */
  150. #undef HAVE_SIGNAL_H
  151.  
  152. /* Define if you have the <stdlib.h> header file.  */
  153. #undef HAVE_STDLIB_H
  154.  
  155. /* Define if you have the <string.h> header file.  */
  156. #undef HAVE_STRING_H
  157.  
  158. /* Define if you have the <strings.h> header file.  */
  159. #undef HAVE_STRINGS_H
  160.  
  161. /* Define if you have the <sys/file.h> header file.  */
  162. #undef HAVE_SYS_FILE_H
  163.  
  164. /* Define if you have the <sys/ioctl.h> header file.  */
  165. #undef HAVE_SYS_IOCTL_H
  166.  
  167. /* Define if you have the <sys/param.h> header file.  */
  168. #undef HAVE_SYS_PARAM_H
  169.  
  170. /* Define if you have the <sys/signal.h> header file.  */
  171. #undef HAVE_SYS_SIGNAL_H
  172.  
  173. /* Define if you have the <sys/stat.h> header file.  */
  174. #undef HAVE_SYS_STAT_H
  175.  
  176. /* Define if you have the <sys/termio.h> header file.  */
  177. #undef HAVE_SYS_TERMIO_H
  178.  
  179. /* Define if you have the <sys/termios.h> header file.  */
  180. #undef HAVE_SYS_TERMIOS_H
  181.  
  182. /* Define if you have the <sys/time.h> header file.  */
  183. #undef HAVE_SYS_TIME_H
  184.  
  185. /* Define if you have the <termio.h> header file.  */
  186. #undef HAVE_TERMIO_H
  187.  
  188. /* Define if you have the <termios.h> header file.  */
  189. #undef HAVE_TERMIOS_H
  190.  
  191. /* Define if you have the <unistd.h> header file.  */
  192. #undef HAVE_UNISTD_H
  193.  
  194. /* Define if you have the <utime.h> header file.  */
  195. #undef HAVE_UTIME_H
  196.  
  197. /* Define if you have the sun library (-lsun).  */
  198. #undef HAVE_LIBSUN
  199.