source: main/tags/2.26/gsdl/packages/wingdbm/autoconf.h@ 28875

Last change on this file since 28875 was 18, checked in by sjboddie, 26 years ago

Added windows gdbm and mg versions

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