add mikmod source
[dosdemo] / libs / mikmod / config.h
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 #define HAVE_LIMITS_H 1
4 #define HAVE_MEMCMP 1
5 #define HAVE_STDLIB_H 1
6 #define HAVE_STRINGS_H 1
7 #define HAVE_STRSTR 1
8
9 #ifdef DOS
10 #define DRV_SB 1
11 #define DRV_ULTRA 1
12 #define DRV_WSS 1
13
14 #define HAVE_UNISTD_H 1
15 #define HAVE_FCNTL_H 1
16 #define HAVE_SYS_STAT_H 1
17 #define HAVE_SYS_TYPES_H 1
18 #define HAVE_SYS_IOCTL_H 1
19 #endif
20
21 #if defined(__unix__) || defined(__APPLE__)
22 #define DRV_SDL 1
23
24 #define HAVE_FCNTL_H 1
25 #define HAVE_INTTYPES_H 1
26 #define HAVE_SYS_IOCTL_H 1
27 #define HAVE_SNPRINTF 1
28 #define HAVE_SYS_STAT_H 1
29 #define HAVE_SYS_TYPES_H 1
30 #define HAVE_SYS_WAIT_H 1
31 #define HAVE_UNISTD_H 1
32 #define HAVE_POSIX_MEMALIGN 1
33 #define HAVE_PTHREAD 1
34 #define HAVE_SETENV 1
35 #define HAVE_SRANDOM 1
36
37 #define MIKMOD_UNIX 1
38 #endif
39
40
41 #if defined(WIN32)
42 #define HAVE_WINDOWS_H 1
43 #define HAVE_MALLOC_H 1
44 #endif
45
46 #undef MIKMOD_DEBUG
47
48 /* disable the high quality mixer (build only with the standart mixer) */
49 #undef NO_HQMIXER
50
51 /* Name of package */
52 #undef PACKAGE
53 /* Define to the address where bug reports for this package should be sent. */
54 #undef PACKAGE_BUGREPORT
55 /* Define to the full name of this package. */
56 #undef PACKAGE_NAME
57 /* Define to the full name and version of this package. */
58 #undef PACKAGE_STRING
59 /* Define to the one symbol short name of this package. */
60 #undef PACKAGE_TARNAME
61 /* Define to the home page for this package. */
62 #undef PACKAGE_URL
63 /* Define to the version of this package. */
64 #undef PACKAGE_VERSION
65
66 /* Version number of package */
67 #undef VERSION
68
69 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
70    significant byte first (like Motorola and SPARC, unlike Intel). */
71 #if defined AC_APPLE_UNIVERSAL_BUILD
72 # if defined __BIG_ENDIAN__
73 #  define WORDS_BIGENDIAN 1
74 # endif
75 #else
76 # ifndef WORDS_BIGENDIAN
77 #  undef WORDS_BIGENDIAN
78 # endif
79 #endif
80
81 /* Define to `__inline__' or `__inline' if that's what the C compiler
82    calls it, or to nothing if 'inline' is not supported under any name.  */
83 #ifndef __cplusplus
84 #undef inline
85 #endif