Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / icedax / lconfig.h
1 /*
2  * This file has been modified for the cdrkit suite.
3  *
4  * The behaviour and appearence of the program code below can differ to a major
5  * extent from the version distributed by the original author(s).
6  *
7  * For details, see Changelog file distributed with the cdrkit package. If you
8  * received this file from another source then ask the distributing person for
9  * a log of modifications.
10  *
11  */
12
13 /* lconfig.h.  Generated automatically by configure.  */
14 #if 0
15 /* @(#)lconfig.h.in     1.5 03/09/04 Copyright 1998-2003 Heiko Eissfeldt */
16 #endif
17 /* #undef HAVE_SYS_CDIO_H */            /* if we should use sys/cdio.h */
18
19 /* #undef HAVE_SUNDEV_SRREG_H */        /* if we should use sundev/srreg.h */
20
21 /* #undef HAVE_SYS_AUDIOIO_H */ /* if we should use sys/audioio.h */
22
23 /* #undef HAVE_SUN_AUDIOIO_H */ /* if we should use sun/audioio.h */
24
25 /* #undef HAVE_SOUNDCARD_H */           /* if we should use soundcard.h */
26
27 /* TESTED BY CMAKE */
28 /*#define HAVE_SYS_SOUNDCARD_H 1        if we should use sys/soundcard.h */
29 /*define HAVE_LINUX_SOUNDCARD_H 1       if we should use linux/soundcard.h */
30
31 /* #undef HAVE_MACHINE_SOUNDCARD_H */   /* if we should use machine/soundcard.h */
32
33 /* #undef HAVE_SYS_ASOUNDLIB_H */       /* if we should use sys/asoundlib.h */
34
35 /* #undef HAVE_WINDOWS_H */             /* if we should use windows.h */
36
37 /* #undef HAVE_MMSYSTEM_H */            /* if we should use mmsystem.h */
38
39 /* #undef HAVE_OS2_H */         /* if we should use os2.h */
40
41 /* #undef HAVE_OS2ME_H */               /* if we should use os2me.h */
42
43 #if     defined HAVE_SOUNDCARD_H || defined HAVE_SYS_SOUNDCARD_H  || defined HAVE_LINUX_SOUNDCARD_H || defined HAVE_MACHINE_SOUNDCARD_H
44 #define HAVE_OSS        1
45 #endif
46
47 /*
48 #if     defined HAVE_WINDOWS_H && defined HAVE_MMSYSTEM_H
49 #define HAVE_WINSOUND   1
50 #endif
51
52 #if     defined HAVE_OS2_H && defined HAVE_OS2ME_H
53 #define HAVE_OS2SOUND   1
54 #endif
55 */
56
57 #define HAVE_STRTOUL 1
58
59
60 /* EB, some defaults, fixme
61  */
62
63 #define CD_DEVICE "/dev/cdrom"
64 #define FILENAME "audio"
65 #define UNDERSAMPLING 1
66 #define VERSION CDRKIT_VERSION
67 #define BITS_P_S 16
68 #define CHANNELS 2
69 #define AUDIOTYPE "wav"
70 #define DURATION 0
71 #define DEF_INTERFACE "generic_scsi"
72 #define USE_PARANOIA 1
73 #define DEFAULT_SPEED 0
74 #define CDINDEX_SUPPORT
75 #define CDDB_SUPPORT
76 #define CDDBHOST "freedb.freedb.org"
77 #define CDDBPORT 8880
78 #define HAVE_IOCTL_INTERFACE
79 #define ECHO_TO_SOUNDCARD
80 #define SOUND_DEV "/dev/dsp"
81 #define NSECTORS 75
82 #define INFOFILES
83 /* #undef MD5_SIGNATURES */             /* not implemented */
84 #define AUX_DEVICE "/dev/cdrom"
85