home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / dist / gnu / shellutils / shellutils-1.9.2-amiga / config.h.in < prev    next >
Encoding:
Text File  |  1993-11-30  |  4.7 KB  |  180 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 if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define if you have dirent.h.  */
  21. #undef DIRENT
  22.  
  23. /* Define to the type of elements in the array set by `getgroups'.
  24.    Usually this is either `int' or `gid_t'.  */
  25. #undef GETGROUPS_T
  26.  
  27. /* Define to `int' if <sys/types.h> doesn't define.  */
  28. #undef gid_t
  29.  
  30. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  31. #undef HAVE_ALLOCA_H
  32.  
  33. /* Define if you don't have vprintf but do have _doprnt.  */
  34. #undef HAVE_DOPRNT
  35.  
  36. /* Define if your struct tm has tm_zone.  */
  37. #undef HAVE_TM_ZONE
  38.  
  39. /* Define if you don't have tm_zone but do have the external array
  40.    tzname.  */
  41. #undef HAVE_TZNAME
  42.  
  43. /* Define if you have the vprintf function.  */
  44. #undef HAVE_VPRINTF
  45.  
  46. /* Define if on MINIX.  */
  47. #undef _MINIX
  48.  
  49. /* Define if you don't have dirent.h, but have ndir.h.  */
  50. #undef NDIR
  51.  
  52. /* Define if the system does not provide POSIX.1 features except
  53.    with this defined.  */
  54. #undef _POSIX_1_SOURCE
  55.  
  56. /* Define if you need to in order for stat and other things to work.  */
  57. #undef _POSIX_SOURCE
  58.  
  59. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  60. #undef size_t
  61.  
  62. /* If using the C implementation of alloca, define if you know the
  63.    direction of stack growth for your system; otherwise it will be
  64.    automatically deduced at run-time.
  65.     STACK_DIRECTION > 0 => grows toward higher addresses
  66.     STACK_DIRECTION < 0 => grows toward lower addresses
  67.     STACK_DIRECTION = 0 => direction of growth unknown
  68.  */
  69. #undef STACK_DIRECTION
  70.  
  71. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  72. #undef STAT_MACROS_BROKEN
  73.  
  74. /* Define if you have the ANSI C header files.  */
  75. #undef STDC_HEADERS
  76.  
  77. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  78. #undef SYSDIR
  79.  
  80. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  81. #undef SYSNDIR
  82.  
  83. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  84. #undef TIME_WITH_SYS_TIME
  85.  
  86. /* Define if your <sys/time.h> declares struct tm.  */
  87. #undef TM_IN_SYS_TIME
  88.  
  89. /* Define to `int' if <sys/types.h> doesn't define.  */
  90. #undef uid_t
  91.  
  92. /* Define if the closedir function returns void instead of int.  */
  93. #undef VOID_CLOSEDIR
  94.  
  95. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  96. #undef GWINSZ_IN_SYS_IOCTL
  97.  
  98. /* Define if your system's definition of `struct termios' has a member
  99.    named c_line.  */
  100. #undef HAVE_C_LINE
  101.  
  102. /* Define if your system has SysV shadow passwords and the shadow.h header.  */
  103. #undef HAVE_SHADOW_H
  104.  
  105. /* Define if your system lacks gethostname but has the uname system call.  */
  106. #undef HAVE_UNAME
  107.  
  108. /* Define if your system's struct utmp has a member named ut_host.  */
  109. #undef HAVE_UT_HOST
  110.  
  111. /* Define if you have the <utmpx.h> header file.  */
  112. #undef HAVE_UTMPX_H
  113.  
  114. /* Define if your system lacks the getpriority and setpriority system calls,
  115.    but has `nice' instead.  */
  116. #undef NICE_PRIORITY
  117.  
  118. /* Define if your system defines `struct winsize' in sys/ptem.h.  */
  119. #undef WINSIZE_IN_PTEM
  120.  
  121. /* Define if you have bcopy.  */
  122. #undef HAVE_BCOPY
  123.  
  124. /* Define if you have ftime.  */
  125. #undef HAVE_FTIME
  126.  
  127. /* Define if you have gettimeofday.  */
  128. #undef HAVE_GETTIMEOFDAY
  129.  
  130. /* Define if you have initgroups.  */
  131. #undef HAVE_INITGROUPS
  132.  
  133. /* Define if you have isascii.  */
  134. #undef HAVE_ISASCII
  135.  
  136. /* Define if you have memcpy.  */
  137. #undef HAVE_MEMCPY
  138.  
  139. /* Define if you have strerror.  */
  140. #undef HAVE_STRERROR
  141.  
  142. /* Define if you have syslog.  */
  143. #undef HAVE_SYSLOG
  144.  
  145. /* Define if you have the <fcntl.h> header file.  */
  146. #undef HAVE_FCNTL_H
  147.  
  148. /* Define if you have the <limits.h> header file.  */
  149. #undef HAVE_LIMITS_H
  150.  
  151. /* Define if you have the <string.h> header file.  */
  152. #undef HAVE_STRING_H
  153.  
  154. /* Define if you have the <sys/time.h> header file.  */
  155. #undef HAVE_SYS_TIME_H
  156.  
  157. /* Define if you have the <sys/timeb.h> header file.  */
  158. #undef HAVE_SYS_TIMEB_H
  159.  
  160. /* Define if you have the <syslog.h> header file.  */
  161. #undef HAVE_SYSLOG_H
  162.  
  163. /* Define if you have the <unistd.h> header file.  */
  164. #undef HAVE_UNISTD_H
  165.  
  166. /* Define if you have the intl library (-lintl).  */
  167. #undef HAVE_LIBINTL
  168.  
  169. /* Define if you have the sec library (-lsec).  */
  170. #undef HAVE_LIBSEC
  171.  
  172. /* Define if you have the shadow library (-lshadow).  */
  173. #undef HAVE_LIBSHADOW
  174.  
  175. /* Define if you have the sun library (-lsun).  */
  176. #undef HAVE_LIBSUN
  177.  
  178. /* Define if you have the ufc library (-lufc).  */
  179. #undef HAVE_LIBUFC
  180.