Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.19 KB

File metadata and controls

45 lines (30 loc) · 1.19 KB
 
Nov 10, 2019
Nov 10, 2019
1
2
3
4
5
/* config.h.in. Generated for macintosh builds. */
/* Define if you have the ANSI C header files. */
/* #undef STDC_HEADERS */
Dec 8, 2019
Dec 8, 2019
6
7
8
/* disable the high quality mixer (build only with the standart mixer) */
/* #define NO_HQMIXER */
Nov 10, 2019
Nov 10, 2019
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* Define if you want support for output to stdout */
/* #undef DRV_STDOUT */
/* Define if your system supports binary pipes (i.e. Unix) */
/* #undef DRV_PIPE */
/* Define if you want a raw pcm data file writer driver */
#define DRV_RAW 1
/* Define if you want a .wav file writer driver */
#define DRV_WAV 1
/* Define if the Macintosh driver is compiled */
#define DRV_MAC 1
/* Define if you want a debug version of the library */
/* #undef MIKMOD_DEBUG */
/* Define if your system defines random(3) and srandom(3) in math.h instead
of stdlib.h */
/* #undef SRANDOM_IN_MATH_H */
/* Define if you have the srandom function. */
/* #undef HAVE_SRANDOM */
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define if you have the <malloc.h> header file. */
/* #undef HAVE_MALLOC_H */
/* Define if you have the <sys/ioctl.h> header file. */
/* #undef HAVE_SYS_IOCTL_H */
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1