1 /* config.h.in. Generated by hand. */
3 /* The ./configure command line */
4 #define CONFIGURE_LINE "Visual C++"
7 #define COPYRIGHT_MESSAGE "VLC media player - version @VERSION@ @CODENAME@ - (c) 1996-2004 VideoLAN"
9 /* Maximum supported data alignment */
10 #define ATTRIBUTE_ALIGNED_MAX 16
12 /* Define if we have support for dynamic plugins */
13 #define HAVE_DYNAMIC_PLUGINS 1
15 /* Define if you want the HTTP dameon support */
16 #define ENABLE_HTTPD 1
18 /* Define if you have Windows' LoadLibrary */
19 #define HAVE_DL_WINDOWS 1
21 /* Define to 1 if you have `alloca', as a function or macro. */
24 /* Define to 1 if you have the `atof' function. */
27 /* Define to 1 if you have the <errno.h> header file. */
28 #define HAVE_ERRNO_H 1
30 /* Define to 1 if you have the <fcntl.h> header file. */
31 #define HAVE_FCNTL_H 1
33 /* Define to 1 if you have the `getcwd' function. */
36 /* Define to 1 if you have the `getenv' function. */
39 /* Define to 1 if you have the `getpagesize' function. */
40 #define HAVE_GETPAGESIZE 1
42 /* Define to 1 if you have the <limits.h> header file. */
43 #define HAVE_LIMITS_H 1
45 /* Define to 1 if you have the <locale.h> header file. */
46 #define HAVE_LOCALE_H 1
48 /* Define to 1 if you have the `lseek' function. */
51 /* Define to 1 if you have the <malloc.h> header file. */
52 #define HAVE_MALLOC_H 1
54 /* Define to 1 if you have the <memory.h> header file. */
55 #define HAVE_MEMORY_H 1
57 /* Define to 1 if you have the `putenv' function. */
60 /* Define to 1 if you have the `setlocale' function. */
61 #define HAVE_SETLOCALE 1
63 /* Define to 1 if you have the <signal.h> header file. */
64 #define HAVE_SIGNAL_H 1
66 /* Define to 1 if you have the <stddef.h> header file. */
67 #define HAVE_STDDEF_H 1
69 /* Define to 1 if you have the <stdlib.h> header file. */
70 #define HAVE_STDLIB_H 1
72 /* Define to 1 if you have the `strdup' function. */
75 /* Define to 1 if you have the `strerror' function. */
76 #define HAVE_STRERROR 1
78 /* Define to 1 if you have the `stricmp' function. */
79 #define HAVE_STRICMP 1
81 /* Define to 1 if you have the <strings.h> header file. */
82 #define HAVE_STRINGS_H 1
84 /* Define to 1 if you have the <string.h> header file. */
85 #define HAVE_STRING_H 1
87 /* Define to 1 if you have the `strnicmp' function. */
88 #define HAVE_STRNICMP 1
90 /* Define to 1 if you have the `strtod' function. */
93 /* Define to 1 if you have the `strtol' function. */
96 /* Define to 1 if you have the `strtoul' function. */
97 #define HAVE_STRTOUL 1
99 /* Define to 1 if you have the <sys/stat.h> header file. */
100 #define HAVE_SYS_STAT_H 1
102 /* Define to 1 if you have the <sys/types.h> header file. */
103 #define HAVE_SYS_TYPES_H 1
105 /* Define to 1 if you have the <time.h> header file. */
106 #define HAVE_TIME_H 1
108 /* Define as const if the declaration of iconv() needs const. */
109 #define ICONV_CONST const
111 /* Define if integer division by zero raises signal SIGFPE. */
112 #define INTDIV0_RAISES_SIGFPE 0
114 /* Dynamic object extension */
115 #define LIBEXT ".dll"
117 /* String suffix for module functions */
118 #define MODULE_SUFFIX "__@SYMBOL@"
120 /* Symbol suffix for module functions */
121 #define MODULE_SYMBOL @SYMBOL@
123 /* Name of package */
124 #define PACKAGE "vlc"
126 /* Define to the address where bug reports for this package should be sent. */
127 #define PACKAGE_BUGREPORT ""
129 /* Define to the full name of this package. */
130 #define PACKAGE_NAME "vlc"
132 /* Define to the full name and version of this package. */
133 #define PACKAGE_STRING "vlc @VERSION@"
135 /* Define to the one symbol short name of this package. */
136 #define PACKAGE_TARNAME "vlc"
138 /* Define to the version of this package. */
139 #define PACKAGE_VERSION "@VERSION@"
141 /* Define to 1 if you have the ANSI C header files. */
142 #define STDC_HEADERS 1
144 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
145 #define TIME_WITH_SYS_TIME 1
147 /* Version number of package */
148 #define VERSION "@VERSION@"
150 /* Simple version string */
151 #define VERSION_MESSAGE "@VERSION@ @CODENAME@"
154 #define VLC_COMPILER "Microsoft Visual C++"
156 /* user who ran configure */
157 #define VLC_COMPILE_BY "user"
159 /* domain of the host which ran configure */
160 #define VLC_COMPILE_DOMAIN "videolan.org"
162 /* host which ran configure */
163 #define VLC_COMPILE_HOST "machine"
165 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
166 if it is not supported. */
167 #define inline __inline
169 /* Define to `long' if <sys/types.h> does not define. */
172 /* Define to `unsigned' if <sys/types.h> does not define. */
175 #define HAVE_STRUCT_ADDRINFO 1
176 #define HAVE_DYNAMIC_PLUGINS 1