]> git.sesse.net Git - vlc/blob - evc/config.h.in
* Dutch translation for as far as it is gonna get done. (non advanced options and...
[vlc] / evc / config.h.in
1 /* config.h.in.  Generated by hand.  */
2
3 /* The ./configure command line */
4 #define CONFIGURE_LINE "eMbedded 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 the `getcwd' function. */
19 #define HAVE_GETCWD 1
20
21 /* Define to 1 if you have the `getpagesize' function. */
22 #define HAVE_GETPAGESIZE 1
23
24 /* Define to 1 if you have the <limits.h> header file. */
25 #define HAVE_LIMITS_H 1
26
27 /* Define to 1 if you have the <malloc.h> header file. */
28 #define HAVE_MALLOC_H 1
29
30 /* Define to 1 if you have the <memory.h> header file. */
31 #define HAVE_MEMORY_H 1
32
33 /* Define to 1 if you have the `setlocale' function. */
34 #define HAVE_SETLOCALE 1
35
36 /* Define to 1 if you have the <stdlib.h> header file. */
37 #define HAVE_STDLIB_H 1
38
39 /* Define to 1 if you have the <strings.h> header file. */
40 #define HAVE_STRINGS_H 1
41
42 /* Define to 1 if you have the <string.h> header file. */
43 #define HAVE_STRING_H 1
44
45 /* Define to 1 if you have the `strtod' function. */
46 #define HAVE_STRTOD 1
47
48 /* Define to 1 if you have the `strtol' function. */
49 #define HAVE_STRTOL 1
50
51 /* Define to 1 if you have the `strtoul' function. */
52 #define HAVE_STRTOUL 1
53
54 /* Define as const if the declaration of iconv() needs const. */
55 #define ICONV_CONST const
56
57 /* Define if integer division by zero raises signal SIGFPE. */
58 #define INTDIV0_RAISES_SIGFPE 0
59
60 /* Dynamic object extension */
61 #define LIBEXT ".dll"
62
63 /* String suffix for module functions */
64 #define MODULE_SUFFIX "__@SYMBOL@"
65
66 /* Symbol suffix for module functions */
67 #define MODULE_SYMBOL @SYMBOL@
68
69 /* Name of package */
70 #define PACKAGE "vlc"
71
72 /* Define to the address where bug reports for this package should be sent. */
73 #define PACKAGE_BUGREPORT ""
74
75 /* Define to the full name of this package. */
76 #define PACKAGE_NAME "vlc"
77
78 /* Define to the full name and version of this package. */
79 #define PACKAGE_STRING "vlc @VERSION@"
80
81 /* Define to the one symbol short name of this package. */
82 #define PACKAGE_TARNAME "vlc"
83
84 /* Define to the version of this package. */
85 #define PACKAGE_VERSION "@VERSION@"
86
87 /* Define to 1 if you have the ANSI C header files. */
88 #define STDC_HEADERS 1
89
90 /* Version number of package */
91 #define VERSION "@VERSION@"
92
93 /* Simple version string */
94 #define VERSION_MESSAGE "@VERSION@ @CODENAME@"
95
96 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
97    if it is not supported. */
98 #define inline __inline
99
100 /* Define to `long' if <sys/types.h> does not define. */
101 /* #undef off_t */
102
103 /* Define to `unsigned' if <sys/types.h> does not define. */
104 /* #undef size_t */