home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / gdbm-1.7.1-src.lha / src / build / gdbm-1.7.1 / autoconf.h next >
Encoding:
C/C++ Source or Header  |  1994-02-22  |  2.1 KB  |  79 lines

  1. /* autoconf.h.  Generated automatically by configure.  */
  2. /* autoconf.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if using alloca.c.  */
  5. /* #undef C_ALLOCA */
  6.  
  7. /* Define to empty if the keyword does not work.  */
  8. /* #undef const */
  9.  
  10. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  11.    This function is required for alloca.c support on those systems.  */
  12. /* #undef CRAY_STACKSEG_END */
  13.  
  14. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  15. /* #undef HAVE_ALLOCA_H */
  16.  
  17. /* Define if your struct stat has st_blksize.  */
  18. #define HAVE_ST_BLKSIZE 1
  19.  
  20. /* Define if int is 16 bits instead of 32.  */
  21. /* #undef INT_16_BITS */
  22.  
  23. /* Define if long int is 64 bits.  */
  24. /* #undef LONG_64_BITS */
  25.  
  26. /* Define to `long' if <sys/types.h> doesn't define.  */
  27. /* #undef off_t */
  28.  
  29. /* If using the C implementation of alloca, define if you know the
  30.    direction of stack growth for your system; otherwise it will be
  31.    automatically deduced at run-time.
  32.     STACK_DIRECTION > 0 => grows toward higher addresses
  33.     STACK_DIRECTION < 0 => grows toward lower addresses
  34.     STACK_DIRECTION = 0 => direction of growth unknown
  35.  */
  36. /* #undef STACK_DIRECTION */
  37.  
  38. /* Define if you have bcopy.  */
  39. #define HAVE_BCOPY 1
  40.  
  41. /* Define if you have flock.  */
  42. #define HAVE_FLOCK 1
  43.  
  44. /* Define if you have fsync.  */
  45. #define HAVE_FSYNC 1
  46.  
  47. /* Define if you have ftruncate.  */
  48. #define HAVE_FTRUNCATE 1
  49.  
  50. /* Define if you have rename.  */
  51. #define HAVE_RENAME 1
  52.  
  53. /* Define if you have the <fcntl.h> header file.  */
  54. #define HAVE_FCNTL_H 1
  55.  
  56. /* Define if you have the <stdlib.h> header file.  */
  57. #define HAVE_STDLIB_H 1
  58.  
  59. /* Define if you have the <string.h> header file.  */
  60. #define HAVE_STRING_H 1
  61.  
  62. /* Define if you have the <sys/file.h> header file.  */
  63. #define HAVE_SYS_FILE_H 1
  64.  
  65. /* Define if you have the <sys/types.h> header file.  */
  66. #define HAVE_SYS_TYPES_H 1
  67.  
  68. /* Define if you have the <unistd.h> header file.  */
  69. #define HAVE_UNISTD_H 1
  70.  
  71. /* Define if you have the c library (-lc).  */
  72. #define HAVE_LIBC 1
  73.  
  74. /* Define if you have the dbm library (-ldbm).  */
  75. /* #undef HAVE_LIBDBM */
  76.  
  77. /* Define if you have the ndbm library (-lndbm).  */
  78. /* #undef HAVE_LIBNDBM */
  79.