]> git.sesse.net Git - vlc/blob - include/defs.h.in
9caa9fed28c5ae54f3a26f41b5131c41d7d2df05
[vlc] / include / defs.h.in
1 /* include/defs.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define to empty if the keyword does not work.  */
4 #undef const
5
6 /* Define if you have a working `mmap' system call.  */
7 #undef HAVE_MMAP
8
9 /* Define as the return type of signal handlers (int or void).  */
10 #undef RETSIGTYPE
11
12 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
13 #undef size_t
14
15 /* Define if you have the ANSI C header files.  */
16 #undef STDC_HEADERS
17
18 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
19 #undef TIME_WITH_SYS_TIME
20
21 /* Define if your processor stores words with the most significant
22    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
23 #undef WORDS_BIGENDIAN
24
25 /* Define if you have the getpagesize function.  */
26 #undef HAVE_GETPAGESIZE
27
28 /* Define if you have the gettimeofday function.  */
29 #undef HAVE_GETTIMEOFDAY
30
31 /* Define if you have the putenv function.  */
32 #undef HAVE_PUTENV
33
34 /* Define if you have the select function.  */
35 #undef HAVE_SELECT
36
37 /* Define if you have the setenv function.  */
38 #undef HAVE_SETENV
39
40 /* Define if you have the strerror function.  */
41 #undef HAVE_STRERROR
42
43 /* Define if you have the strtod function.  */
44 #undef HAVE_STRTOD
45
46 /* Define if you have the strtol function.  */
47 #undef HAVE_STRTOL
48
49 /* Define if you have the usleep function.  */
50 #undef HAVE_USLEEP
51
52 /* Define if you have the vasprintf function.  */
53 #undef HAVE_VASPRINTF
54
55 /* Define if you have the <Carbon/Carbon.h> header file.  */
56 #undef HAVE_CARBON_CARBON_H
57
58 /* Define if you have the <SDL/SDL.h> header file.  */
59 #undef HAVE_SDL_SDL_H
60
61 /* Define if you have the <X11/Xlib.h> header file.  */
62 #undef HAVE_X11_XLIB_H
63
64 /* Define if you have the <X11/extensions/Xv.h> header file.  */
65 #undef HAVE_X11_EXTENSIONS_XV_H
66
67 /* Define if you have the <arpa/inet.h> header file.  */
68 #undef HAVE_ARPA_INET_H
69
70 /* Define if you have the <cthreads.h> header file.  */
71 #undef HAVE_CTHREADS_H
72
73 /* Define if you have the <dlfcn.h> header file.  */
74 #undef HAVE_DLFCN_H
75
76 /* Define if you have the <fcntl.h> header file.  */
77 #undef HAVE_FCNTL_H
78
79 /* Define if you have the <getopt.h> header file.  */
80 #undef HAVE_GETOPT_H
81
82 /* Define if you have the <image.h> header file.  */
83 #undef HAVE_IMAGE_H
84
85 /* Define if you have the <kernel/OS.h> header file.  */
86 #undef HAVE_KERNEL_OS_H
87
88 /* Define if you have the <kernel/scheduler.h> header file.  */
89 #undef HAVE_KERNEL_SCHEDULER_H
90
91 /* Define if you have the <linux/cdrom.h> header file.  */
92 #undef HAVE_LINUX_CDROM_H
93
94 /* Define if you have the <machine/param.h> header file.  */
95 #undef HAVE_MACHINE_PARAM_H
96
97 /* Define if you have the <machine/soundcard.h> header file.  */
98 #undef HAVE_MACHINE_SOUNDCARD_H
99
100 /* Define if you have the <net/if.h> header file.  */
101 #undef HAVE_NET_IF_H
102
103 /* Define if you have the <netinet/in.h> header file.  */
104 #undef HAVE_NETINET_IN_H
105
106 /* Define if you have the <pthread.h> header file.  */
107 #undef HAVE_PTHREAD_H
108
109 /* Define if you have the <stddef.h> header file.  */
110 #undef HAVE_STDDEF_H
111
112 /* Define if you have the <strings.h> header file.  */
113 #undef HAVE_STRINGS_H
114
115 /* Define if you have the <sys/ioctl.h> header file.  */
116 #undef HAVE_SYS_IOCTL_H
117
118 /* Define if you have the <sys/socket.h> header file.  */
119 #undef HAVE_SYS_SOCKET_H
120
121 /* Define if you have the <sys/sockio.h> header file.  */
122 #undef HAVE_SYS_SOCKIO_H
123
124 /* Define if you have the <sys/soundcard.h> header file.  */
125 #undef HAVE_SYS_SOUNDCARD_H
126
127 /* Define if you have the <sys/time.h> header file.  */
128 #undef HAVE_SYS_TIME_H
129
130 /* Define if you have the <unistd.h> header file.  */
131 #undef HAVE_UNISTD_H
132
133 /* long getopt support */
134 #undef HAVE_GETOPT_LONG
135
136 /* getopt support */
137 #undef HAVE_GETOPT_LONG
138
139 /* Define if <pthread.h> defines pthread_cond_t. */
140 #undef PTHREAD_COND_T_IN_PTHREAD_H
141
142 /* Define if <strings.h> defines strncasecmp. */
143 #undef STRNCASECMP_IN_STRINGS_H
144
145 /* Define if <sys/param.h> defines ntohl. */
146 #undef NTOHL_IN_SYS_PARAM_H
147
148 /* Define if <sys/types.h> defines boolean_t. */
149 #undef BOOLEAN_T_IN_SYS_TYPES_H
150
151 /* Define if <pthread.h> defines boolean_t. */
152 #undef BOOLEAN_T_IN_PTHREAD_H
153
154 /* DVD support for linux */
155 #undef LINUX_DVD
156
157 /* Define if you want DVD CSS decryption. */
158 #undef HAVE_CSS
159