X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=libs%2Fmikmod%2Fdos%2Fconfig.h;fp=libs%2Fmikmod%2Fdos%2Fconfig.h;h=de046d7b0b22f1af6d39f4a8112e447cd84d2ff8;hp=0000000000000000000000000000000000000000;hb=a6290d5ab0d369d6807bad92d05a4f38560bf111;hpb=e61875cfadc6ac33302d69474209fd215b9f6842 diff --git a/libs/mikmod/dos/config.h b/libs/mikmod/dos/config.h new file mode 100644 index 0000000..de046d7 --- /dev/null +++ b/libs/mikmod/dos/config.h @@ -0,0 +1,56 @@ +/* config.h.in. Generated manually for DJGPP. */ + +/* djgpp-v2.04 and newer provide snprintf() and vsnprintf(). + * djgpp-v2.05 is already released, so let's enable them by + * default here. */ +/* Define if you have the snprintf function. */ +#define HAVE_SNPRINTF +/* Define if you have the vsnprintf function. */ +#define HAVE_VSNPRINTF + +/* Define to disable the high quality mixer (build only with the standart mixer) */ +/*#define NO_HQMIXER*/ + +/* Define if your system supports binary pipes (i.e. Unix) */ +/*#define DRV_PIPE*/ +/* Define if you want support for output to stdout */ +/*#define DRV_STDOUT*/ + +/* Define if you want an .aiff file writer driver */ +#undef DRV_AIFF +/* Define if you want a raw pcm data file writer driver */ +#undef DRV_RAW +/* Define if you want a .wav file writer driver */ +#undef DRV_WAV + +/* Define if the Gravis UltraSound driver is compiled */ +#define DRV_ULTRA +/* Define if the Windows Sound System driver is compiled */ +#define DRV_WSS +/* Define if the SoundBlaster driver is compiled */ +#define DRV_SB + +/* Define if you want a debug version of the library */ +#undef MIKMOD_DEBUG + +/* Define if you have the ANSI C header files. */ +#define STDC_HEADERS + +/* Define if you have the setenv function. */ +#define HAVE_SETENV + +/* Define if you have the srandom function. */ +#define HAVE_SRANDOM + +/* Define if you have the header file. */ +#define HAVE_FCNTL_H + +/* Define if you have the header file. */ +#define HAVE_LIMITS_H + +/* Define if you have the header file. */ +#define HAVE_MALLOC_H + +/* Define if you have the header file. */ +#define HAVE_UNISTD_H +