|
|
1.1.1.5 root 1: #ifndef WINUAE_SYSCONFIG_H
2: #define WINUAE_SYSCONFIG_H
1.1.1.2 root 3:
4:
1.1.1.5 root 5: /* This define disable compilation of Amiga's specific parts in the cpu core */
6: /* when compiling Hatari */
7: #define WINUAE_FOR_HATARI
1.1.1.2 root 8:
9:
1.1.1.5 root 10: #ifndef WINUAE_FOR_HATARI
11: #pragma warning (disable : 4761)
12: #pragma warning (disable : 4996)
13: #pragma warning (disable : 4018)
14:
15: #define DIRECTINPUT_VERSION 0x0800
16: #define DIRECT3D_VERSION 0x0900
1.1.1.2 root 17: #define SUPPORT_THREADS
18: #define MAX_DPATH 1000
19:
1.1.1.5 root 20: #define DRIVESOUND
21: #define GFXFILTER
22: #define X86_MSVC_ASSEMBLY
1.1.1.4 root 23: #define X86_MSVC_ASSEMBLY_MEMACCESS
1.1.1.2 root 24: #define OPTIMIZED_FLAGS
1.1.1.5 root 25: #ifndef __i386__
26: #define __i386__
27: #endif
28: #define WINDOWS
29: #define ZLIB_WINAPI
30: #define PACKAGE_STRING "WinUAE"
31: #else /* ! WINUAE_FOR_HATARI */
32: #define MAX_DPATH 1000
33: #endif /* ! WINUAE_FOR_HATARI */
1.1.1.2 root 34:
35: #ifndef UAE_MINI
36:
1.1.1.6 ! root 37: #define DEBUGGER
1.1.1.2 root 38: #define FILESYS /* filesys emulation */
39: #define UAE_FILESYS_THREADS
40: //#define AUTOCONFIG /* autoconfig support, fast ram, harddrives etc.. */
41: //#define JIT /* JIT compiler support */
1.1.1.5 root 42: //#define USE_JIT_FPU
1.1.1.2 root 43: #define NATMEM_OFFSET natmem_offset
44: #define USE_NORMAL_CALLING_CONVENTION 0
45: #define USE_X86_FPUCW 1
46: #define WINDDK /* Windows DDK available, keyboard leds and harddrive support */
47: #define CATWEASEL /* Catweasel MK2/3 support */
48: #define AHI /* AHI sound emulation */
49: #define ENFORCER /* UAE Enforcer */
50: #define ECS_DENISE /* ECS DENISE new features */
51: #define AGA /* AGA chipset emulation (ECS_DENISE must be enabled) */
52: #define CD32 /* CD32 emulation */
53: #define CDTV /* CDTV emulation */
54: #define D3D /* D3D display filter support */
55: //#define OPENGL /* OpenGL display filter support */
56: #define PARALLEL_PORT /* parallel port emulation */
57: #define PARALLEL_DIRECT /* direct parallel port emulation */
58: #define SERIAL_PORT /* serial port emulation */
59: #define SERIAL_ENET /* serial port UDP transport */
60: #define SCSIEMU /* uaescsi.device emulation */
61: #define UAESERIAL /* uaeserial.device emulation */
62: #define FPUEMU /* FPU emulation */
63: #define FPU_UAE
64: #define MMUEMU /* Aranym 68040 MMU */
65: #define FULLMMU /* Aranym 68040 MMU */
1.1.1.5 root 66: #define CPUEMU_0 /* generic 680x0 emulation */
1.1.1.4 root 67: #define CPUEMU_11 /* 68000/68010 prefetch emulation */
68: #define CPUEMU_13 /* 68000/68010 cycle-exact cpu&blitter */
69: #define CPUEMU_20 /* 68020 prefetch */
70: #define CPUEMU_21 /* 68020 "cycle-exact" + blitter */
71: #define CPUEMU_22 /* 68030 prefetch */
72: #define CPUEMU_23 /* 68030 "cycle-exact" + blitter */
73: #define CPUEMU_24 /* 68060 "cycle-exact" + blitter */
74: #define CPUEMU_25 /* 68040 "cycle-exact" + blitter */
75: #define CPUEMU_31 /* Aranym 68040 MMU */
76: #define CPUEMU_32 /* Previous 68030 MMU */
77: #define CPUEMU_33 /* 68060 MMU */
1.1.1.6 ! root 78: #define CPUEMU_34 /* 68030 MMU + cache */
! 79: #define CPUEMU_35 /* 68030 MMU + cache + CE */
1.1.1.5 root 80: #define CPUEMU_40 /* generic 680x0 with JIT direct memory access */
81: #define CPUEMU_50 /* generic 680x0 with indirect memory access */
1.1.1.2 root 82: //#define ACTION_REPLAY /* Action Replay 1/2/3 support */
83: #define PICASSO96 /* Picasso96 display card emulation */
84: #define UAEGFX_INTERNAL /* built-in libs:picasso96/uaegfx.card */
85: #define BSDSOCKET /* bsdsocket.library emulation */
86: #define CAPS /* CAPS-image support */
1.1.1.5 root 87: #define SCP /* SuperCardPro */
1.1.1.2 root 88: #define FDI2RAW /* FDI 1.0 and 2.x image support */
89: #define AVIOUTPUT /* Avioutput support */
90: #define PROWIZARD /* Pro-Wizard module ripper */
91: #define ARCADIA /* Arcadia arcade system */
92: #define ARCHIVEACCESS /* ArchiveAccess decompression library */
93: #define LOGITECHLCD /* Logitech G15 LCD */
1.1.1.4 root 94: #define SAVESTATE /* State file support */
1.1.1.2 root 95: #define A2091 /* A590/A2091 SCSI */
96: #define A2065 /* A2065 Ethernet card */
1.1.1.5 root 97: #define GFXBOARD /* Hardware graphics board */
1.1.1.4 root 98: #define NCR /* A4000T/A4091, 53C710/53C770 SCSI */
99: #define NCR9X /* 53C9X SCSI */
1.1.1.2 root 100: #define SANA2 /* SANA2 network driver */
101: #define AMAX /* A-Max ROM adapater emulation */
102: #define RETROPLATFORM /* Cloanto RetroPlayer support */
1.1.1.5 root 103: #ifndef WINUAE_FOR_HATARI
104: #define WITH_CHD
105: #define WITH_LUA /* lua scripting */
106: #define WITH_UAENATIVE
107: #define WITH_SLIRP
108: #define WITH_BUILTIN_SLIRP
109: #define WITH_TABLETLIBRARY
110: #define WITH_UAENET_PCAP
111: #define WITH_PPC
112: #define WITH_QEMU_CPU
113: #define WITH_TOCCATA
114: #define WITH_PCI
115: #define WITH_X86
116: #endif /* ! WINUAE_FOR_HATARI */
1.1.1.2 root 117:
118: #else
119:
120: /* #define SINGLEFILE */
121:
122: #define CUSTOM_SIMPLE /* simplified custom chipset emulation */
123: #define CPUEMU_0
124: #define CPUEMU_68000_ONLY /* drop 68010+ commands from CPUEMU_0 */
125: #define ADDRESS_SPACE_24BIT
126: #ifndef UAE_NOGUI
127: #define D3D
128: #define OPENGL
129: #endif
130: #define CAPS
1.1.1.4 root 131: #define CPUEMU_13
1.1.1.2 root 132: #define CPUEMU_11
133:
134:
135: #endif
136:
1.1.1.4 root 137: #define WITH_SCSI_IOCTL
138: #define WITH_SCSI_SPTI
139:
1.1.1.5 root 140: #define A_ZIP
141: #define A_RAR
142: #define A_7Z
143: #define A_LHA
144: #define A_LZX
145: #define A_DMS
146: #define A_WRP
147:
148: #ifndef WINUAE_FOR_HATARI
149: #ifndef PATH_MAX
150: #define PATH_MAX 256
151: #endif
152: #endif /* ! WINUAE_FOR_HATARI */
153:
1.1.1.4 root 154: #define UAE_RAND_MAX RAND_MAX
155:
1.1.1.5 root 156: #ifndef GFXFILTER
157: #undef OPENGL
158: #undef D3D
159: #endif
160:
1.1.1.2 root 161: #ifdef _DEBUG
162: #define _CRTDBG_MAP_ALLOC
163: #include <stdlib.h>
164: #include <crtdbg.h>
165: #endif
166:
1.1.1.5 root 167: #include <stdint.h>
168:
1.1.1.2 root 169: #ifdef WIN64
1.1.1.4 root 170: #undef X86_MSVC_ASSEMBLY_MEMACCESS
1.1.1.2 root 171: #undef X86_MSVC_ASSEMBLY
172: #define X64_MSVC_ASSEMBLY
173: #define SIZEOF_VOID_P 8
174: #else
175: #define SIZEOF_VOID_P 4
176: #endif
177:
178: #if !defined(AHI)
179: #undef ENFORCER
180: #endif
181:
1.1.1.5 root 182: typedef long uae_atomic;
183:
184: #ifndef WINUAE_FOR_HATARI
185: /* src/sysconfig.h. Generated automatically by configure. */
186: /* src/sysconfig.h.in. Generated automatically from configure.in by autoheader. */
187:
188: /* Define if on AIX 3.
189: System headers sometimes define this.
190: We just want to avoid a redefinition error message. */
191: #ifndef _ALL_SOURCE
192: /* #undef _ALL_SOURCE */
193: #endif
194:
195: /* Define to empty if the keyword does not work. */
196: /* #undef const */
197:
198: /* Define if you have the getmntent function. */
199: /* #undef HAVE_GETMNTENT */
200:
201: /* Define if your struct stat has st_blocks. */
202: /* #undef HAVE_ST_BLOCKS */
203: #endif /* ! WINUAE_FOR_HATARI */
204:
1.1.1.2 root 205: /* Define if utime(file, NULL) sets file's timestamp to the present. */
206: #define HAVE_UTIME_NULL 1
207:
208: /* Define as __inline if that's what the C compiler calls it. */
209: /* #undef inline */
210: #define __inline__ __inline
211: #define __volatile__ volatile
212:
1.1.1.5 root 213: #ifndef WINUAE_FOR_HATARI
214: /* Define to `int' if <sys/types.h> doesn't define. */
215: /* #undef mode_t */
216: #define mode_t int
217:
218: /* Define to `long' if <sys/types.h> doesn't define. */
219: /* #undef off_t */
220:
221: /* Define to `int' if <sys/types.h> doesn't define. */
222: /* #undef pid_t */
223:
224: /* Define if you need to in order for stat and other things to work. */
225: /* #undef _POSIX_SOURCE */
226: #endif /* ! WINUAE_FOR_HATARI */
227:
1.1.1.2 root 228: /* Define as the return type of signal handlers (int or void). */
229: #define RETSIGTYPE void
230:
231: /* Define if you have the ANSI C header files. */
232: #define STDC_HEADERS 1
233:
234: /* Define if you can safely include both <sys/time.h> and <time.h>. */
235: #ifdef __GNUC__
236: #define TIME_WITH_SYS_TIME 1
237: #endif
238:
239: #ifdef _WIN32_WCE
240: #define NO_TIME_H 1
241: #endif
242:
1.1.1.5 root 243: /* Define if your <sys/time.h> declares struct tm. */
244: /* #undef TM_IN_SYS_TIME */
245:
1.1.1.2 root 246: /* Define if the X Window System is missing or not being used. */
247: #define X_DISPLAY_MISSING 1
248:
1.1.1.5 root 249: #ifndef WINUAE_FOR_HATARI
250: /* Define if you have the Andrew File System. */
251: /* #undef AFS */
252:
253: /* Define if there is no specific function for reading the list of
254: mounted filesystems. fread will be used to read /etc/mnttab. [SVR2] */
255: /* #undef MOUNTED_FREAD */
256:
257: /* Define if (like SVR2) there is no specific function for reading the
258: list of mounted filesystems, and your system has these header files:
259: <sys/fstyp.h> and <sys/statfs.h>. [SVR3] */
260: /* #undef MOUNTED_FREAD_FSTYP */
261:
262: /* Define if there is a function named getfsstat for reading the list
263: of mounted filesystems. [DEC Alpha running OSF/1] */
264: /* #undef MOUNTED_GETFSSTAT */
265:
266: /* Define if there is a function named getmnt for reading the list of
267: mounted filesystems. [Ultrix] */
268: /* #undef MOUNTED_GETMNT */
269:
270: /* Define if there is a function named getmntent for reading the list
271: of mounted filesystems, and that function takes a single argument.
272: [4.3BSD, SunOS, HP-UX, Dynix, Irix] */
273: /* #undef MOUNTED_GETMNTENT1 */
274:
275: /* Define if there is a function named getmntent for reading the list of
276: mounted filesystems, and that function takes two arguments. [SVR4] */
277: /* #undef MOUNTED_GETMNTENT2 */
278:
279: /* Define if there is a function named getmntinfo for reading the list
280: of mounted filesystems. [4.4BSD] */
281: /* #undef MOUNTED_GETMNTINFO */
282:
283: /* Define if there is a function named listmntent that can be used to
284: list all mounted filesystems. [UNICOS] */
285: /* #undef MOUNTED_LISTMNTENT */
286:
287: /* Define if there is a function named mntctl that can be used to read
288: the list of mounted filesystems, and there is a system header file
289: that declares `struct vmount.' [AIX] */
290: /* #undef MOUNTED_VMOUNT */
291:
292: /* Define if statfs takes 3 args. [DEC Alpha running OSF/1] */
293: /* #undef STAT_STATFS3_OSF1 */
294:
295: /* Define if there is no specific function for reading filesystems usage
296: information and you have the <sys/filsys.h> header file. [SVR2] */
297: /* #undef STAT_READ_FILSYS */
298:
299: /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
300: [4.3BSD, SunOS 4, HP-UX, AIX PS/2] */
301: /* #undef STAT_STATFS2_BSIZE */
302:
303: /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
304: [4.4BSD, NetBSD] */
305: /* #undef STAT_STATFS2_FSIZE */
306:
307: /* Define if statfs takes 2 args and the second argument has
308: type struct fs_data. [Ultrix] */
309: /* #undef STAT_STATFS2_FS_DATA */
310:
311: /* Define if statfs takes 4 args. [SVR3, Dynix, Irix, Dolphin] */
312: /* #undef STAT_STATFS4 */
313:
314: /* Define if there is a function named statvfs. [SVR4] */
315: /* #undef STAT_STATVFS */
316:
317: /* Define if the block counts reported by statfs may be truncated to 2GB
318: and the correct values may be stored in the f_spare array.
319: [SunOS 4.1.2, 4.1.3, and 4.1.3_U1 are reported to have this problem.
320: SunOS 4.1.1 seems not to be affected.] */
321: /* #undef STATFS_TRUNCATES_BLOCK_COUNTS */
322: #endif /* ! WINUAE_FOR_HATARI */
323:
1.1.1.2 root 324: /* The number of bytes in a __int64. */
325: #define SIZEOF___INT64 8
326:
327: /* The number of bytes in a char. */
328: #define SIZEOF_CHAR 1
329:
330: /* The number of bytes in a int. */
331: #define SIZEOF_INT 4
332:
333: /* The number of bytes in a long. */
334: #define SIZEOF_LONG 4
335:
336: /* The number of bytes in a long long. */
337: #define SIZEOF_LONG_LONG 8
338:
339: /* The number of bytes in a short. */
340: #define SIZEOF_SHORT 2
341:
342: #define SIZEOF_FLOAT 4
343: #define SIZEOF_DOUBLE 8
344:
345: #define HAVE_ISNAN
1.1.1.5 root 346: #undef HAVE_ISINF
347: //#define isnan _isnan
348:
349: #ifndef WINUAE_FOR_HATARI
350: #ifndef LT_MODULE_EXT
351: #define LT_MODULE_EXT _T(".dll")
352: #endif
353: #endif /* ! WINUAE_FOR_HATARI */
354:
355: /* Define if you have the bcopy function. */
356: /* #undef HAVE_BCOPY */
357:
358: /* Define if you have the cfmakeraw function. */
359: /* #undef HAVE_CFMAKERAW */
360:
361: /* Define if you have the endgrent function. */
362: /* #undef HAVE_ENDGRENT */
363:
364: /* Define if you have the endpwent function. */
365: /* #undef HAVE_ENDPWENT */
366:
367: /* Define if you have the fchdir function. */
368: /* #undef HAVE_FCHDIR */
369:
370: /* Define if you have the ftime function. */
371: /* #undef HAVE_FTIME */
372:
373: /* Define if you have the ftruncate function. */
374: /* #undef HAVE_FTRUNCATE */
375:
376: /* Define if you have the getcwd function. */
377: #define HAVE_GETCWD 1
378:
379: /* Define if you have the getmntinfo function. */
380: /* #undef HAVE_GETMNTINFO */
381:
382: /* Define if you have the getopt function. */
383: /* #undef HAVE_GETOPT */
384:
385: /* Define if you have the gettimeofday function. */
386: #ifndef _WIN32_WCE
387: //#define HAVE_GETTIMEOFDAY
388: #endif
389:
390: /* Define if you have the isascii function. */
391: /* #undef HAVE_ISASCII */
392:
393: /* Define if you have the lchown function. */
394: /* #undef HAVE_LCHOWN */
395:
396: /* Define if you have the listmntent function. */
397: /* #undef HAVE_LISTMNTENT */
398:
399: /* Define if you have the memcpy function. */
400: /* #undef HAVE_MEMCPY */
401:
402: /* Define if you have the mkdir function. */
403: #define HAVE_MKDIR 1
404:
405: /* Define if you have the mkfifo function. */
406: /* #undef HAVE_MKFIFO */
407:
408: /* Define if you have the readdir_r function. */
409: /* #undef HAVE_READDIR_R */
410:
411: /* Define if you have the rmdir function. */
412: #define HAVE_RMDIR 1
413:
414: /* Define if you have the select function. */
415: /* #undef HAVE_SELECT */
416:
417: /* Define if you have the sigaction function. */
418: /* #undef HAVE_SIGACTION */
419:
420: /* Define if you have the strchr function. */
421: /* #undef HAVE_STRCHR */
422:
423: /* Define if you have the strdup function. */
424: #define HAVE_STRDUP 1
425:
426: /* Define if you have the strerror function. */
427: #define HAVE_STRERROR 1
428:
429: /* Define if you have the strrchr function. */
430: /* #undef HAVE_STRRCHR */
431:
432: /* Define if you have the strstr function. */
433: #define HAVE_STRSTR 1
434:
435: /* Define if you have the tcgetattr function. */
436: /* #undef HAVE_TCGETATTR */
437:
438: /* Define if you have the vfprintf function. */
439: #define HAVE_VFPRINTF 1
440:
441: /* Define if you have the vprintf function. */
442: #define HAVE_VPRINTF 1
443:
444: /* Define if you have the vsprintf function. */
445: #define HAVE_VSPRINTF 1
446:
447: /* Define if you have the <curses.h> header file. */
448: /* #undef HAVE_CURSES_H */
449:
450: /* Define if you have the <cybergraphx/cybergraphics.h> header file. */
451: /* #undef HAVE_CYBERGRAPHX_CYBERGRAPHICS_H */
452:
453: /* Define if you have the <ddraw.h> header file. */
454: #ifndef _WIN32_WCE
455: #define HAVE_DDRAW_H 1
456: #endif
457:
458: /* Define if you have the <devices/ahi.h> header file. */
459: /* #undef HAVE_DEVICES_AHI_H */
460:
461: /* Define if you have the <dirent.h> header file. */
462: /* #define HAVE_DIRENT_H 1 */
463:
464: /* Define if you have the <fcntl.h> header file. */
465: #ifndef _WIN32_WCE
466: #define HAVE_FCNTL_H 1
467: #endif
468:
469: /* Define if you have the <features.h> header file. */
470: /* #undef HAVE_FEATURES_H */
471:
472: /* Define if you have the <getopt.h> header file. */
473: /* #undef HAVE_GETOPT_H */
474:
475: /* Define if you have the <ggi/libggi.h> header file. */
476: /* #undef HAVE_GGI_LIBGGI_H */
477:
478: /* Define if you have the <libraries/cybergraphics.h> header file. */
479: /* #undef HAVE_LIBRARIES_CYBERGRAPHICS_H */
480:
481: /* Define if you have the <machine/joystick.h> header file. */
482: /* #undef HAVE_MACHINE_JOYSTICK_H */
483:
484: /* Define if you have the <machine/soundcard.h> header file. */
485: /* #undef HAVE_MACHINE_SOUNDCARD_H */
486:
487: /* Define if you have the <mntent.h> header file. */
488: /* #undef HAVE_MNTENT_H */
489:
490: /* Define if you have the <mnttab.h> header file. */
491: /* #undef HAVE_MNTTAB_H */
492:
493: /* Define if you have the <ncurses.h> header file. */
494: /* #undef HAVE_NCURSES_H */
495:
496: /* Define if you have the <ndir.h> header file. */
497: /* #undef HAVE_NDIR_H */
498:
499: /* Define if you have the <posix_opt.h> header file. */
500: /* #undef HAVE_POSIX_OPT_H */
501:
502: #ifndef _WIN32_WCE
503: /* Define if you have the <string.h> header file. */
504: #define HAVE_STRING_H 1
505: #endif
506:
507: /* Define if you have the <strings.h> header file. */
508: /* #undef HAVE_STRINGS_H */
509:
510: /* Define if you have the <sun/audioio.h> header file. */
511: /* #undef HAVE_SUN_AUDIOIO_H */
512:
513: /* Define if you have the <sys/audioio.h> header file. */
514: /* #undef HAVE_SYS_AUDIOIO_H */
515:
516: /* Define if you have the <sys/dir.h> header file. */
517: /* #undef HAVE_SYS_DIR_H */
518:
519: /* Define if you have the <sys/filsys.h> header file. */
520: /* #undef HAVE_SYS_FILSYS_H */
521:
522: /* Define if you have the <sys/fs/s5param.h> header file. */
523: /* #undef HAVE_SYS_FS_S5PARAM_H */
524:
525: /* Define if you have the <sys/fs_types.h> header file. */
526: /* #undef HAVE_SYS_FS_TYPES_H */
527:
528: /* Define if you have the <sys/fstyp.h> header file. */
529: /* #undef HAVE_SYS_FSTYP_H */
530:
531: /* Define if you have the <sys/ioctl.h> header file. */
532: /* #undef HAVE_SYS_IOCTL_H */
533:
534: /* Define if you have the <sys/ipc.h> header file. */
535: /* #undef HAVE_SYS_IPC_H */
536:
537: /* Define if you have the <sys/mount.h> header file. */
538: /* #undef HAVE_SYS_MOUNT_H */
539:
540: /* Define if you have the <sys/ndir.h> header file. */
541: /* #undef HAVE_SYS_NDIR_H */
542:
543: /* Define if you have the <sys/param.h> header file. */
544: /* #undef HAVE_SYS_PARAM_H */
545:
546: /* Define if you have the <sys/shm.h> header file. */
547: /* #undef HAVE_SYS_SHM_H */
548:
549: /* Define if you have the <sys/soundcard.h> header file. */
550: /* #undef HAVE_SYS_SOUNDCARD_H */
551:
552: /* Define if you have the <sys/stat.h> header file. */
553: #ifndef _WIN32_WCE
554: #define HAVE_SYS_STAT_H 1
555: #endif
556:
557: /* Define if you have the <sys/statfs.h> header file. */
558: /* #undef HAVE_SYS_STATFS_H */
559:
560: /* Define if you have the <sys/statvfs.h> header file. */
561: /* #undef HAVE_SYS_STATVFS_H */
562:
563: /* Define if you have the <sys/termios.h> header file. */
564: /* #undef HAVE_SYS_TERMIOS_H */
565:
566: /* Define if you have the <sys/time.h> header file. */
567: #ifdef __GNUC__
568: #define HAVE_SYS_TIME_H 1
569: #endif
570:
571: /* Define if you have the <sys/types.h> header file. */
572: #ifndef _WIN32_WCE
573: #define HAVE_SYS_TYPES_H 1
574: #endif
575:
576: /* Define if you have the <sys/utime.h> header file. */
577: #ifndef _WIN32_WCE
578: //#define HAVE_SYS_UTIME_H 1
579: #endif
580:
581: /* Define if you have the <sys/vfs.h> header file. */
582: /* #undef HAVE_SYS_VFS_H */
583:
584: /* Define if you have the <unistd.h> header file. */
585: #ifdef __GNUC__
586: #define HAVE_UNISTD_H 1
587: #endif
588:
589: /* Define if you have the <utime.h> header file. */
590: /* #undef HAVE_UTIME_H */
591:
592: /* Define if you have the <windows.h> header file. */
593: #define HAVE_WINDOWS_H 1
594:
595: #define FSDB_DIR_SEPARATOR '\\'
596: #define FSDB_DIR_SEPARATOR_S _T("\\")
1.1.1.2 root 597:
1.1.1.4 root 598: /* Define to 1 if `S_un' is a member of `struct in_addr'. */
599: #define HAVE_STRUCT_IN_ADDR_S_UN 1
1.1.1.2 root 600:
1.1.1.5 root 601: #endif /* WINUAE_SYSCONFIG_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.