home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / id-utils-3.2-src.tgz / tar.out / fsf / id-utils / config.h.in < prev    next >
Text File  |  1996-09-28  |  7KB  |  289 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* Special definitions for GNU id-utils, processed by autoheader.
  3.    Copyright (C) 1995, 96 Free Software Foundation, Inc.
  4. */
  5.  
  6. #ifndef _config_h_
  7. #define _config_h_
  8.  
  9.  
  10. /* Define if on AIX 3.
  11.    System headers sometimes define this.
  12.    We just want to avoid a redefinition error message.  */
  13. #ifndef _ALL_SOURCE
  14. #undef _ALL_SOURCE
  15. #endif
  16.  
  17. /* Define if using alloca.c.  */
  18. #undef C_ALLOCA
  19.  
  20. /* Define to empty if the keyword does not work.  */
  21. #undef const
  22.  
  23. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  24.    This function is required for alloca.c support on those systems.  */
  25. #undef CRAY_STACKSEG_END
  26.  
  27. /* Define if you have alloca, as a function or macro.  */
  28. #undef HAVE_ALLOCA
  29.  
  30. /* Define if you have <alloca.h> and it should be used (not on 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 you have a working `mmap' system call.  */
  37. #undef HAVE_MMAP
  38.  
  39. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  40. #undef HAVE_SYS_WAIT_H
  41.  
  42. /* Define if you have the vprintf function.  */
  43. #undef HAVE_VPRINTF
  44.  
  45. /* Define as __inline if that's what the C compiler calls it.  */
  46. #undef inline
  47.  
  48. /* Define if on MINIX.  */
  49. #undef _MINIX
  50.  
  51. /* Define to `long' if <sys/types.h> doesn't define.  */
  52. #undef off_t
  53.  
  54. /* Define if the system does not provide POSIX.1 features except
  55.    with this defined.  */
  56. #undef _POSIX_1_SOURCE
  57.  
  58. /* Define if you need to in order for stat and other things to work.  */
  59. #undef _POSIX_SOURCE
  60.  
  61. /* Define as the return type of signal handlers (int or void).  */
  62. #undef RETSIGTYPE
  63.  
  64. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  65. #undef size_t
  66.  
  67. /* If using the C implementation of alloca, define if you know the
  68.    direction of stack growth for your system; otherwise it will be
  69.    automatically deduced at run-time.
  70.     STACK_DIRECTION > 0 => grows toward higher addresses
  71.     STACK_DIRECTION < 0 => grows toward lower addresses
  72.     STACK_DIRECTION = 0 => direction of growth unknown
  73.  */
  74. #undef STACK_DIRECTION
  75.  
  76. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  77. #undef STAT_MACROS_BROKEN
  78.  
  79. /* Define if you have the ANSI C header files.  */
  80. #undef STDC_HEADERS
  81.  
  82. /* Define to 1 if NLS is requested.  */
  83. #undef ENABLE_NLS
  84.  
  85. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  86. #undef HAVE_CATGETS
  87.  
  88. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  89. #undef HAVE_GETTEXT
  90.  
  91. /* Define if your locale.h file contains LC_MESSAGES.  */
  92. #undef HAVE_LC_MESSAGES
  93.  
  94. /* Define if your sys/types.h file defines the type ptrdiff_t.  */
  95. #undef HAVE_PTRDIFF_T
  96.  
  97. /* Define to 1 if you have the stpcpy function.  */
  98. #undef HAVE_STPCPY
  99.  
  100. /* Define to the name of the installed language map file.  */
  101. #undef LANGUAGE_MAP_FILE
  102.  
  103. /* Define to the name of the distribution.  */
  104. #undef PACKAGE
  105.  
  106. /* The concatenation of the strings PACKAGE, "-", and VERSION.  */
  107. #undef PACKAGE_VERSION
  108.  
  109. /* Define to 1 if ANSI function prototypes are usable.  */
  110. #undef PROTOTYPES
  111.  
  112. /* Define to the major.minor version # of the distribution.  */
  113. #undef VERSION
  114.  
  115. /* Define to 1 if GNU regex should be used instead of GNU rx.  */
  116. #undef WITH_REGEX
  117.  
  118. #ifndef __P
  119. # ifndef PROTOTYPES
  120. #  define    __P(protos)    ()        /* traditional C */
  121. # else
  122. #  define    __P(protos)    protos        /* full-blown ANSI C */
  123. # endif
  124. #endif
  125.  
  126. /* Define if you have the __argz_count function.  */
  127. #undef HAVE___ARGZ_COUNT
  128.  
  129. /* Define if you have the __argz_next function.  */
  130. #undef HAVE___ARGZ_NEXT
  131.  
  132. /* Define if you have the __argz_stringify function.  */
  133. #undef HAVE___ARGZ_STRINGIFY
  134.  
  135. /* Define if you have the bcopy function.  */
  136. #undef HAVE_BCOPY
  137.  
  138. /* Define if you have the bzero function.  */
  139. #undef HAVE_BZERO
  140.  
  141. /* Define if you have the dcgettext function.  */
  142. #undef HAVE_DCGETTEXT
  143.  
  144. /* Define if you have the getcwd function.  */
  145. #undef HAVE_GETCWD
  146.  
  147. /* Define if you have the getpagesize function.  */
  148. #undef HAVE_GETPAGESIZE
  149.  
  150. /* Define if you have the getwd function.  */
  151. #undef HAVE_GETWD
  152.  
  153. /* Define if you have the isascii function.  */
  154. #undef HAVE_ISASCII
  155.  
  156. /* Define if you have the link function.  */
  157. #undef HAVE_LINK
  158.  
  159. /* Define if you have the memcpy function.  */
  160. #undef HAVE_MEMCPY
  161.  
  162. /* Define if you have the munmap function.  */
  163. #undef HAVE_MUNMAP
  164.  
  165. /* Define if you have the putenv function.  */
  166. #undef HAVE_PUTENV
  167.  
  168. /* Define if you have the sbrk function.  */
  169. #undef HAVE_SBRK
  170.  
  171. /* Define if you have the setenv function.  */
  172. #undef HAVE_SETENV
  173.  
  174. /* Define if you have the setlocale function.  */
  175. #undef HAVE_SETLOCALE
  176.  
  177. /* Define if you have the stpcpy function.  */
  178. #undef HAVE_STPCPY
  179.  
  180. /* Define if you have the strcasecmp function.  */
  181. #undef HAVE_STRCASECMP
  182.  
  183. /* Define if you have the strchr function.  */
  184. #undef HAVE_STRCHR
  185.  
  186. /* Define if you have the strerror function.  */
  187. #undef HAVE_STRERROR
  188.  
  189. /* Define if you have the valloc function.  */
  190. #undef HAVE_VALLOC
  191.  
  192. /* Define if you have the <argz.h> header file.  */
  193. #undef HAVE_ARGZ_H
  194.  
  195. /* Define if you have the <dirent.h> header file.  */
  196. #undef HAVE_DIRENT_H
  197.  
  198. /* Define if you have the <fcntl.h> header file.  */
  199. #undef HAVE_FCNTL_H
  200.  
  201. /* Define if you have the <limits.h> header file.  */
  202. #undef HAVE_LIMITS_H
  203.  
  204. /* Define if you have the <locale.h> header file.  */
  205. #undef HAVE_LOCALE_H
  206.  
  207. /* Define if you have the <malloc.h> header file.  */
  208. #undef HAVE_MALLOC_H
  209.  
  210. /* Define if you have the <memory.h> header file.  */
  211. #undef HAVE_MEMORY_H
  212.  
  213. /* Define if you have the <ndir.h> header file.  */
  214. #undef HAVE_NDIR_H
  215.  
  216. /* Define if you have the <nl_types.h> header file.  */
  217. #undef HAVE_NL_TYPES_H
  218.  
  219. /* Define if you have the <regex.h> header file.  */
  220. #undef HAVE_REGEX_H
  221.  
  222. /* Define if you have the <sgtty.h> header file.  */
  223. #undef HAVE_SGTTY_H
  224.  
  225. /* Define if you have the <stddef.h> header file.  */
  226. #undef HAVE_STDDEF_H
  227.  
  228. /* Define if you have the <stdlib.h> header file.  */
  229. #undef HAVE_STDLIB_H
  230.  
  231. /* Define if you have the <string.h> header file.  */
  232. #undef HAVE_STRING_H
  233.  
  234. /* Define if you have the <sys/dir.h> header file.  */
  235. #undef HAVE_SYS_DIR_H
  236.  
  237. /* Define if you have the <sys/ioctl.h> header file.  */
  238. #undef HAVE_SYS_IOCTL_H
  239.  
  240. /* Define if you have the <sys/ndir.h> header file.  */
  241. #undef HAVE_SYS_NDIR_H
  242.  
  243. /* Define if you have the <sys/param.h> header file.  */
  244. #undef HAVE_SYS_PARAM_H
  245.  
  246. /* Define if you have the <sys/stat.h> header file.  */
  247. #undef HAVE_SYS_STAT_H
  248.  
  249. /* Define if you have the <sys/types.h> header file.  */
  250. #undef HAVE_SYS_TYPES_H
  251.  
  252. /* Define if you have the <termio.h> header file.  */
  253. #undef HAVE_TERMIO_H
  254.  
  255. /* Define if you have the <termios.h> header file.  */
  256. #undef HAVE_TERMIOS_H
  257.  
  258. /* Define if you have the <unistd.h> header file.  */
  259. #undef HAVE_UNISTD_H
  260.  
  261. /* Define if you have the <values.h> header file.  */
  262. #undef HAVE_VALUES_H
  263.  
  264. /* Define if you have the i library (-li).  */
  265. #undef HAVE_LIBI
  266.  
  267. /* Define if you have the intl library (-lintl).  */
  268. #undef HAVE_LIBINTL
  269.  
  270. /* According to Thomas Neumann, NeXT POSIX termios support is losing,
  271.    and sgtty is the way to go.  Note: the comment between #undef &
  272.    HAVE_TERMIOS_H is necessary to defeat configure's edits.  */
  273.  
  274. #if HAVE_SGTTY_H
  275. # ifdef NeXT
  276. #  undef /**/ HAVE_TERMIOS_H
  277. # endif
  278. #endif
  279.  
  280. #ifndef __P
  281. # ifndef PROTOTYPES
  282. #  define    __P(protos)    ()        /* traditional C */
  283. # else
  284. #  define    __P(protos)    protos        /* full-blown ANSI C */
  285. # endif
  286. #endif
  287.  
  288. #endif /* not _config_h_ */
  289.