annotate config.h.in @ 2:422f3cb3614b

Enabled voice playing with "%04d/%04d%05d.ogg" format. Don't use a cache for this
author thib
date Fri, 01 Aug 2008 19:17:15 +0000
parents b753afeb3f34
children 4d7486cb20a9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
223b71206888 Initial import
thib
parents:
diff changeset
1 /* config.h.in. Generated from configure.in by autoheader. */
223b71206888 Initial import
thib
parents:
diff changeset
2
223b71206888 Initial import
thib
parents:
diff changeset
3 /* default display size */
223b71206888 Initial import
thib
parents:
diff changeset
4 #undef DISPSIZE
223b71206888 Initial import
thib
parents:
diff changeset
5
223b71206888 Initial import
thib
parents:
diff changeset
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
223b71206888 Initial import
thib
parents:
diff changeset
7 */
223b71206888 Initial import
thib
parents:
diff changeset
8 #undef HAVE_DIRENT_H
223b71206888 Initial import
thib
parents:
diff changeset
9
223b71206888 Initial import
thib
parents:
diff changeset
10 /* Define to 1 if you have the <fcntl.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
11 #undef HAVE_FCNTL_H
223b71206888 Initial import
thib
parents:
diff changeset
12
223b71206888 Initial import
thib
parents:
diff changeset
13 /* Define to 1 if you have the `getpagesize' function. */
223b71206888 Initial import
thib
parents:
diff changeset
14 #undef HAVE_GETPAGESIZE
223b71206888 Initial import
thib
parents:
diff changeset
15
223b71206888 Initial import
thib
parents:
diff changeset
16 /* Define to 1 if you have the `gettimeofday' function. */
223b71206888 Initial import
thib
parents:
diff changeset
17 #undef HAVE_GETTIMEOFDAY
223b71206888 Initial import
thib
parents:
diff changeset
18
223b71206888 Initial import
thib
parents:
diff changeset
19 /* Define to 1 if you have the <inttypes.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
20 #undef HAVE_INTTYPES_H
223b71206888 Initial import
thib
parents:
diff changeset
21
223b71206888 Initial import
thib
parents:
diff changeset
22 /* Define to 1 if you have the `intl' library (-lintl). */
223b71206888 Initial import
thib
parents:
diff changeset
23 #undef HAVE_LIBINTL
223b71206888 Initial import
thib
parents:
diff changeset
24
223b71206888 Initial import
thib
parents:
diff changeset
25 /* Define to 1 if you have the `jpeg' library (-ljpeg). */
223b71206888 Initial import
thib
parents:
diff changeset
26 #undef HAVE_LIBJPEG
223b71206888 Initial import
thib
parents:
diff changeset
27
223b71206888 Initial import
thib
parents:
diff changeset
28 /* Define to 1 if you have the `mad' library (-lmad). */
223b71206888 Initial import
thib
parents:
diff changeset
29 #undef HAVE_LIBMAD
223b71206888 Initial import
thib
parents:
diff changeset
30
223b71206888 Initial import
thib
parents:
diff changeset
31 /* Define to 1 if you have the `ogg' library (-logg). */
223b71206888 Initial import
thib
parents:
diff changeset
32 #undef HAVE_LIBOGG
223b71206888 Initial import
thib
parents:
diff changeset
33
223b71206888 Initial import
thib
parents:
diff changeset
34 /* Define to 1 if you have the `png' library (-lpng). */
223b71206888 Initial import
thib
parents:
diff changeset
35 #undef HAVE_LIBPNG
223b71206888 Initial import
thib
parents:
diff changeset
36
223b71206888 Initial import
thib
parents:
diff changeset
37 /* Define to 1 if you have the `vorbis' library (-lvorbis). */
223b71206888 Initial import
thib
parents:
diff changeset
38 #undef HAVE_LIBVORBIS
223b71206888 Initial import
thib
parents:
diff changeset
39
223b71206888 Initial import
thib
parents:
diff changeset
40 /* Define to 1 if you have the `vorbisfile' library (-lvorbisfile). */
223b71206888 Initial import
thib
parents:
diff changeset
41 #undef HAVE_LIBVORBISFILE
223b71206888 Initial import
thib
parents:
diff changeset
42
223b71206888 Initial import
thib
parents:
diff changeset
43 /* Define to 1 if you have the `vorbisidec' library (-lvorbisidec). */
223b71206888 Initial import
thib
parents:
diff changeset
44 #undef HAVE_LIBVORBISIDEC
223b71206888 Initial import
thib
parents:
diff changeset
45
223b71206888 Initial import
thib
parents:
diff changeset
46 /* Define to 1 if you have the `z' library (-lz). */
223b71206888 Initial import
thib
parents:
diff changeset
47 #undef HAVE_LIBZ
223b71206888 Initial import
thib
parents:
diff changeset
48
223b71206888 Initial import
thib
parents:
diff changeset
49 /* Define to 1 if you have the <memory.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
50 #undef HAVE_MEMORY_H
223b71206888 Initial import
thib
parents:
diff changeset
51
223b71206888 Initial import
thib
parents:
diff changeset
52 /* Define to 1 if you have the `mkdir' function. */
223b71206888 Initial import
thib
parents:
diff changeset
53 #undef HAVE_MKDIR
223b71206888 Initial import
thib
parents:
diff changeset
54
223b71206888 Initial import
thib
parents:
diff changeset
55 /* Define to 1 if you have a working `mmap' system call. */
223b71206888 Initial import
thib
parents:
diff changeset
56 #undef HAVE_MMAP
223b71206888 Initial import
thib
parents:
diff changeset
57
223b71206888 Initial import
thib
parents:
diff changeset
58 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
223b71206888 Initial import
thib
parents:
diff changeset
59 #undef HAVE_NDIR_H
223b71206888 Initial import
thib
parents:
diff changeset
60
223b71206888 Initial import
thib
parents:
diff changeset
61 /* Define to 1 if you have the `snprintf' function. */
223b71206888 Initial import
thib
parents:
diff changeset
62 #undef HAVE_SNPRINTF
223b71206888 Initial import
thib
parents:
diff changeset
63
223b71206888 Initial import
thib
parents:
diff changeset
64 /* Define to 1 if you have the <stdint.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
65 #undef HAVE_STDINT_H
223b71206888 Initial import
thib
parents:
diff changeset
66
223b71206888 Initial import
thib
parents:
diff changeset
67 /* Define to 1 if you have the <stdlib.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
68 #undef HAVE_STDLIB_H
223b71206888 Initial import
thib
parents:
diff changeset
69
223b71206888 Initial import
thib
parents:
diff changeset
70 /* Define to 1 if you have the <strings.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
71 #undef HAVE_STRINGS_H
223b71206888 Initial import
thib
parents:
diff changeset
72
223b71206888 Initial import
thib
parents:
diff changeset
73 /* Define to 1 if you have the <string.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
74 #undef HAVE_STRING_H
223b71206888 Initial import
thib
parents:
diff changeset
75
223b71206888 Initial import
thib
parents:
diff changeset
76 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
223b71206888 Initial import
thib
parents:
diff changeset
77 */
223b71206888 Initial import
thib
parents:
diff changeset
78 #undef HAVE_SYS_DIR_H
223b71206888 Initial import
thib
parents:
diff changeset
79
223b71206888 Initial import
thib
parents:
diff changeset
80 /* Define to 1 if you have the <sys/ioctl.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
81 #undef HAVE_SYS_IOCTL_H
223b71206888 Initial import
thib
parents:
diff changeset
82
223b71206888 Initial import
thib
parents:
diff changeset
83 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
223b71206888 Initial import
thib
parents:
diff changeset
84 */
223b71206888 Initial import
thib
parents:
diff changeset
85 #undef HAVE_SYS_NDIR_H
223b71206888 Initial import
thib
parents:
diff changeset
86
223b71206888 Initial import
thib
parents:
diff changeset
87 /* Define to 1 if you have the <sys/stat.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
88 #undef HAVE_SYS_STAT_H
223b71206888 Initial import
thib
parents:
diff changeset
89
223b71206888 Initial import
thib
parents:
diff changeset
90 /* Define to 1 if you have the <sys/time.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
91 #undef HAVE_SYS_TIME_H
223b71206888 Initial import
thib
parents:
diff changeset
92
223b71206888 Initial import
thib
parents:
diff changeset
93 /* Define to 1 if you have the <sys/types.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
94 #undef HAVE_SYS_TYPES_H
223b71206888 Initial import
thib
parents:
diff changeset
95
223b71206888 Initial import
thib
parents:
diff changeset
96 /* Define to 1 if you have the <unistd.h> header file. */
223b71206888 Initial import
thib
parents:
diff changeset
97 #undef HAVE_UNISTD_H
223b71206888 Initial import
thib
parents:
diff changeset
98
223b71206888 Initial import
thib
parents:
diff changeset
99 /* Define to the address where bug reports for this package should be sent. */
223b71206888 Initial import
thib
parents:
diff changeset
100 #undef PACKAGE_BUGREPORT
223b71206888 Initial import
thib
parents:
diff changeset
101
223b71206888 Initial import
thib
parents:
diff changeset
102 /* Define to the full name of this package. */
223b71206888 Initial import
thib
parents:
diff changeset
103 #undef PACKAGE_NAME
223b71206888 Initial import
thib
parents:
diff changeset
104
223b71206888 Initial import
thib
parents:
diff changeset
105 /* Define to the full name and version of this package. */
223b71206888 Initial import
thib
parents:
diff changeset
106 #undef PACKAGE_STRING
223b71206888 Initial import
thib
parents:
diff changeset
107
223b71206888 Initial import
thib
parents:
diff changeset
108 /* Define to the one symbol short name of this package. */
223b71206888 Initial import
thib
parents:
diff changeset
109 #undef PACKAGE_TARNAME
223b71206888 Initial import
thib
parents:
diff changeset
110
223b71206888 Initial import
thib
parents:
diff changeset
111 /* Define to the version of this package. */
223b71206888 Initial import
thib
parents:
diff changeset
112 #undef PACKAGE_VERSION
223b71206888 Initial import
thib
parents:
diff changeset
113
223b71206888 Initial import
thib
parents:
diff changeset
114 /* Define as the return type of signal handlers (`int' or `void'). */
223b71206888 Initial import
thib
parents:
diff changeset
115 #undef RETSIGTYPE
223b71206888 Initial import
thib
parents:
diff changeset
116
223b71206888 Initial import
thib
parents:
diff changeset
117 /* Define to 1 if you have the ANSI C header files. */
223b71206888 Initial import
thib
parents:
diff changeset
118 #undef STDC_HEADERS
223b71206888 Initial import
thib
parents:
diff changeset
119
223b71206888 Initial import
thib
parents:
diff changeset
120 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
223b71206888 Initial import
thib
parents:
diff changeset
121 #undef TIME_WITH_SYS_TIME
223b71206888 Initial import
thib
parents:
diff changeset
122
223b71206888 Initial import
thib
parents:
diff changeset
123 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
223b71206888 Initial import
thib
parents:
diff changeset
124 #undef TM_IN_SYS_TIME
223b71206888 Initial import
thib
parents:
diff changeset
125
223b71206888 Initial import
thib
parents:
diff changeset
126 /* smpeg library is used */
223b71206888 Initial import
thib
parents:
diff changeset
127 #undef USE_SMPEG
223b71206888 Initial import
thib
parents:
diff changeset
128
223b71206888 Initial import
thib
parents:
diff changeset
129 /* X11 library is used */
223b71206888 Initial import
thib
parents:
diff changeset
130 #undef USE_X11
223b71206888 Initial import
thib
parents:
diff changeset
131
223b71206888 Initial import
thib
parents:
diff changeset
132 /* Define to 1 if your processor stores words with the most significant byte
223b71206888 Initial import
thib
parents:
diff changeset
133 first (like Motorola and SPARC, unlike Intel and VAX). */
223b71206888 Initial import
thib
parents:
diff changeset
134 #undef WORDS_BIGENDIAN
223b71206888 Initial import
thib
parents:
diff changeset
135
223b71206888 Initial import
thib
parents:
diff changeset
136 /* Define to 1 if the X Window System is missing or not being used. */
223b71206888 Initial import
thib
parents:
diff changeset
137 #undef X_DISPLAY_MISSING
223b71206888 Initial import
thib
parents:
diff changeset
138
223b71206888 Initial import
thib
parents:
diff changeset
139 /* Define to empty if `const' does not conform to ANSI C. */
223b71206888 Initial import
thib
parents:
diff changeset
140 #undef const
223b71206888 Initial import
thib
parents:
diff changeset
141
1
b753afeb3f34 Does build under debian testing
thib
parents: 0
diff changeset
142 /* Define to `unsigned int' if <sys/types.h> does not define. */
0
223b71206888 Initial import
thib
parents:
diff changeset
143 #undef size_t