]> git.sesse.net Git - vlc/blob - extras/Win32_msvc/defs.h
ffab3290c827b471383bd099d6a51461c9bf07be
[vlc] / extras / Win32_msvc / defs.h
1 /* Define if you have alloca, as a function or macro.  */
2 #define HAVE_ALLOCA 1
3
4 #define PLUGIN_PATH "."
5
6 /* Define to `long' if <sys/types.h> doesn't define.  */
7 /* #undef off_t */
8
9 /* Define as the return type of signal handlers (int or void).  */
10 #define RETSIGTYPE void
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 #define STDC_HEADERS 1
17
18 /* Define if you have the getcwd function.  */
19 #define HAVE_GETCWD 1
20
21 /* Define if you have the putenv function.  */
22 #define HAVE_PUTENV 1
23
24 /* Define if you have the setlocale function.  */
25 #define HAVE_SETLOCALE 1
26
27 /* Define if you have the strcasecmp function.  */
28 #define HAVE_STRCASECMP 1
29
30 /* Define if you have the strchr function.  */
31 #define HAVE_STRCHR 1
32
33 /* Define if you have the strdup function.  */
34 #define HAVE_STRDUP 1
35
36 /* Define if you have the strerror function.  */
37 #define HAVE_STRERROR 1
38
39 /* Define if you have the strtod function.  */
40 #define HAVE_STRTOD 1
41
42 /* Define if you have the strtol function.  */
43 #define HAVE_STRTOL 1
44
45 /* Define if you have the strtoul function.  */
46 #define HAVE_STRTOUL 1
47
48 /* Define if you have the swab function.  */
49 #define HAVE_SWAB 1
50
51 /* Define if you have the <fcntl.h> header file.  */
52 #define HAVE_FCNTL_H 1
53
54 /* Define if you have the <locale.h> header file.  */
55 #define HAVE_LOCALE_H 1
56
57 /* Define if you have the <malloc.h> header file.  */
58 #define HAVE_MALLOC_H 1
59
60 /* Define if you have the <stddef.h> header file.  */
61 #define HAVE_STDDEF_H 1
62
63 /* Define if you have the <stdlib.h> header file.  */
64 #define HAVE_STDLIB_H 1
65
66 /* Define if you have the <string.h> header file.  */
67 #define HAVE_STRING_H 1
68
69 /* Define if you have the <sys/types.h> header file.  */
70 #define HAVE_SYS_TYPES_H 1
71
72 /* Package name */
73 #define VLC_PACKAGE "vlc"
74
75 /* Package version */
76 #define VLC_VERSION "0.3.1"
77
78 /* Define if you have the iconv() function. */
79 /* #undef HAVE_ICONV */
80
81 /* Define as const if the declaration of iconv() needs const. */
82 /* #undef ICONV_CONST */
83
84 /* Define if your <locale.h> file defines LC_MESSAGES. */
85 /* #undef HAVE_LC_MESSAGES */
86
87 /* Define to 1 if translation of program messages to the user's native language
88    is requested. */
89 #define ENABLE_NLS 1
90
91 /* Maximum supported data alignment */
92 #define ATTRIBUTE_ALIGNED_MAX 16
93
94 /* Simple version string */
95 #define VERSION_MESSAGE "vlc 0.3.1_2002-05-17 Ourumov Copyright 1996-2002 VideoLAN"
96
97 /* Copyright string */
98 #define COPYRIGHT_MESSAGE "VideoLAN Client - version 0.3.1_2002-05-03 Ourumov - (c) 1996-2002 VideoLAN"
99
100 /* String suffix for module functions */
101 #define MODULE_SUFFIX "__MODULE_0_3_1_2002_05_17"
102
103 /* Symbol suffix for module functions */
104 #define MODULE_SYMBOL 0_3_1_2002_05_17