blob: 07326c8ca4b11ebd7c535345c531e88517b166e6 (
plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
/*
* This file has been modified for the cdrkit suite.
*
* The behaviour and appearence of the program code below can differ to a major
* extent from the version distributed by the original author(s).
*
* For details, see Changelog file distributed with the cdrkit package. If you
* received this file from another source then ask the distributing person for
* a log of modifications.
*
*/
/* lconfig.h. Generated automatically by configure. */
#if 0
/* @(#)lconfig.h.in 1.5 03/09/04 Copyright 1998-2003 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 */
/* TESTED BY CMAKE */
/*#define HAVE_SYS_SOUNDCARD_H 1 if we should use sys/soundcard.h */
/*define HAVE_LINUX_SOUNDCARD_H 1 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
*/
#define HAVE_STRTOUL 1
/* EB, some defaults, fixme
*/
#define CD_DEVICE "/dev/cdrom"
#define FILENAME "audio"
#define UNDERSAMPLING 1
#define VERSION CDRKIT_VERSION
#define BITS_P_S 16
#define CHANNELS 2
#define AUDIOTYPE "wav"
#define DURATION 0
#define DEF_INTERFACE "generic_scsi"
#define USE_PARANOIA 1
#define DEFAULT_SPEED 0
#define CDINDEX_SUPPORT
#define CDDB_SUPPORT
#define CDDBHOST "freedb.freedb.org"
#define CDDBPORT 8880
#define HAVE_IOCTL_INTERFACE
#define ECHO_TO_SOUNDCARD
#define SOUND_DEV "/dev/dsp"
#define NSECTORS 75
#define INFOFILES
/* #undef MD5_SIGNATURES */ /* not implemented */
#define AUX_DEVICE "/dev/cdrom"
|