initial import
[dosrtxon] / libs / mikmod / dos / config.h
1 /* config.h.in.  Generated manually for DJGPP.  */
2
3 /* djgpp-v2.04 and newer provide snprintf() and vsnprintf().
4  * djgpp-v2.05 is already released, so let's enable them by
5  * default here. */
6 /* Define if you have the snprintf function.  */
7 #define HAVE_SNPRINTF
8 /* Define if you have the vsnprintf function.  */
9 #define HAVE_VSNPRINTF
10
11 /* Define to disable the high quality mixer (build only with the standart mixer) */
12 /*#define NO_HQMIXER*/
13
14 /* Define if your system supports binary pipes (i.e. Unix) */
15 /*#define DRV_PIPE*/
16 /* Define if you want support for output to stdout */
17 /*#define DRV_STDOUT*/
18
19 /* Define if you want an .aiff file writer driver */
20 #undef DRV_AIFF
21 /* Define if you want a raw pcm data file writer driver */
22 #undef DRV_RAW
23 /* Define if you want a .wav file writer driver */
24 #undef DRV_WAV
25
26 /* Define if the Gravis UltraSound driver is compiled */
27 #define DRV_ULTRA
28 /* Define if the Windows Sound System driver is compiled */
29 #define DRV_WSS
30 /* Define if the SoundBlaster driver is compiled */
31 #define DRV_SB
32
33 /* Define if you want a debug version of the library */
34 #undef MIKMOD_DEBUG
35
36 /* Define if you have the ANSI C header files.  */
37 #define STDC_HEADERS
38
39 /* Define if you have the setenv function.  */
40 #define HAVE_SETENV
41
42 /* Define if you have the srandom function.  */
43 #define HAVE_SRANDOM
44
45 /* Define if you have the <fcntl.h> header file.  */
46 #define HAVE_FCNTL_H
47
48 /* Define if you have the <limits.h> header file. */
49 #define HAVE_LIMITS_H
50
51 /* Define if you have the <malloc.h> header file.  */
52 #define HAVE_MALLOC_H
53
54 /* Define if you have the <unistd.h> header file.  */
55 #define HAVE_UNISTD_H
56