File: lconfig.h.in

package info (click to toggle)
cdrkit 9%3A1.1.9-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,460 kB
  • ctags: 14,121
  • sloc: ansic: 106,402; perl: 965; sh: 493; makefile: 263; sed: 4
file content (44 lines) | stat: -rw-r--r-- 1,306 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
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
#if 0
/* @(#)lconfig.h.in	1.6 06/02/15 Copyright 1998-2003 Heiko Eissfeldt */
#endif
#undef HAVE_SYS_CDIO_H		/* if we should use sys/cdio.h */

#undef HAVE_SYS_CDRIO_H		/* if we should use sys/cdrio.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 */

#undef HAVE_SYS_ASOUNDLIB_H	/* if we should use sys/asoundlib.h */

#undef HAVE_WINDOWS_H		/* if we should use windows.h */

#undef HAVE_MMSYSTEM_H		/* if we should use mmsystem.h */

#undef HAVE_OS2_H		/* if we should use os2.h */

#undef HAVE_OS2ME_H		/* if we should use os2me.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

#if	defined HAVE_WINDOWS_H && defined HAVE_MMSYSTEM_H
#define HAVE_WINSOUND	1
#endif

#if	defined HAVE_OS2_H && defined HAVE_OS2ME_H
#define HAVE_OS2SOUND	1
#endif

#undef HAVE_STRTOUL