lconfig.h.in

来自「刻录光盘的程序」· IN 代码 · 共 18 行

IN
18
字号
#if 0/* @(#)lconfig.h.in	1.3 00/01/02 Copyright 1998,1999 Heiko Eissfeldt */#endif#undef HAVE_SYS_CDIO_H		/* if we should use sys/cdio.h */#undef HAVE_SUNDEV_SRREG_H	/* if we should use sundev/srreg.h */#undef HAVE_SYS_AUDIOIO_H	/* if we should use sys/audioio.h */#undef HAVE_SUN_AUDIOIO_H	/* if we should use sun/audioio.h */#undef HAVE_SOUNDCARD_H		/* if we should use soundcard.h */#undef HAVE_SYS_SOUNDCARD_H	/* if we should use sys/soundcard.h */#undef HAVE_LINUX_SOUNDCARD_H	/* if we should use linux/soundcard.h */#undef HAVE_MACHINE_SOUNDCARD_H	/* if we should use machine/soundcard.h */#if	defined HAVE_SOUNDCARD_H || defined HAVE_SYS_SOUNDCARD_H  || defined HAVE_LINUX_SOUNDCARD_H || defined HAVE_MACHINE_SOUNDCARD_H#define HAVE_OSS	1#endif#undef HAVE_STRTOUL

⌨️ 快捷键说明

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