~ubuntu-branches/ubuntu/utopic/glame/utopic

« back to all changes in this revision

Viewing changes to acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-09 17:14:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020409171412-jzpnov7mbz2w6zsr
Tags: upstream-0.6.2
ImportĀ upstreamĀ versionĀ 0.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* define if you have OSS audio support */
 
2
#undef HAVE_OSS
 
3
 
 
4
/* define if OSS headers are in linux/soundcard.h */
 
5
#undef HAVE_OSS_LINUX
 
6
 
 
7
/* define if OSS headers are in sys/soundcard.h */
 
8
#undef HAVE_OSS_SYS
 
9
 
 
10
/* define if OSS headers are in machine/soundcard.h */
 
11
#undef HAVE_OSS_MACHINE
 
12
 
 
13
/* define, if you have esd.h and libesd */
 
14
#undef HAVE_ESD
 
15
 
 
16
/* define if SGI/IRIX audio support is available */
 
17
#undef HAVE_SGIAUDIO
 
18
 
 
19
/* define if ALSA audio is available */
 
20
#undef HAVE_ALSA
 
21
 
 
22
/* define if you have sys/asound.h rather than alsa/asound.h */
 
23
#undef ALSA_H_IN_SYS
 
24
 
 
25
/* define if you have libaudiofile */
 
26
#undef HAVE_AUDIOFILE
 
27
 
 
28
/* define if you have fftw of SAMPLE precision */
 
29
#undef HAVE_FFTW
 
30
 
 
31
/* define if you have guile */
 
32
#undef HAVE_GUILE
 
33
 
 
34
/* define if you have ladspa */
 
35
#undef HAVE_LADSPA
 
36
 
 
37
/* define if we have gcc */
 
38
#undef HAVE_GCC
 
39
 
 
40
/* define which cpu you have */
 
41
#undef CPU_X86
 
42
#undef CPU_MIPS
 
43
#undef CPU_PPC
 
44
#undef CPU_ALPHA
 
45
 
 
46
/* define if your mips cpu understands ll and sc opcodes */
 
47
#undef HAVE_MIPS_LL_SC
 
48
 
 
49
/* define which os you use */
 
50
#undef OS_LINUX
 
51
#undef OS_BSD
 
52
#undef OS_IRIX
 
53
 
 
54
/* define if you use pthreads (always defined for GLAME) */
 
55
#undef USE_PTHREADS
 
56
 
 
57
/* define if you have pthread_sigmask(3) available */
 
58
#undef HAVE_PTHREAD_SIGMASK
 
59
 
 
60
/* define if your libc supports the madvise system call */
 
61
#undef HAVE_MADVISE
 
62
 
 
63
/* define to include additional debugging code */
 
64
#undef DEBUG
 
65
 
 
66
/* define to disable default debugging code */
 
67
#undef NDEBUG
 
68
 
 
69
/* define to include swapfile debugging code */
 
70
#undef SWDEBUG
 
71
 
 
72
/* define if <byteswap.h> is present */
 
73
#undef HAVE_BYTESWAP_H
 
74
 
 
75
/* define to the type you want for SAMPLE (float or double) */
 
76
#define SAMPLE float
 
77
 
 
78
/* define if you have sqrtf */
 
79
#undef HAVE_SQRTF
 
80
 
 
81
/* define if you have sinf */
 
82
#undef HAVE_SINF
 
83
 
 
84
/* define, if the SAMPLE type is std (float) */
 
85
#undef SAMPLE_FLOAT
 
86
 
 
87
/* define, if you have libglade */
 
88
#undef HAVE_LIBGLADE
 
89
 
 
90
/* define, if you have/want libstroke */
 
91
#undef HAVE_LIBSTROKE
 
92
 
 
93
#undef ENABLE_NLS
 
94
#undef HAVE_CATGETS
 
95
#undef HAVE_GETTEXT
 
96
#undef HAVE_LC_MESSAGES
 
97
#undef HAVE_STPCPY