greenstone.org greenstone wiki greenstone trac planet greenstone

root/gs2runtime/win32cfg.h

http://svn.greenstone.org/gs2runtime/win32cfg.h
Revision 16607, 4.7 kB (checked in by davidb, 1 year ago)

Runtime only files for Greenstone 2

Line 
1 /* config.h.  Generated automatically by configure.  */
2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3
4 /* Define if on AIX 3.
5    System headers sometimes define this.
6    We just want to avoid a redefinition error message.  */
7 #ifndef _ALL_SOURCE
8 /* #undef _ALL_SOURCE */
9 #endif
10
11 /* Define if using alloca.c.  */
12 /* #undef C_ALLOCA */
13
14 /* Define to empty if the keyword does not work.  */
15 /* #undef const */
16
17 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
18    This function is required for alloca.c support on those systems.  */
19 /* #undef CRAY_STACKSEG_END */
20
21 /* Define if you have alloca, as a function or macro.  */
22 #define HAVE_ALLOCA 1
23
24 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
25 /* #define HAVE_ALLOCA_H 1 */
26
27 /* Define if you don't have vprintf but do have _doprnt.  */
28 /* #undef HAVE_DOPRNT */
29
30 /* Define if you have the vprintf function.  */
31 #define HAVE_VPRINTF 1
32
33 /* Define if on MINIX.  */
34 /* #undef _MINIX */
35
36 /* Define to `long' if <sys/types.h> doesn't define.  */
37 /* #undef off_t */
38
39 /* Define if the system does not provide POSIX.1 features except
40    with this defined.  */
41 /* #undef _POSIX_1_SOURCE */
42
43 /* Define if you need to in order for stat and other things to work.  */
44 /* #undef _POSIX_SOURCE */
45
46 /* Define as the return type of signal handlers (int or void).  */
47 #define RETSIGTYPE void
48
49 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
50 /* #undef size_t */
51
52 /* If using the C implementation of alloca, define if you know the
53    direction of stack growth for your system; otherwise it will be
54    automatically deduced at run-time.
55         STACK_DIRECTION > 0 => grows toward higher addresses
56         STACK_DIRECTION < 0 => grows toward lower addresses
57         STACK_DIRECTION = 0 => direction of growth unknown
58  */
59 /* #undef STACK_DIRECTION */
60
61 /* Define if you have the ANSI C header files.  */
62 #define STDC_HEADERS 1
63
64 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
65 /* #define TIME_WITH_SYS_TIME 1 */
66
67 /* Define if your <sys/time.h> declares struct tm.  */
68 /* #undef TM_IN_SYS_TIME */
69
70 /* Define to the name of the distribution.  */
71 #define PACKAGE "mg"
72
73 /* Define to the version of the distribution.  */
74 #define VERSION "1.2"
75
76 /* Define to 1 if you have the valloc function.  */
77 /* #define HAVE_VALLOC 1 */
78
79 /* Define to 1 if ANSI function prototypes are usable.  */
80 #define PROTOTYPES 1
81
82  
83 /* Define to 1 for better use of the debugging malloc library.  See
84    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
85 /* #undef WITH_DMALLOC */
86
87  
88 /* Define to 1 if GNU regex should be used instead of GNU rx.  */
89 /* #undef WITH_REGEX */
90
91 /* Some braindead header files do not have the requ'd function declarations */
92 #define HAVE_FGETC_DECL 1
93 #define HAVE_FREAD_DECL 1
94
95 /* See if have this field in the prstatus_t structure */
96 /* It stores the size of the process heap */
97 /* #define HAVE_PR_BRKSIZE 1 */
98
99 /* Define if you have the ftime function.  */
100 /* #undef HAVE_FTIME */
101
102 /* Define if you have the getpagesize function.  */
103 /* #undef HAVE_GETPAGESIZE */
104
105 /* Define if you have the getrusage function.  */
106 /* #undef HAVE_GETRUSAGE */
107
108 /* Define if you have the mallinfo function.  */
109 /* #undef HAVE_MALLINFO */
110
111 /* Define if you have the select function.  */
112 #define HAVE_SELECT 1
113
114 /* Define if you have the setbuffer function.  */
115 /* #undef HAVE_SETBUFFER */
116
117 /* Define if you have the strerror function.  */
118 #define HAVE_STRERROR 1
119
120 /* Define if you have the strftime function.  */
121 #define HAVE_STRFTIME 1
122
123 /* Define if you have the strstr function.  */
124 #define HAVE_STRSTR 1
125
126 /* Define if you have the strtol function.  */
127 #define HAVE_STRTOL 1
128
129 /* Define if you have the times function.  */
130 /* #define HAVE_TIMES 1 */
131
132 /* Define if you have the valloc function.  */
133 /* #define HAVE_VALLOC 1 */
134
135 /* Define if you have the <dirent.h> header file.  */
136 /* #define HAVE_DIRENT_H 1 */
137
138 /* Define if you have the <fcntl.h> header file.  */
139 #define HAVE_FCNTL_H 1
140
141 /* Define if you have the <limits.h> header file.  */
142 #define HAVE_LIMITS_H 1
143
144 /* Define if you have the <memory.h> header file.  */
145 #define HAVE_MEMORY_H 1
146
147 /* Define if you have the <ndir.h> header file.  */
148 /* #undef HAVE_NDIR_H */
149
150 /* Define if you have the <string.h> header file.  */
151 #define HAVE_STRING_H 1
152
153 /* Define if you have the <sys/dir.h> header file.  */
154 /* #undef HAVE_SYS_DIR_H */
155
156 /* Define if you have the <sys/ndir.h> header file.  */
157 /* #undef HAVE_SYS_NDIR_H */
158
159 /* Define if you have the <sys/procfs.h> header file.  */
160 /* #define HAVE_SYS_PROCFS_H 1 */
161
162 /* Define if you have the <sys/time.h> header file.  */
163 /* #define HAVE_SYS_TIME_H 1 */
164
165 /* Define if you have the <unistd.h> header file.  */
166 /* #define HAVE_UNISTD_H 1 */
167
168 /* Define if you have the m library (-lm).  */
169 #define HAVE_LIBM 1
Note: See TracBrowser for help on using the browser.