home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gdbm-1.7.1.tar.gz / gdbm-1.7.1.tar / gdbm-1.7.1 / autoconf.h.in < prev    next >
Text File  |  1993-11-13  |  2KB  |  78 lines

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