]> git.sesse.net Git - vlc/blob - include/defs.h.in
. should compile & run on Solaris with ./configure --disable-dsp
[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 <arpa/inet.h> header file.  */
56 #undef HAVE_ARPA_INET_H
57
58 /* Define if you have the <cthreads.h> header file.  */
59 #undef HAVE_CTHREADS_H
60
61 /* Define if you have the <dlfcn.h> header file.  */
62 #undef HAVE_DLFCN_H
63
64 /* Define if you have the <fcntl.h> header file.  */
65 #undef HAVE_FCNTL_H
66
67 /* Define if you have the <getopt.h> header file.  */
68 #undef HAVE_GETOPT_H
69
70 /* Define if you have the <image.h> header file.  */
71 #undef HAVE_IMAGE_H
72
73 /* Define if you have the <kernel/OS.h> header file.  */
74 #undef HAVE_KERNEL_OS_H
75
76 /* Define if you have the <kernel/scheduler.h> header file.  */
77 #undef HAVE_KERNEL_SCHEDULER_H
78
79 /* Define if you have the <machine/param.h> header file.  */
80 #undef HAVE_MACHINE_PARAM_H
81
82 /* Define if you have the <machine/soundcard.h> header file.  */
83 #undef HAVE_MACHINE_SOUNDCARD_H
84
85 /* Define if you have the <net/if.h> header file.  */
86 #undef HAVE_NET_IF_H
87
88 /* Define if you have the <netinet/in.h> header file.  */
89 #undef HAVE_NETINET_IN_H
90
91 /* Define if you have the <pthread.h> header file.  */
92 #undef HAVE_PTHREAD_H
93
94 /* Define if you have the <stddef.h> header file.  */
95 #undef HAVE_STDDEF_H
96
97 /* Define if you have the <sys/ioctl.h> header file.  */
98 #undef HAVE_SYS_IOCTL_H
99
100 /* Define if you have the <sys/socket.h> header file.  */
101 #undef HAVE_SYS_SOCKET_H
102
103 /* Define if you have the <sys/sockio.h> header file.  */
104 #undef HAVE_SYS_SOCKIO_H
105
106 /* Define if you have the <sys/soundcard.h> header file.  */
107 #undef HAVE_SYS_SOUNDCARD_H
108
109 /* Define if you have the <sys/time.h> header file.  */
110 #undef HAVE_SYS_TIME_H
111
112 /* Define if you have the <unistd.h> header file.  */
113 #undef HAVE_UNISTD_H
114
115 /* Define if you have the be library (-lbe).  */
116 #undef HAVE_LIBBE
117
118 /* Define if you have the dl library (-ldl).  */
119 #undef HAVE_LIBDL
120
121 /* Define if you have the game library (-lgame).  */
122 #undef HAVE_LIBGAME
123
124 /* Define if you have the gnugetopt library (-lgnugetopt).  */
125 #undef HAVE_LIBGNUGETOPT
126
127 /* Define if you have the m library (-lm).  */
128 #undef HAVE_LIBM
129
130 /* Define if you have the nsl library (-lnsl).  */
131 #undef HAVE_LIBNSL
132
133 /* Define if you have the pthread library (-lpthread).  */
134 #undef HAVE_LIBPTHREAD
135
136 /* Define if you have the resolv library (-lresolv).  */
137 #undef HAVE_LIBRESOLV
138
139 /* Define if you have the root library (-lroot).  */
140 #undef HAVE_LIBROOT
141
142 /* Define if you have the rt library (-lrt).  */
143 #undef HAVE_LIBRT
144
145 /* Define if you have the socket library (-lsocket).  */
146 #undef HAVE_LIBSOCKET
147
148 /* Define if you have the threads library (-lthreads).  */
149 #undef HAVE_LIBTHREADS
150
151 /* Define if ntohl is in <sys/param.h>. */
152 #undef NTOHL_IN_SYS_PARAM_H
153
154 /* Define if <sys/types.h> defines boolean_t. */
155 #undef BOOLEAN_T_IN_SYS_TYPES_H
156