home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnufind.zip / config.h < prev    next >
C/C++ Source or Header  |  1996-01-01  |  5KB  |  172 lines

  1. /* config.h.  Generated manually for OS/2 and emx+gcc.  */
  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 if the closedir function returns void instead of int.  */
  14. #define CLOSEDIR_VOID 1
  15.  
  16. /* Define to empty if the keyword does not work.  */
  17. #undef const
  18.  
  19. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  20.    This function is required for alloca.c support on those systems.  */
  21. #undef CRAY_STACKSEG_END
  22.  
  23. /* Define to `int' if <sys/types.h> doesn't define.  */
  24. #undef gid_t
  25.  
  26. /* Define if you have alloca, as a function or macro.  */
  27. #define HAVE_ALLOCA 1
  28.  
  29. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  30. #define HAVE_ALLOCA_H 1
  31.  
  32. /* Define if you don't have vprintf but do have _doprnt.  */
  33. #undef HAVE_DOPRNT
  34.  
  35. /* Define if you have the getmntent function.  */
  36. #undef HAVE_GETMNTENT
  37.  
  38. /* Define if your struct stat has st_blocks.  */
  39. #undef HAVE_ST_BLOCKS
  40.  
  41. /* Define if your struct stat has st_rdev.  */
  42. #define HAVE_ST_RDEV 1
  43.  
  44. /* Define if you have the strftime function.  */
  45. #define HAVE_STRFTIME 1
  46.  
  47. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  48. #define HAVE_SYS_WAIT_H 1
  49.  
  50. /* Define if your struct tm has tm_zone.  */
  51. #undef HAVE_TM_ZONE
  52.  
  53. /* Define if you don't have tm_zone but do have the external array
  54.    tzname.  */
  55. #define HAVE_TZNAME 1
  56.  
  57. /* Define if you have the vprintf function.  */
  58. #define HAVE_VPRINTF 1
  59.  
  60. /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
  61. #undef MAJOR_IN_MKDEV
  62.  
  63. /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
  64. #undef MAJOR_IN_SYSMACROS
  65.  
  66. /* Define if on MINIX.  */
  67. #undef _MINIX
  68.  
  69. /* Define to `int' if <sys/types.h> doesn't define.  */
  70. #undef pid_t
  71.  
  72. /* Define if the system does not provide POSIX.1 features except
  73.    with this defined.  */
  74. #undef _POSIX_1_SOURCE
  75.  
  76. /* Define if you need to in order for stat and other things to work.  */
  77. #undef _POSIX_SOURCE
  78.  
  79. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  80. #undef size_t
  81.  
  82. /* If using the C implementation of alloca, define if you know the
  83.    direction of stack growth for your system; otherwise it will be
  84.    automatically deduced at run-time.
  85.     STACK_DIRECTION > 0 => grows toward higher addresses
  86.     STACK_DIRECTION < 0 => grows toward lower addresses
  87.     STACK_DIRECTION = 0 => direction of growth unknown
  88.  */
  89. #undef STACK_DIRECTION
  90.  
  91. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  92. #undef STAT_MACROS_BROKEN
  93.  
  94. /* Define if you have the ANSI C header files.  */
  95. #define STDC_HEADERS 1
  96.  
  97. /* Define if your <sys/time.h> declares struct tm.  */
  98. #undef TM_IN_SYS_TIME
  99.  
  100. /* Define to `int' if <sys/types.h> doesn't define.  */
  101. #undef uid_t
  102.  
  103. /* Define if you have the Andrew File System.  */
  104. #undef AFS
  105.  
  106. /* Define If you want find -nouser and -nogroup to make tables of
  107.    used UIDs and GIDs at startup instead of using getpwuid or
  108.    getgrgid when needed.  Speeds up -nouser and -nogroup unless you
  109.    are running NIS or Hesiod, which make password and group calls
  110.    very expensive.  */
  111. #undef CACHE_IDS
  112.  
  113. /* Define to use SVR4 statvfs to get filesystem type.  */
  114. #undef FSTYPE_STATVFS
  115.  
  116. /* Define to use SVR3.2 statfs to get filesystem type.  */
  117. #undef FSTYPE_USG_STATFS
  118.  
  119. /* Define to use AIX3 statfs to get filesystem type.  */
  120. #undef FSTYPE_AIX_STATFS
  121.  
  122. /* Define to use 4.3BSD getmntent to get filesystem type.  */
  123. #undef FSTYPE_MNTENT
  124.  
  125. /* Define to use 4.4BSD and OSF1 statfs to get filesystem type.  */
  126. #undef FSTYPE_STATFS
  127.  
  128. /* Define to use Ultrix getmnt to get filesystem type.  */
  129. #undef FSTYPE_GETMNT
  130.  
  131. /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
  132. #undef dev_t
  133.  
  134. /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
  135. #undef ino_t
  136.  
  137. /* Define if you have the fchdir function.  */
  138. #undef HAVE_FCHDIR
  139.  
  140. /* Define if you have the getcwd function.  */
  141. #define HAVE_GETCWD 1
  142.  
  143. /* Define if you have the strerror function.  */
  144. #define HAVE_STRERROR 1
  145.  
  146. /* Define if you have the <dirent.h> header file.  */
  147. #undef HAVE_DIRENT_H
  148.  
  149. /* Define if you have the <fcntl.h> header file.  */
  150. #define HAVE_FCNTL_H 1
  151.  
  152. /* Define if you have the <limits.h> header file.  */
  153. #define HAVE_LIMITS_H 1
  154.  
  155. /* Define if you have the <ndir.h> header file.  */
  156. #undef HAVE_NDIR_H
  157.  
  158. /* Define if you have the <string.h> header file.  */
  159. #define HAVE_STRING_H 1
  160.  
  161. /* Define if you have the <sys/dir.h> header file.  */
  162. #define HAVE_SYS_DIR_H 1
  163.  
  164. /* Define if you have the <sys/ndir.h> header file.  */
  165. #undef HAVE_SYS_NDIR_H
  166.  
  167. /* Define if you have the <unistd.h> header file.  */
  168. #define HAVE_UNISTD_H 1
  169.  
  170. /* Define if you have the sun library (-lsun).  */
  171. #undef HAVE_LIBSUN
  172.