annotate config.h.in @ 0:223b71206888

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