config.h

来自「这是著名的TCPMP播放器在WINDWOWS,和WINCE下编译通过的源程序.笔」· C头文件 代码 · 共 39 行

H
39
字号
/* config.h.in.  Generated manually for DJGPP.  */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS

/* Define if your system supports binary pipes (i.e. Unix) */
#define DRV_PIPE

/* Define if the Gravis UltraSound driver is compiled */
#define DRV_ULTRA
/* We want Windows Sound System driver too */
#define DRV_WSS
/* We want SoundBlaster driver too */
#define DRV_SB

/* Define if you want a debug version of the library */
#undef MIKMOD_DEBUG

/* Define if you have the setenv function.  */
#define HAVE_SETENV

/* Define if you have the snprintf function.  */
#undef HAVE_SNPRINTF

/* Define if you have the srandom function.  */
#define HAVE_SRANDOM

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H

/* Define if you have the <malloc.h> header file.  */
#define HAVE_MALLOC_H

/* Define if you have the <sys/ioctl.h> header file.  */
#define HAVE_SYS_IOCTL_H

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?