]> git.sesse.net Git - vlc/blob - msvc/config.h.in
ed3bc92939cc8fe39ccafb7fd31c30fe9a5e7a09
[vlc] / msvc / config.h.in
1 /* config.h.in.  Generated by hand.  */
2
3 /* The ./configure command line */
4 #define CONFIGURE_LINE "Visual C++"
5
6 /* Copyright string */
7 #define COPYRIGHT_MESSAGE "VLC media player - version @VERSION@ @CODENAME@ - (c) 1996-2004 VideoLAN"
8
9 /* Maximum supported data alignment */
10 #define ATTRIBUTE_ALIGNED_MAX 16
11
12 /* Define if we have support for dynamic plugins */
13 #define HAVE_DYNAMIC_PLUGINS 1
14
15 /* Define if you have Windows' LoadLibrary */
16 #define HAVE_DL_WINDOWS 1
17
18 /* Define to 1 if you have `alloca', as a function or macro. */
19 #define HAVE_ALLOCA 1
20
21 /* Define to 1 if you have the `atof' function. */
22 #define HAVE_ATOF 1
23
24 /* Define to 1 if you have the <errno.h> header file. */
25 #define HAVE_ERRNO_H 1
26
27 /* Define to 1 if you have the <fcntl.h> header file. */
28 #define HAVE_FCNTL_H 1
29
30 /* Define to 1 if you have the `getcwd' function. */
31 #define HAVE_GETCWD 1
32
33 /* Define to 1 if you have the `getenv' function. */
34 #define HAVE_GETENV 1
35
36 /* Define to 1 if you have the `getpagesize' function. */
37 #define HAVE_GETPAGESIZE 1
38
39 /* Define to 1 if you have the <limits.h> header file. */
40 #define HAVE_LIMITS_H 1
41
42 /* Define to 1 if you have the <locale.h> header file. */
43 #define HAVE_LOCALE_H 1
44
45 /* Define to 1 if you have the `lseek' function. */
46 #define HAVE_LSEEK 1
47
48 /* Define to 1 if you have the <malloc.h> header file. */
49 #define HAVE_MALLOC_H 1
50
51 /* Define to 1 if you have the <memory.h> header file. */
52 #define HAVE_MEMORY_H 1
53
54 /* Define to 1 if you have the `putenv' function. */
55 #define HAVE_PUTENV 1
56
57 /* Define to 1 if you have the `setlocale' function. */
58 #define HAVE_SETLOCALE 1
59
60 /* Define to 1 if you have the <signal.h> header file. */
61 #define HAVE_SIGNAL_H 1
62
63 /* Define to 1 if you have the <stddef.h> header file. */
64 #define HAVE_STDDEF_H 1
65
66 /* Define to 1 if you have the <stdlib.h> header file. */
67 #define HAVE_STDLIB_H 1
68
69 /* Define to 1 if you have the `strdup' function. */
70 #define HAVE_STRDUP 1
71
72 /* Define to 1 if you have the `strerror' function. */
73 #define HAVE_STRERROR 1
74
75 /* Define to 1 if you have the `stricmp' function. */
76 #define HAVE_STRICMP 1
77
78 /* Define to 1 if you have the <strings.h> header file. */
79 #define HAVE_STRINGS_H 1
80
81 /* Define to 1 if you have the <string.h> header file. */
82 #define HAVE_STRING_H 1
83
84 /* Define to 1 if you have the `strnicmp' function. */
85 #define HAVE_STRNICMP 1
86
87 /* Define to 1 if you have the `strtod' function. */
88 #define HAVE_STRTOD 1
89
90 /* Define to 1 if you have the `strtol' function. */
91 #define HAVE_STRTOL 1
92
93 /* Define to 1 if you have the `strtoul' function. */
94 #define HAVE_STRTOUL 1
95
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #define HAVE_SYS_STAT_H 1
98
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #define HAVE_SYS_TYPES_H 1
101
102 /* Define to 1 if you have the <time.h> header file. */
103 #define HAVE_TIME_H 1
104
105 /* Define as const if the declaration of iconv() needs const. */
106 #define ICONV_CONST const
107
108 /* Define if integer division by zero raises signal SIGFPE. */
109 #define INTDIV0_RAISES_SIGFPE 0
110
111 /* Dynamic object extension */
112 #define LIBEXT ".dll"
113
114 /* String suffix for module functions */
115 #define MODULE_SUFFIX "__@SYMBOL@"
116
117 /* Symbol suffix for module functions */
118 #define MODULE_SYMBOL @SYMBOL@
119
120 /* Name of package */
121 #define PACKAGE "vlc"
122
123 /* Define to the address where bug reports for this package should be sent. */
124 #define PACKAGE_BUGREPORT ""
125
126 /* Define to the full name of this package. */
127 #define PACKAGE_NAME "vlc"
128
129 /* Define to the full name and version of this package. */
130 #define PACKAGE_STRING "vlc @VERSION@"
131
132 /* Define to the one symbol short name of this package. */
133 #define PACKAGE_TARNAME "vlc"
134
135 /* Define to the version of this package. */
136 #define PACKAGE_VERSION "@VERSION@"
137
138 /* Define to 1 if you have the ANSI C header files. */
139 #define STDC_HEADERS 1
140
141 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
142 #define TIME_WITH_SYS_TIME 1
143
144 /* Version number of package */
145 #define VERSION "@VERSION@"
146
147 /* Simple version string */
148 #define VERSION_MESSAGE "@VERSION@ @CODENAME@"
149
150 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
151    if it is not supported. */
152 #define inline __inline
153
154 /* Define to `long' if <sys/types.h> does not define. */
155 /* #undef off_t */
156
157 /* Define to `unsigned' if <sys/types.h> does not define. */
158 /* #undef size_t */
159 \r
160 #define HAVE_STRUCT_ADDRINFO 1\r
161 #define HAVE_DYNAMIC_PLUGINS 1