/[LeafOK_CVS]/pvpgn-1.7.4/src/win32/configwin.h
ViewVC logotype

Annotation of /pvpgn-1.7.4/src/win32/configwin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Tue Jun 6 03:41:38 2006 UTC (19 years, 9 months ago) by sysadm
Branch: GNU, MAIN
CVS Tags: arelease, HEAD
Changes since 1.1: +0 -0 lines
Content type: text/x-chdr
no message

1 sysadm 1.1 /* ../include/config.h.win32 Generated by hand from ../include/config.h.in. */
2     /* ../include/config.h.in. Generated automatically from configure.in by autoheader. */
3    
4     #ifdef __BORLANDC__
5     # define __FUNCTION__ __FUNC__
6     #endif
7    
8     /* Define if on AIX 3.
9     System headers sometimes define this.
10     We just want to avoid a redefinition error message. */
11     #ifndef _ALL_SOURCE
12     /* #undef _ALL_SOURCE */
13     #endif
14    
15     /* Define if the closedir function returns void instead of int. */
16     /* #undef CLOSEDIR_VOID */
17    
18     /* Define to empty if the keyword does not work. */
19     /* #undef const */
20    
21     /* Define if you don't have vprintf but do have _doprnt. */
22     /* #undef HAVE_DOPRNT */
23    
24     /* Define if you have the strftime function. */
25     #define HAVE_STRFTIME 1
26    
27     /* Define if you have the vprintf function. */
28     #define HAVE_VPRINTF 1
29    
30     /* Define if you have the _vsnprintf function. */
31     #define HAVE__VSNPRINTF 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 to `int' if <sys/types.h> doesn't define. */
40     /* #undef pid_t */
41    
42     /* Define if the system does not provide POSIX.1 features except
43     with this defined. */
44     /* #undef _POSIX_1_SOURCE */
45    
46     /* Define if you need to in order for stat and other things to work. */
47     /* #undef _POSIX_SOURCE */
48    
49     /* Define as the return type of signal handlers (int or void). */
50     #define RETSIGTYPE void
51    
52     /* Define if the `setpgrp' function takes no argument. */
53     /* #undef SETPGRP_VOID */
54    
55     /* Define to `unsigned' if <sys/types.h> doesn't define. */
56     /* #undef size_t */
57    
58     /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
59     /* #undef STAT_MACROS_BROKEN */
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     /* #undef TIME_WITH_SYS_TIME */
66    
67     /* Define if your <sys/time.h> declares struct tm. */
68     /* #undef TM_IN_SYS_TIME */
69    
70     /* The number of bytes in a unsigned char. */
71     #define SIZEOF_UNSIGNED_CHAR 1
72    
73     /* The number of bytes in a unsigned int. */
74     #define SIZEOF_UNSIGNED_INT 4
75    
76     /* The number of bytes in a unsigned long. */
77     #define SIZEOF_UNSIGNED_LONG 4
78    
79     /* The number of bytes in a unsigned long long. */
80     /* Borland doesn't do ull, but VC++ does */
81     #ifdef __BORLANDC__
82     # define SIZEOF_UNSIGNED_LONG_LONG 0
83     #else
84     # define SIZEOF_UNSIGNED_LONG_LONG 8
85     #endif
86    
87     /* The number of bytes in a unsigned short. */
88     #define SIZEOF_UNSIGNED_SHORT 2
89    
90     /* Define if you have the _mkdir function. */
91     #define HAVE__MKDIR 1
92    
93     /* Define if you have the bcopy function. */
94     /* #undef HAVE_BCOPY */
95    
96     /* Define if you have the chdir function. */
97     /* #undef HAVE_CHDIR */
98    
99     /* Define if you have the difftime function. */
100     #define HAVE_DIFFTIME 1
101    
102     /* Define if you have the fork function. */
103     /* #undef HAVE_FORK */
104    
105     /* Define if you have the ftime function. */
106     #define HAVE_FTIME 1
107    
108     /* Define if you have the getenv function. */
109     #define HAVE_GETENV 1
110    
111     /* Define if you have the getgid function. */
112     /* #undef HAVE_GETGID */
113    
114     /* Define if you have the getgrnam function. */
115     /* #undef HAVE_GETGRNAM */
116    
117     /* Define if you have the gethostbyname function. */
118     #define HAVE_GETHOSTBYNAME 1
119    
120     /* Define if you have the gethostname function. */
121     #define HAVE_GETHOSTNAME 1
122    
123     /* Define if you have the getlogin function. */
124     /* #undef HAVE_GETLOGIN */
125    
126     /* Define if you have the getpid function. */
127     /* #undef HAVE_GETPID */
128    
129     /* Define if you have the getpwnam function. */
130     /* #undef HAVE_GETPWNAM */
131    
132     /* Define if you have the getservbyname function. */
133     #define HAVE_GETSERVBYNAME 1
134    
135     /* Define if you have the gettimeofday function. */
136     /* #undef HAVE_GETTIMEOFDAY */
137    
138     /* Define if you have the getuid function. */
139     /* #undef HAVE_GETUID */
140    
141     /* Define if you have the index function. */
142     /* #undef HAVE_INDEX */
143    
144     /* Define if you have the inet_aton function. */
145     /* #undef HAVE_INET_ATON */
146    
147     /* Define if you have the inet_ntoa function. */
148     #define HAVE_INET_NTOA 1
149    
150     /* Define if you have the ioctl function. */
151     /* #undef HAVE_IOCTL */
152    
153     /* Define if you have the memcpy function. */
154     #define HAVE_MEMCPY 1
155    
156     /* Define if you have the memmove function. */
157     #define HAVE_MEMMOVE 1
158    
159     /* Define if you have the memset function. */
160     #define HAVE_MEMSET 1
161    
162     /* Define if you have the mkdir function. */
163     #define HAVE_MKDIR
164    
165     /* Define if you have the mktime function. */
166     #define HAVE_MKTIME 1
167    
168     /* Define if you have the pipe function. */
169     /* #undef HAVE_PIPE */
170    
171     /* Define if you have the poll function. */
172     /* #undef HAVE_POLL */
173    
174     /* Define if you have the pow function. */
175     #define HAVE_POW
176    
177     /* Define if you have the recv function. */
178     #define HAVE_RECV 1
179    
180     /* Define if you have the recvfrom function. */
181     #define HAVE_RECVFROM 1
182    
183     /* Define if you have the rindex function. */
184     /* #undef HAVE_RINDEX */
185    
186     /* Define if you have the select function. */
187     #define HAVE_SELECT 1
188    
189     /* Define if you have the send function. */
190     #define HAVE_SEND 1
191    
192     /* Define if you have the sendto function. */
193     #define HAVE_SENDTO 1
194    
195     /* Define if you have the setgid function. */
196     /* #undef HAVE_SETGID */
197    
198     /* Define if you have the setpgid function. */
199     /* #undef HAVE_SETPGID */
200    
201     /* Define if you have the setpgrp function. */
202     /* #undef HAVE_SETPGRP */
203    
204     /* Define if you have the setsid function. */
205     /* #undef HAVE_SETSID */
206    
207     /* Define if you have the setuid function. */
208     /* #undef HAVE_SETUID */
209    
210     /* Define if you have the sigaction function. */
211     /* #undef HAVE_SIGACTION */
212    
213     /* Define if you have the sigaddset function. */
214     /* #undef HAVE_SIGADDSET */
215    
216     /* Define if you have the sigprocmask function. */
217     /* #undef HAVE_SIGPROCMASK */
218    
219     /* Define if you have the socket function. */
220     #define HAVE_SOCKET 1
221    
222     /* Define if you have the strcasecmp function. */
223     /* #undef HAVE_STRCASECMP */
224    
225     /* Define if you have the strchr function. */
226     #define HAVE_STRCHR 1
227    
228     /* Define if you have the strsep function. */
229     /* #undef HAVE_STRSEP */
230    
231     /* Define if you have the strdup function. */
232     #define HAVE_STRDUP 1
233    
234     /* Define if you have the strerror function. */
235     #define HAVE_STRERROR 1
236    
237     /* Define if you have the stricmp function. */
238     #define HAVE_STRICMP 1
239    
240     /* Define if you have the strncasecmp function. */
241     /* #undef HAVE_STRNCASECMP */
242    
243     /* Define if you have the strnicmp function. */
244     #define HAVE_STRNICMP 1
245    
246     /* Define if you have the strrchr function. */
247     #define HAVE_STRRCHR 1
248    
249     /* Define if you have the strtoul function. */
250     #define HAVE_STRTOUL 1
251    
252     /* Define if you have the uname function. */
253     /* #undef HAVE_UNAME */
254    
255     /* Define if you have the wait function. */
256     /* #undef HAVE_WAIT */
257    
258     /* Define if you have the waitpid function. */
259     /* #undef HAVE_WAITPID */
260    
261     /* Define if you have the <arpa/inet.h> header file. */
262     /* #undef HAVE_ARPA_INET_H */
263    
264     #ifdef __BORLANDC__
265     /* Define if you have the <dir.h> header file. */
266     # define HAVE_DIR_H
267     #else
268     /* Define if you have the <direct.h> header file. */
269     #define HAVE_DIRECT_H 1
270     #endif
271    
272     /* Define if you have the <dirent.h> header file. */
273     /* #undef HAVE_DIRENT_H */
274    
275     /* Define if you have the <fcntl.h> header file. */
276     #define HAVE_FCNTL_H 1
277    
278     /* Define if you have the <grp.h> header file. */
279     /* #undef HAVE_GRP_H */
280    
281     /* Define if you have the <limits.h> header file. */
282     #define HAVE_LIMITS_H 1
283    
284     /* Define if you have the <malloc.h> header file. */
285     #define HAVE_MALLOC_H 1
286    
287     /* Define if you have the <memory.h> header file. */
288     /* #undef HAVE_MEMORY_H */
289    
290     /* Define if you have the <ndir.h> header file. */
291     /* #undef HAVE_NDIR_H */
292    
293     /* Define if you have the <netdb.h> header file. */
294     /* #undef HAVE_NETDB_H */
295    
296     /* Define if you have the <netinet/in.h> header file. */
297     /* #undef HAVE_NETINET_IN_H */
298    
299     /* Define if you have the <poll.h> header file. */
300     /* #undef HAVE_POLL_H */
301    
302     /* Define if you have the <pwd.h> header file. */
303     /* #undef HAVE_PWD_H */
304    
305     /* Define if you have the <stdarg.h> header file. */
306     #define HAVE_STDARG_H 1
307    
308     /* Define if you have the <stddef.h> header file. */
309     #define HAVE_STDDEF_H 1
310    
311     /* Define if you have the <stdint.h> header file. */
312     /* #undef HAVE_STDINT_H */
313    
314     /* Define if you have the <string.h> header file. */
315     #define HAVE_STRING_H 1
316    
317     /* Define if you have the <strings.h> header file. */
318     /* #undef HAVE_STRINGS_H */
319    
320     /* Define if you have the <stropts.h> header file. */
321     /* #undef HAVE_STROPTS_H */
322    
323     /* Define if you have the <sys/dir.h> header file. */
324     /* #undef HAVE_SYS_DIR_H */
325    
326     /* Define if you have the <sys/file.h> header file. */
327     /* #undef HAVE_SYS_FILE_H */
328    
329     /* Define if you have the <sys/ioctl.h> header file. */
330     /* #undef HAVE_SYS_IOCTL_H */
331    
332     /* Define if you have the <sys/ndir.h> header file. */
333     /* #undef HAVE_SYS_NDIR_H */
334    
335     /* Define if you have the <sys/param.h> header file. */
336     /* #undef HAVE_SYS_PARAM_H */
337    
338     /* Define if you have the <sys/poll.h> header file. */
339     /* #undef HAVE_SYS_POLL_H */
340    
341     /* Define if you have the <sys/select.h> header file. */
342     /* #undef HAVE_SYS_SELECT_H */
343    
344     /* Define if you have the <sys/socket.h> header file. */
345     /* #undef HAVE_SYS_SOCKET_H */
346    
347     /* Define if you have the <sys/stat.h> header file. */
348     #define HAVE_SYS_STAT_H 1
349    
350     /* Define if you have the <sys/stropts.h> header file. */
351     /* #undef HAVE_SYS_STROPTS_H */
352    
353     /* Define if you have the <sys/time.h> header file. */
354     /* #undef HAVE_SYS_TIME_H */
355    
356     /* Define if you have the <sys/timeb.h> header file. */
357     #define HAVE_SYS_TIMEB_H 1
358    
359     /* Define if you have the <sys/types.h> header file. */
360     #define HAVE_SYS_TYPES_H 1
361    
362     /* Define if you have the <sys/utsname.h> header file. */
363     /* #undef HAVE_SYS_UTSNAME_H */
364    
365     /* Define if you have the <sys/wait.h> header file. */
366     /* #undef HAVE_SYS_WAIT_H */
367    
368     /* Define if you have the <termios.h> header file. */
369     /* #undef HAVE_TERMIOS_H */
370    
371     /* Define if mkdir takes only one argument. */
372     #define MKDIR_TAKES_ONE_ARG 1
373    
374     /* Define if you have the <varargs.h> header file. */
375     #define HAVE_VARARGS_H 1
376    
377     /* Define if you have the <unistd.h> header file. */
378     /* #undef HAVE_UNISTD_H */
379    
380     /* Define if you support inline */
381     #define inline __inline
382    
383     /* Define if you support assertions */
384     #define HAVE_ASSERT_H 1
385    
386     /* Define if you have the memmove function. */
387     #define HAVE_MEMMOVE 1
388    
389     /* Define if you have the <time.h> header file. */
390     #define HAVE_TIME_H 1
391    

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1