]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/compat/xwinconfig.h
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / win32 / compat / xwinconfig.h
1 /*
2  *  This file was originally generated by configure, but has been edited
3  *  to provide the correct defines for the Native Win32 build under
4  *  Visual Studio.
5  *
6  *  Note!!! We normally do NOT build the Windows versions with this header
7  *    file.  We use the Mingw environment defined in mingwconfig.h.
8  */
9 /* ------------------------------------------------------------------------- */
10 /* --                     CONFIGURE SPECIFIED FEATURES                    -- */
11 /* ------------------------------------------------------------------------- */
12
13 #ifndef __WINCONFIG_H
14 #define __WINCONFIG_H
15
16 #define HAVE_OPENSSL 1
17 #define HAVE_CRYPTO 1
18 #define HAVE_TLS 1
19
20 /* Define if you want to use MySQL as Catalog database */
21 /* #undef USE_MYSQL_DB */
22
23 /* Define if you want SmartAlloc debug code enabled */
24 #define SMARTALLOC 1
25
26 /* Define to `int' if <sys/types.h> doesn't define.  */
27 /* #undef daddr_t */
28
29 /* Define to `int' if <sys/types.h> doesn't define.  */
30 #define major_t int
31
32 /* Define to `int' if <sys/types.h> doesn't define.  */
33 #define minor_t int
34
35 /* Define to `int' if <sys/types.h> doesn't define.  */
36 /* #undef ssize_t */
37
38 /* Define if you want to use MySQL */
39 /* #define HAVE_MYSQL 1 */
40
41 /* Define if you want to use embedded MySQL */
42 /* #undef HAVE_EMBEDDED_MYSQL */
43
44 /* Define if you want to use SQLite3  */
45 /* #undef HAVE_SQLITE3  */
46
47 /* Define if you want to use Berkeley DB */
48 /* #undef HAVE_BERKELEY_DB */
49
50
51 /* Define if you want to use PostgreSQL */
52 /* #undef HAVE_PGSQL */
53
54 /* ------------------------------------------------------------------------- */
55 /* --                     CONFIGURE DETECTED FEATURES                     -- */
56 /* ------------------------------------------------------------------------- */
57
58 /* Define if you need function prototypes */
59 #define PROTOTYPES 1
60
61 /* Define if you have XPointer typedef */
62 /* #undef HAVE_XPOINTER */
63
64 /* Define if you have _GNU_SOURCE getpt() */
65 /* #undef HAVE_GETPT */
66
67 /* Define if you have GCC */
68 /* #undef HAVE_GCC 1 */
69
70 /* Define if you have the Andrew File System.  */
71 /* #undef AFS */
72
73 /* Define If you want find -nouser and -nogroup to make tables of
74    used UIDs and GIDs at startup instead of using getpwuid or
75    getgrgid when needed.  Speeds up -nouser and -nogroup unless you
76    are running NIS or Hesiod, which make password and group calls
77    very expensive.  */
78 /* #undef CACHE_IDS */
79
80 /* Define to use SVR4 statvfs to get filesystem type.  */
81 /* #undef FSTYPE_STATVFS */
82
83 /* Define to use SVR3.2 statfs to get filesystem type.  */
84 /* #undef FSTYPE_USG_STATFS */
85
86 /* Define to use AIX3 statfs to get filesystem type.  */
87 /* #undef FSTYPE_AIX_STATFS */
88
89 /* Define to use 4.3BSD getmntent to get filesystem type.  */
90 /* #undef FSTYPE_MNTENT 1 */
91
92 /* Define to use 4.4BSD and TRU64 statfs to get filesystem type. */
93 /* #undef FSTYPE_STATFS */
94
95 /* Define to use Ultrix getmnt to get filesystem type.  */
96 /* #undef FSTYPE_GETMNT */
97
98 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
99 /* #undef dev_t */
100
101 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
102 /* #undef ino_t */
103
104 /* Define to 1 if utime.h exists and declares struct utimbuf.  */
105 #ifdef HAVE_MINGW
106 #define HAVE_UTIME_H 1
107 #endif
108
109 /* Data types */
110 #define HAVE_U_INT 1
111 #define HAVE_INTXX_T 1
112 #define HAVE_U_INTXX_T 1
113 /* #undef HAVE_UINTXX_T */
114 #define HAVE_INT64_T 1
115 #define HAVE_U_INT64_T 1
116 #define HAVE_INTMAX_T 1
117 /* #undef HAVE_U_INTMAX_T */
118
119 /* Define if you want TCP Wrappers support */
120 /* #undef HAVE_LIBWRAP */
121
122 /* Define if you have sys/bitypes.h */
123 /* #undef HAVE_SYS_BITYPES_H */
124
125 /* Directory for PID files */
126 /* #define _PATH_BACULA_PIDDIR "/var/run" */
127 #undef _PATH_BACULA_PIDDIR
128
129 /* Define if you have zlib */
130 #define HAVE_LIBZ 1
131
132 /* General libs */
133 /* #undef LIBS */
134
135 /* File daemon specif libraries */
136 #define FDLIBS 1
137
138 /* Path to Sendmail program */
139 /* #undef SENDMAIL_PATH */
140
141 /* What kind of signals we have */
142 /*#define HAVE_POSIX_SIGNALS 1 */
143 /* #undef HAVE_BSD_SIGNALS */
144 /* #undef HAVE_USG_SIGHOLD */
145
146 /* Operating systems */
147 /* OSes */
148 /* #undef HAVE_LINUX_OS */
149 /* #undef HAVE_FREEBSD_OS */
150 /* #undef HAVE_NETBSD_OS */
151 /* #undef HAVE_OPENBSD_OS */
152 /* #undef HAVE_BSDI_OS */
153 /* #undef HAVE_HPUX_OS */
154 /* #undef HAVE_SUN_OS */
155 /* #undef HAVE_IRIX_OS */
156 /* #undef HAVE_AIX_OS */
157 /* #undef HAVE_SGI_OS */
158 /* #define HAVE_CYGWIN 1 */
159 /* #undef HAVE_OSF1_OS  */
160 /* #undef HAVE_DARWIN_OS */
161
162 /* Set to correct scanf value for long long int */
163 #define lld "lld"
164 #define llu "llu"
165
166 /*#define HAVE_READLINE 1 */
167
168 /* #undef HAVE_GMP */
169
170 /* #undef HAVE_CWEB */
171
172 /* #define HAVE_FCHDIR 1 */
173
174 /* #undef HAVE_GETOPT_LONG */
175
176 /* #undef HAVE_LIBSM */
177
178 /* Check for thread safe routines */
179 /*#define HAVE_LOCALTIME_R 1 */
180 /* #undef HAVE_READDIR_R */
181 /*#define HAVE_STRERROR_R 1*/
182 /* #undef HAVE_GETHOSTBYNAME_R */
183
184 #define HAVE_STRTOLL 1
185 /* #undef HAVE_INET_PTON */
186
187 /*#define HAVE_SOCKLEN_T 1 */
188
189 /* #undef HAVE_OLD_SOCKOPT */
190
191 /* #undef HAVE_BIGENDIAN */
192
193 /* Define to 1 if the `closedir' function returns void instead of `int'. */
194 /* #undef CLOSEDIR_VOID */
195
196 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
197    systems. This function is required for `alloca.c' support on those systems.
198    */
199 /* #undef CRAY_STACKSEG_END */
200
201 /* Define to 1 if using `alloca.c'. */
202 /* #undef C_ALLOCA */
203
204 /* Define to 1 if you have `alloca', as a function or macro. */
205 #define HAVE_ALLOCA 1
206 #ifndef HAVE_MINGW
207 #define alloca _alloca
208 #endif
209 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
210    */
211 #define HAVE_ALLOCA_H 1
212
213 /* Define to 1 if you have the <arpa/nameser.h> header file. */
214 /*#define HAVE_ARPA_NAMESER_H 1 */
215
216 /* Define to 1 if you have the <assert.h> header file. */
217 #define HAVE_ASSERT_H 1
218
219 /* Define to 1 if you have the `chflags' function. */
220 /* #undef HAVE_CHFLAGS */
221
222 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
223    */
224 #define HAVE_DIRENT_H 1
225
226 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
227 /* #undef HAVE_DOPRNT */
228
229 /* Define to 1 if you have the `fchdir' function. */
230 /*#define HAVE_FCHDIR 1 */
231
232 /* Define to 1 if you have the <fcntl.h> header file. */
233 #define HAVE_FCNTL_H 1
234
235 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
236 /*#define HAVE_FNMATCH 1 */
237
238 /* Define to 1 if you have the `fork' function. */
239 /*#define HAVE_FORK 1 */
240
241 /* Define to 1 if you have the `getcwd' function. */
242 #define HAVE_GETCWD 1
243
244 /* Define to 1 if you have the `getdomainname' function. */
245 /*#define HAVE_GETDOMAINNAME 1 */
246
247 /* Define to 1 if you have the `gethostbyname_r' function. */
248 /* #undef HAVE_GETHOSTBYNAME_R */
249
250 /* Define to 1 if you have the `gethostid' function. */
251 #define HAVE_GETHOSTID 1
252
253 /* Define to 1 if you have the `gethostname' function. */
254 #define HAVE_GETHOSTNAME 1
255
256 /* Define to 1 if you have the `getmntent' function. */
257 /*#define HAVE_GETMNTENT 1 */
258
259 /* Define to 1 if you have the `getpid' function. */
260 #define HAVE_GETPID 1
261 #define getpid _getpid
262
263 /* Define to 1 if you have the `gettimeofday' function. */
264 #define HAVE_GETTIMEOFDAY 1
265
266 /* Define to 1 if you have the <grp.h> header file. */
267 /*#define HAVE_GRP_H 1*/
268
269 /* Define to 1 if you have the `inet_pton' function. */
270 /* #undef HAVE_INET_PTON */
271
272 /* Define to 1 if you have the <inttypes.h> header file. */
273 #define HAVE_INTTYPES_H 1
274
275 /* Define to 1 if you have the `lchown' function. */
276 #define HAVE_LCHOWN 1
277
278 /* Define to 1 if you have the <libc.h> header file. */
279 /* #undef HAVE_LIBC_H */
280
281 /* Define to 1 if you have the `inet' library (-linet). */
282 /* #undef HAVE_LIBINET */
283
284 /* Define to 1 if you have the `nsl' library (-lnsl). */
285 /* #undef HAVE_LIBNSL */
286
287 /* Define to 1 if you have the `resolv' library (-lresolv). */
288 /* #undef HAVE_LIBRESOLV */
289
290 /* Define to 1 if you have the `socket' library (-lsocket). */
291 /* #undef HAVE_LIBSOCKET */
292
293 /* Define to 1 if you have the `sun' library (-lsun). */
294 /* #undef HAVE_LIBSUN */
295
296 /* Define to 1 if you have the `xnet' library (-lxnet). */
297 /* #undef HAVE_LIBXNET */
298
299 /* Define to 1 if you have the <limits.h> header file. */
300 #define HAVE_LIMITS_H 1
301
302 /* Define to 1 if you have the `localtime_r' function. */
303 #define HAVE_LOCALTIME_R 1
304
305 /* Define to 1 if you have the `lstat' function. */
306 #define HAVE_LSTAT 1
307
308 /* Define to 1 if you have the <memory.h> header file. */
309 #define HAVE_MEMORY_H 1
310
311 /* Define to 1 if you have the <mtio.h> header file. */
312 /* #undef HAVE_MTIO_H */
313
314 /* Define to 1 if you have the `nanosleep' function. */
315 #define HAVE_NANOSLEEP 1
316
317 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
318 /* #undef HAVE_NDIR_H */
319
320 /* Define to 1 if you have the `putenv' function. */
321 #define HAVE_PUTENV 1
322
323 /* Define to 1 if you have the <pwd.h> header file. */
324 /*#define HAVE_PWD_H 1*/
325
326 /* Define to 1 if you have the `readdir_r' function. */
327 /* #undef HAVE_READDIR_R */
328
329 /* Define to 1 if you have the <resolv.h> header file. */
330 /*#define HAVE_RESOLV_H 1*/
331
332 /* Define to 1 if you have the `select' function. */
333 #define HAVE_SELECT 1
334
335 /* Define to 1 if you have the `setenv' function. */
336 #define HAVE_SETENV 1
337
338 /* Define to 1 if you have the `setlocale' function. */
339 #undef HAVE_SETLOCALE
340
341 /* Define to 1 if translation of program messages to the user's native
342    language is requested. */
343 #if (defined _MSC_VER) && (_MSC_VER >= 1400) // VC8+
344 /* Enable NLS only if we are using the new VC++.
345  * NLS should also work with VC++ 7.1, but the Makefiles are
346  * not adapted to support it (include, lib...). */
347 //#define ENABLE_NLS 1
348 #endif
349
350 #undef  LOCALEDIR
351 #define LOCALEDIR "."
352
353 #undef HAVE_NL_LANGINFO
354
355 /* Define to 1 if you have the `setpgid' function. */
356 #define HAVE_SETPGID 1
357
358 /* Define to 1 if you have the `setpgrp' function. */
359 #define HAVE_SETPGRP 1
360
361 /* Define to 1 if you have the `setsid' function. */
362 #define HAVE_SETSID 1
363
364 /* Define to 1 if you have the `signal' function. */
365 /*#define HAVE_SIGNAL 1 */
366
367 /* Define to 1 if you have the `snprintf' function. */
368 #define HAVE_SNPRINTF 1
369 #define HAVE_SNPRINTF_DECL 1
370
371 /* Define to 1 if you have the <stdarg.h> header file. */
372 #define HAVE_STDARG_H 1
373
374 /* Define to 1 if you have the <stdint.h> header file. */
375 /*#define HAVE_STDINT_H 1 */
376
377 /* Define to 1 if you have the <stdlib.h> header file. */
378 #define HAVE_STDLIB_H 1
379
380 /* Define to 1 if you have the `strcasecmp' function. */
381 /*#define HAVE_STRCASECMP 1*/
382
383 /* Define to 1 if you have the `strerror' function. */
384 #define HAVE_STRERROR 1
385
386 /* Define to 1 if you have the `strerror_r' function. */
387 #define HAVE_STRERROR_R 1
388
389 /* Define to 1 if you have the `strftime' function. */
390 #define HAVE_STRFTIME 1
391
392 /* Define to 1 if you have the <strings.h> header file. */
393 #define HAVE_STRINGS_H 1
394
395 /* Define to 1 if you have the <string.h> header file. */
396 #define HAVE_STRING_H 1
397
398 /* Define to 1 if you have the `strncmp' function. */
399 #define HAVE_STRNCMP 1
400
401 /* Define to 1 if you have the `strncpy' function. */
402 #define HAVE_STRNCPY 1
403
404 /* Define to 1 if you have the `strtoll' function. */
405 #define HAVE_STRTOLL 1
406
407 /* Define to 1 if `st_blksize' is member of `struct stat'. */
408 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
409
410 /* Define to 1 if `st_blocks' is member of `struct stat'. */
411 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
412
413 /* Define to 1 if `st_rdev' is member of `struct stat'. */
414 #define HAVE_STRUCT_STAT_ST_RDEV 1
415
416 /* Define to 1 if `tm_zone' is member of `struct tm'. */
417 /* #undef HAVE_STRUCT_TM_TM_ZONE */
418
419 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
420    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
421 #define HAVE_ST_BLKSIZE 1
422
423 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
424    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
425 #define HAVE_ST_BLOCKS 1
426
427 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
428    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
429 #define HAVE_ST_RDEV 1
430
431 /* Define to 1 if you have the <sys/byteorder.h> header file. */
432 /* #undef HAVE_SYS_BYTEORDER_H */
433
434 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
435    */
436 /* #undef HAVE_SYS_DIR_H */
437
438 /* Define to 1 if you have the <sys/ioctl.h> header file. */
439 #define HAVE_SYS_IOCTL_H 1
440
441 /* Define to 1 if you have the <sys/mtio.h> header file. */
442 #define HAVE_SYS_MTIO_H 1
443
444 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
445    */
446 /* #undef HAVE_SYS_NDIR_H */
447
448 /* Define to 1 if you have the <sys/select.h> header file. */
449 #define HAVE_SYS_SELECT_H 1
450
451 /* Define to 1 if you have the <sys/socket.h> header file. */
452 #define HAVE_SYS_SOCKET_H 1
453
454 /* Define to 1 if you have the <sys/sockio.h> header file. */
455 /* #undef HAVE_SYS_SOCKIO_H */
456
457 /* Define to 1 if you have the <sys/stat.h> header file. */
458 #define HAVE_SYS_STAT_H 1
459
460 /* Define to 1 if you have the <sys/time.h> header file. */
461 #define HAVE_SYS_TIME_H 1
462
463 /* Define to 1 if you have the <sys/types.h> header file. */
464 #define HAVE_SYS_TYPES_H 1
465
466 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
467 #define HAVE_SYS_WAIT_H 1
468
469 /* Define to 1 if you have the `tcgetattr' function. */
470 #define HAVE_TCGETATTR 1
471
472 /* Define to 1 if you have the <termios.h> header file. */
473 #define HAVE_TERMIOS_H 1
474
475 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
476    `HAVE_STRUCT_TM_TM_ZONE' instead. */
477 /* #undef HAVE_TM_ZONE */
478
479 /* Define to 1 if you don't have `tm_zone' but do have the external array
480    `tzname'. */
481 #define HAVE_TZNAME 1
482
483 /* Define to 1 if you have the <unistd.h> header file. */
484 #define HAVE_UNISTD_H 1
485
486 /* Define to 1 if you have the <varargs.h> header file. */
487 /* #undef HAVE_VARARGS_H */
488
489 /* Define to 1 if you have the `vfprintf' function. */
490 #define HAVE_VFPRINTF 1
491
492 /* Define to 1 if you have the `vprintf' function. */
493 #define HAVE_VPRINTF 1
494
495 /* Define to 1 if you have the `vsnprintf' function. */
496 #define HAVE_VSNPRINTF 1
497 #define HAVE_VSNPRINTF_DECL 1
498
499 /* Define to 1 if you have the <zlib.h> header file. */
500 #define HAVE_ZLIB_H 1
501
502 #define HAVE_LZO 1
503 /* Define to 1 if you have the <lzo/lzo1x.h> header file. */
504 #define HAVE_LZO_LZO1X_H 1
505 /* Define to 1 if you have the <lzo/lzoconf.h> header file. */
506 #define HAVE_LZO_LZOCONF_H 1
507
508
509 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
510    */
511 /* #undef MAJOR_IN_MKDEV */
512
513 /* Define to 1 if `major', `minor', and `makedev' are declared in
514    <sysmacros.h>. */
515 /* #undef MAJOR_IN_SYSMACROS */
516
517 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
518 /* #undef NO_MINUS_C_MINUS_O */
519
520 /* Define to the address where bug reports for this package should be sent. */
521 #define PACKAGE_BUGREPORT ""
522
523 /* Define to the full name of this package. */
524 #define PACKAGE_NAME ""
525
526 /* Define to the full name and version of this package. */
527 #define PACKAGE_STRING ""
528
529 /* Define to the one symbol short name of this package. */
530 #define PACKAGE_TARNAME ""
531
532 /* Define to the version of this package. */
533 #define PACKAGE_VERSION ""
534
535 /* Define as the return type of signal handlers (`int' or `void'). */
536 #define RETSIGTYPE void
537
538 /* Define to 1 if the `setpgrp' function takes no argument. */
539 #define SETPGRP_VOID 1
540
541 /* The size of a `char', as computed by sizeof. */
542 #define SIZEOF_CHAR 1
543
544 /* The size of a `int', as computed by sizeof. */
545 #define SIZEOF_INT 4
546
547 /* The size of a `int *', as computed by sizeof. */
548 #define SIZEOF_INT_P 4
549
550 /* The size of a `long int', as computed by sizeof. */
551 #define SIZEOF_LONG 4
552
553 /* The size of a `long int', as computed by sizeof. */
554 #define SIZEOF_LONG_INT 4
555
556 /* The size of a `long long int', as computed by sizeof. */
557 #define SIZEOF_LONG_LONG_INT 8
558
559 /* The size of a `short int', as computed by sizeof. */
560 #define SIZEOF_SHORT_INT 2
561
562 /* The size of a `void *', as computed by sizeof. */
563 #define SIZEOF_VOID_P 4
564
565 /* The size of a `size_t', as computed by sizeof. */
566 #define SIZEOF_SIZE_T 4
567
568 /* If using the C implementation of alloca, define if you know the
569    direction of stack growth for your system; otherwise it will be
570    automatically deduced at run-time.
571         STACK_DIRECTION > 0 => grows toward higher addresses
572         STACK_DIRECTION < 0 => grows toward lower addresses
573         STACK_DIRECTION = 0 => direction of growth unknown */
574 /* #undef STACK_DIRECTION */
575
576 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
577 /* #undef STAT_MACROS_BROKEN */
578
579 /* Define to 1 if you have the ANSI C header files. */
580 #define STDC_HEADERS 1
581
582 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
583 #define TIME_WITH_SYS_TIME 1
584
585 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
586 /* #undef TM_IN_SYS_TIME */
587
588 /* Define to 1 if the X Window System is missing or not being used. */
589 /* #undef X_DISPLAY_MISSING */
590
591 /* Define to empty if `const' does not conform to ANSI C. */
592 /* #undef const */
593
594 /* Define to `long' if <sys/types.h> does not define. */
595 /* #undef daddr_t */
596
597 /* Define to `unsigned long' if <sys/types.h> does not define. */
598 /* #undef dev_t */
599
600 /* Define to `int' if <sys/types.h> doesn't define. */
601 /* #undef gid_t */
602
603 /* Define to `unsigned long' if <sys/types.h> does not define. */
604 /* #undef ino_t */
605
606 /* Define to `int' if <sys/types.h> does not define. */
607 #define major_t int
608
609 /* Define to `int' if <sys/types.h> does not define. */
610 #define minor_t int
611
612 /* Define to `int' if <sys/types.h> does not define. */
613 /* #undef mode_t */
614
615 /* Define to `long' if <sys/types.h> does not define. */
616 /* #undef off_t */
617
618 /* Define to `int' if <sys/types.h> does not define. */
619 /* #undef pid_t */
620
621 /* Define to `unsigned' if <sys/types.h> does not define. */
622 /* #undef size_t */
623
624 /* Define to `int' if <sys/types.h> does not define. */
625 /* #undef ssize_t */
626
627 /* Define to `int' if <sys/types.h> doesn't define. */
628 /* #undef uid_t */
629
630 /* Use long unsigned int for ioctl request */
631 #define HAVE_IOCTL_ULINT_REQUEST
632
633 /* Little Endian */
634 #define HAVE_LITTLE_ENDIAN 1
635
636 /* Number of bits in a file offset, on hosts where this is settable. */
637 #define _FILE_OFFSET_BITS 64
638
639 /* Define to make fseeko etc. visible, on some hosts. */
640 #define _LARGEFILE_SOURCE 1
641
642 /* Define for large files, on AIX-style hosts. */
643 #define _LARGE_FILES 1
644
645 #endif /* __WINCONFIG_H */