home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnusutil.zip / config.h.in < prev    next >
Text File  |  1994-10-08  |  5KB  |  202 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 to the type of elements in the array set by `getgroups'.
  21.    Usually this is either `int' or `gid_t'.  */
  22. #undef GETGROUPS_T
  23.  
  24. /* Define to `int' if <sys/types.h> doesn't define.  */
  25. #undef gid_t
  26.  
  27. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  28. #undef HAVE_ALLOCA_H
  29.  
  30. /* Define if you don't have vprintf but do have _doprnt.  */
  31. #undef HAVE_DOPRNT
  32.  
  33. /* Define if your struct tm has tm_zone.  */
  34. #undef HAVE_TM_ZONE
  35.  
  36. /* Define if you don't have tm_zone but do have the external array
  37.    tzname.  */
  38. #undef HAVE_TZNAME
  39.  
  40. /* Define if you have the vprintf function.  */
  41. #undef HAVE_VPRINTF
  42.  
  43. /* Define if on MINIX.  */
  44. #undef _MINIX
  45.  
  46. /* Define if the system does not provide POSIX.1 features except
  47.    with this defined.  */
  48. #undef _POSIX_1_SOURCE
  49.  
  50. /* Define if you need to in order for stat and other things to work.  */
  51. #undef _POSIX_SOURCE
  52.  
  53. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  54. #undef size_t
  55.  
  56. /* If using the C implementation of alloca, define if you know the
  57.    direction of stack growth for your system; otherwise it will be
  58.    automatically deduced at run-time.
  59.     STACK_DIRECTION > 0 => grows toward higher addresses
  60.     STACK_DIRECTION < 0 => grows toward lower addresses
  61.     STACK_DIRECTION = 0 => direction of growth unknown
  62.  */
  63. #undef STACK_DIRECTION
  64.  
  65. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  66. #undef STAT_MACROS_BROKEN
  67.  
  68. /* Define if you have the ANSI C header files.  */
  69. #undef STDC_HEADERS
  70.  
  71. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  72. #undef TIME_WITH_SYS_TIME
  73.  
  74. /* Define if your <sys/time.h> declares struct tm.  */
  75. #undef TM_IN_SYS_TIME
  76.  
  77. /* Define to `int' if <sys/types.h> doesn't define.  */
  78. #undef uid_t
  79.  
  80. /* Define if your processor stores words with the most significant
  81.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  82. #undef WORDS_BIGENDIAN
  83.  
  84. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  85. #undef GWINSZ_IN_SYS_IOCTL
  86.  
  87. /* Define if your system's definition of `struct termios' has a member
  88.    named c_line.  */
  89. #undef HAVE_C_LINE
  90.  
  91. /* Define if your system has SysV shadow passwords and the shadow.h header.  */
  92. #undef HAVE_SHADOW_H
  93.  
  94. /* Define if you have the syslog function.  */
  95. #undef HAVE_SYSLOG
  96.  
  97. /* Define if your system's struct utmp has a member named ut_host.  */
  98. #undef HAVE_UT_HOST
  99.  
  100. /* Define if you have the <utmpx.h> header file.  */
  101. #undef HAVE_UTMPX_H
  102.  
  103. /* Define if your system lacks the getpriority and setpriority system calls,
  104.    but has `nice' instead.  */
  105. #undef NICE_PRIORITY
  106.  
  107. /* Define if your system defines `struct winsize' in sys/ptem.h.  */
  108. #undef WINSIZE_IN_PTEM
  109.  
  110. /* Define if you have the bcopy function.  */
  111. #undef HAVE_BCOPY
  112.  
  113. /* Define if you have the crypt function.  */
  114. #undef HAVE_CRYPT
  115.  
  116. /* Define if you have the endgrent function.  */
  117. #undef HAVE_ENDGRENT
  118.  
  119. /* Define if you have the endpwent function.  */
  120. #undef HAVE_ENDPWENT
  121.  
  122. /* Define if you have the ftime function.  */
  123. #undef HAVE_FTIME
  124.  
  125. /* Define if you have the getcwd function.  */
  126. #undef HAVE_GETCWD
  127.  
  128. /* Define if you have the getgroups function.  */
  129. #undef HAVE_GETGROUPS
  130.  
  131. /* Define if you have the gettimeofday function.  */
  132. #undef HAVE_GETTIMEOFDAY
  133.  
  134. /* Define if you have the initgroups function.  */
  135. #undef HAVE_INITGROUPS
  136.  
  137. /* Define if you have the isascii function.  */
  138. #undef HAVE_ISASCII
  139.  
  140. /* Define if you have the memcpy function.  */
  141. #undef HAVE_MEMCPY
  142.  
  143. /* Define if you have the sethostname function.  */
  144. #undef HAVE_SETHOSTNAME
  145.  
  146. /* Define if you have the strerror function.  */
  147. #undef HAVE_STRERROR
  148.  
  149. /* Define if you have the sysinfo function.  */
  150. #undef HAVE_SYSINFO
  151.  
  152. /* Define if you have the syslog function.  */
  153. #undef HAVE_SYSLOG
  154.  
  155. /* Define if you have the uname function.  */
  156. #undef HAVE_UNAME
  157.  
  158. /* Define if you have the <fcntl.h> header file.  */
  159. #undef HAVE_FCNTL_H
  160.  
  161. /* Define if you have the <float.h> header file.  */
  162. #undef HAVE_FLOAT_H
  163.  
  164. /* Define if you have the <limits.h> header file.  */
  165. #undef HAVE_LIMITS_H
  166.  
  167. /* Define if you have the <string.h> header file.  */
  168. #undef HAVE_STRING_H
  169.  
  170. /* Define if you have the <sys/param.h> header file.  */
  171. #undef HAVE_SYS_PARAM_H
  172.  
  173. /* Define if you have the <sys/systeminfo.h> header file.  */
  174. #undef HAVE_SYS_SYSTEMINFO_H
  175.  
  176. /* Define if you have the <sys/time.h> header file.  */
  177. #undef HAVE_SYS_TIME_H
  178.  
  179. /* Define if you have the <sys/timeb.h> header file.  */
  180. #undef HAVE_SYS_TIMEB_H
  181.  
  182. /* Define if you have the <syslog.h> header file.  */
  183. #undef HAVE_SYSLOG_H
  184.  
  185. /* Define if you have the <unistd.h> header file.  */
  186. #undef HAVE_UNISTD_H
  187.  
  188. /* Define if you have the crypt library (-lcrypt).  */
  189. #undef HAVE_LIBCRYPT
  190.  
  191. /* Define if you have the os library (-los).  */
  192. #undef HAVE_LIBOS
  193.  
  194. /* Define if you have the sec library (-lsec).  */
  195. #undef HAVE_LIBSEC
  196.  
  197. /* Define if you have the shadow library (-lshadow).  */
  198. #undef HAVE_LIBSHADOW
  199.  
  200. /* Define if you have the sun library (-lsun).  */
  201. #undef HAVE_LIBSUN
  202.