home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / autoconf-2.10-src.tgz / tar.out / fsf / autoconf / acconfig.h next >
C/C++ Source or Header  |  1996-09-24  |  7KB  |  263 lines

  1. /* acconfig.h
  2.    This file is in the public domain.
  3.  
  4.    Descriptive text for the C preprocessor macros that
  5.    the distributed Autoconf macros can define.
  6.    No software package will use all of them; autoheader copies the ones
  7.    your configure.in uses into your configuration header file templates.
  8.  
  9.    The entries are in sort -df order: alphabetical, case insensitive,
  10.    ignoring punctuation (such as underscores).  Although this order
  11.    can split up related entries, it makes it easier to check whether
  12.    a given entry is in the file.
  13.  
  14.    Leave the following blank line there!!  Autoheader needs it.  */
  15.  
  16.  
  17. /* Define if on AIX 3.
  18.    System headers sometimes define this.
  19.    We just want to avoid a redefinition error message.  */
  20. #ifndef _ALL_SOURCE
  21. #undef _ALL_SOURCE
  22. #endif
  23.  
  24. /* Define if using alloca.c.  */
  25. #undef C_ALLOCA
  26.  
  27. /* Define if type char is unsigned and you are not using gcc.  */
  28. #ifndef __CHAR_UNSIGNED__
  29. #undef __CHAR_UNSIGNED__
  30. #endif
  31.  
  32. /* Define if the closedir function returns void instead of int.  */
  33. #undef CLOSEDIR_VOID
  34.  
  35. /* Define to empty if the keyword does not work.  */
  36. #undef const
  37.  
  38. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  39.    This function is required for alloca.c support on those systems.  */
  40. #undef CRAY_STACKSEG_END
  41.  
  42. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  43. #undef DGUX
  44.  
  45. /* Define if you have <dirent.h>.  */
  46. #undef DIRENT
  47.  
  48. /* Define to the type of elements in the array set by `getgroups'.
  49.    Usually this is either `int' or `gid_t'.  */
  50. #undef GETGROUPS_T
  51.  
  52. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  53. #undef GETLOADAVG_PRIVILEGED
  54.  
  55. /* Define if the `getpgrp' function takes no argument.  */
  56. #undef GETPGRP_VOID
  57.  
  58. /* Define to `int' if <sys/types.h> doesn't define.  */
  59. #undef gid_t
  60.  
  61. /* Define if you have alloca, as a function or macro.  */
  62. #undef HAVE_ALLOCA
  63.  
  64. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  65. #undef HAVE_ALLOCA_H
  66.  
  67. /* Define if you don't have vprintf but do have _doprnt.  */
  68. #undef HAVE_DOPRNT
  69.  
  70. /* Define if your system has its own `getloadavg' function.  */
  71. #undef HAVE_GETLOADAVG
  72.  
  73. /* Define if you have the getmntent function.  */
  74. #undef HAVE_GETMNTENT
  75.  
  76. /* Define if the `long double' type works.  */
  77. #undef HAVE_LONG_DOUBLE
  78.  
  79. /* Define if you support file names longer than 14 characters.  */
  80. #undef HAVE_LONG_FILE_NAMES
  81.  
  82. /* Define if you have a working `mmap' system call.  */
  83. #undef HAVE_MMAP
  84.  
  85. /* Define if system calls automatically restart after interruption
  86.    by a signal.  */
  87. #undef HAVE_RESTARTABLE_SYSCALLS
  88.  
  89. /* Define if your struct stat has st_blksize.  */
  90. #undef HAVE_ST_BLKSIZE
  91.  
  92. /* Define if your struct stat has st_blocks.  */
  93. #undef HAVE_ST_BLOCKS
  94.  
  95. /* Define if you have the strcoll function and it is properly defined.  */
  96. #undef HAVE_STRCOLL
  97.  
  98. /* Define if your struct stat has st_rdev.  */
  99. #undef HAVE_ST_RDEV
  100.  
  101. /* Define if you have the strftime function.  */
  102. #undef HAVE_STRFTIME
  103.  
  104. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  105. #undef HAVE_SYS_WAIT_H
  106.  
  107. /* Define if your struct tm has tm_zone.  */
  108. #undef HAVE_TM_ZONE
  109.  
  110. /* Define if you don't have tm_zone but do have the external array
  111.    tzname.  */
  112. #undef HAVE_TZNAME
  113.  
  114. /* Define if you have <unistd.h>.  */
  115. #undef HAVE_UNISTD_H
  116.  
  117. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  118. #undef HAVE_UTIME_NULL
  119.  
  120. /* Define if you have <vfork.h>.  */
  121. #undef HAVE_VFORK_H
  122.  
  123. /* Define if you have the vprintf function.  */
  124. #undef HAVE_VPRINTF
  125.  
  126. /* Define if you have the wait3 system call.  */
  127. #undef HAVE_WAIT3
  128.  
  129. /* Define as __inline if that's what the C compiler calls it.  */
  130. #undef inline
  131.  
  132. /* Define if int is 16 bits instead of 32.  */
  133. #undef INT_16_BITS
  134.  
  135. /* Define if long int is 64 bits.  */
  136. #undef LONG_64_BITS
  137.  
  138. /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
  139. #undef MAJOR_IN_MKDEV
  140.  
  141. /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
  142. #undef MAJOR_IN_SYSMACROS
  143.  
  144. /* Define if on MINIX.  */
  145. #undef _MINIX
  146.  
  147. /* Define to `int' if <sys/types.h> doesn't define.  */
  148. #undef mode_t
  149.  
  150. /* Define if you don't have <dirent.h>, but have <ndir.h>.  */
  151. #undef NDIR
  152.  
  153. /* Define if you have <memory.h>, and <string.h> doesn't declare the
  154.    mem* functions.  */
  155. #undef NEED_MEMORY_H
  156.  
  157. /* Define if your struct nlist has an n_un member.  */
  158. #undef NLIST_NAME_UNION
  159.  
  160. /* Define if you have <nlist.h>.  */
  161. #undef NLIST_STRUCT
  162.  
  163. /* Define if your C compiler doesn't accept -c and -o together.  */
  164. #undef NO_MINUS_C_MINUS_O
  165.  
  166. /* Define to `long' if <sys/types.h> doesn't define.  */
  167. #undef off_t
  168.  
  169. /* Define to the name of the distribution.  */
  170. #undef PACKAGE
  171.  
  172. /* The concatenation of the strings PACKAGE, "-", and VERSION.  */
  173. #undef PACKAGE_VERSION
  174.  
  175. /* Define to `int' if <sys/types.h> doesn't define.  */
  176. #undef pid_t
  177.  
  178. /* Define if the system does not provide POSIX.1 features except
  179.    with this defined.  */
  180. #undef _POSIX_1_SOURCE
  181.  
  182. /* Define if you need to in order for stat and other things to work.  */
  183. #undef _POSIX_SOURCE
  184.  
  185. /* Define as the return type of signal handlers (int or void).  */
  186. #undef RETSIGTYPE
  187.  
  188. /* Define if the setvbuf function takes the buffering type as its second
  189.    argument and the buffer pointer as the third, as on System V
  190.    before release 3.  */
  191. #undef SETVBUF_REVERSED
  192.  
  193. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  194. #undef size_t
  195.  
  196. /* If using the C implementation of alloca, define if you know the
  197.    direction of stack growth for your system; otherwise it will be
  198.    automatically deduced at run-time.
  199.     STACK_DIRECTION > 0 => grows toward higher addresses
  200.     STACK_DIRECTION < 0 => grows toward lower addresses
  201.     STACK_DIRECTION = 0 => direction of growth unknown
  202.  */
  203. #undef STACK_DIRECTION
  204.  
  205. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  206. #undef STAT_MACROS_BROKEN
  207.  
  208. /* Define if you have the ANSI C header files.  */
  209. #undef STDC_HEADERS
  210.  
  211. /* Define on System V Release 4.  */
  212. #undef SVR4
  213.  
  214. /* Define if you don't have <dirent.h>, but have <sys/dir.h>.  */
  215. #undef SYSDIR
  216.  
  217. /* Define if you don't have <dirent.h>, but have <sys/ndir.h>.  */
  218. #undef SYSNDIR
  219.  
  220. /* Define if `sys_siglist' is declared by <signal.h>.  */
  221. #undef SYS_SIGLIST_DECLARED
  222.  
  223. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  224. #undef TIME_WITH_SYS_TIME
  225.  
  226. /* Define if your <sys/time.h> declares struct tm.  */
  227. #undef TM_IN_SYS_TIME
  228.  
  229. /* Define to `int' if <sys/types.h> doesn't define.  */
  230. #undef uid_t
  231.  
  232. /* Define for Encore UMAX.  */
  233. #undef UMAX
  234.  
  235. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  236.    instead of <sys/cpustats.h>.  */
  237. #undef UMAX4_3
  238.  
  239. /* Define if you do not have <strings.h>, index, bzero, etc..  */
  240. #undef USG
  241.  
  242. /* Define to the version of the distribution.  */
  243. #undef VERSION
  244.  
  245. /* Define vfork as fork if vfork does not work.  */
  246. #undef vfork
  247.  
  248. /* Define if the closedir function returns void instead of int.  */
  249. #undef VOID_CLOSEDIR
  250.  
  251. /* Define if your processor stores words with the most significant
  252.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  253. #undef WORDS_BIGENDIAN
  254.  
  255. /* Define if lex declares yytext as a char * by default, not a char[].  */
  256. #undef YYTEXT_POINTER
  257.  
  258.  
  259. /* Leave that blank line there!!  Autoheader needs it.
  260.    If you're adding to this file, keep in mind:
  261.    The entries are in sort -df order: alphabetical, case insensitive,
  262.    ignoring punctuation (such as underscores).  */
  263.