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 < prev    next >
Text File  |  1997-11-12  |  5KB  |  182 lines

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