]> git.lyx.org Git - lyx.git/blob - development/cmake/configCompiler.h.msvc
Add DEVEL_VERSION to cmake.
[lyx.git] / development / cmake / configCompiler.h.msvc
1 /*
2  * \file configCompiler.h
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * This is the compilation configuration file for LyX.
7  * It was generated by autoconfs configure.
8  * You might want to change some of the defaults if something goes wrong
9  * during the compilation.
10  */
11
12 #ifndef _CONFIG_COMPILER_H
13 #define _CONFIG_COMPILER_H
14
15
16 #define HAVE_IO_H 1
17 #define HAVE_LIMITS_H 1
18 #define HAVE_LOCALE_H 1
19 #define HAVE_PROCESS_H 1
20 #define HAVE_STDLIB_H 1
21 #define HAVE_SYS_STAT_H 1
22 /* #undef HAVE_SYS_TIME_H 1 */
23 #define HAVE_SYS_TYPES_H 1
24 #define HAVE_SYS_UTIME_H 1
25 /* #undef HAVE_SYS_SOCKET_H 1 */
26 /* #undef HAVE_UNISTD_H 1 */
27 /* #undef HAVE_INTTYPES_H 1 */
28 /* #undef HAVE_UTIME_H 1 */
29 #define HAVE_STRING_H 1
30 /* #undef HAVE_STRINGS_H 1 */
31 /* #undef HAVE_ISTREAM 1 */
32 /* #undef HAVE_OSTREAM 1 */
33 /* #undef HAVE_IOS 1 */
34 /* #undef HAVE_LOCALE 1 */
35 #define HAVE_OPEN 1
36 #define HAVE_CHMOD 1
37 #define HAVE_CLOSE 1
38 /* #undef HAVE_POPEN 1 */
39 /* #undef HAVE_PCLOSE 1 */
40 #define HAVE__OPEN 1
41 #define HAVE__CLOSE 1
42 #define HAVE__POPEN 1
43 #define HAVE__PCLOSE 1
44 #define HAVE_GETPID 1
45 #define HAVE__GETPID 1
46 #define HAVE_MKDIR 1
47 #define HAVE__MKDIR 1
48 /* #undef HAVE_SETENV 1 */
49 #define HAVE_PUTENV 1
50 #define HAVE_MKTEMP 1
51 /* #undef HAVE_MKSTEMP 1 */
52 #define HAVE_STRERROR 1
53 /* #undef HAVE_STD_COUNT 1 */
54 /* #undef HAVE_ASPRINTF 1 */
55 #define HAVE_WPRINTF 1
56 /* #undef HAVE_SNPRINTF 1 */
57 #define HAVE_POSIX_PRINTF 1
58 /* #undef HAVE_FCNTL 1 */
59 /* #undef HAVE_INTMAX_T 1 */
60 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX 1 */
61 #define HAVE_DECL_ISTREAMBUF_ITERATOR 1
62 /* #undef CXX_GLOBAL_CSTD 1 */
63 #define HAVE_GETCWD 1
64 /* #undef HAVE_STPCPY 1 */
65 /* #undef HAVE_STRCASECMP 1 */
66 #define HAVE_STRDUP 1
67 #define HAVE_STRTOUL 1
68 /* #undef HAVE___FSETLOCKING 1 */
69 /* #undef HAVE_MEMPCPY 1 */
70 /* #undef HAVE___ARGZ_COUNT 1 */
71 /* #undef HAVE___ARGZ_NEXT 1 */
72 /* #undef HAVE___ARGZ_STRINGIFY 1 */
73 #define HAVE_SETLOCALE 1
74 /* #undef HAVE_TSEARCH 1 */
75 /* #undef HAVE_GETEGID 1 */
76 /* #undef HAVE_GETGID 1 */
77 /* #undef HAVE_GETUID 1 */
78 #define HAVE_WCSLEN 1
79 /* #undef HAVE_MKFIFO 1 */
80 #define HAVE_WPRINTF 1
81 #define HAVE_LONG_DOUBLE 1
82 #define HAVE_LONG_LONG 1
83 /* #undef HAVE_WCHAR_T 1 */
84 /* #undef HAVE_WINT_T 1 */
85 /* #undef HAVE_STDINT_H_WITH_UINTMAX 1 */
86 /* #undef HAVE_LC_MESSAGES 1     */
87 /* #undef HAVE_SSTREAM 1 */
88 /* #undef HAVE_ARGZ_H 1 */
89 #define SIZEOF_WCHAR_T_IS_2 1
90 /* #undef SIZEOF_WCHAR_T_IS_4 1 */
91
92 #ifdef SIZEOF_WCHAR_T_IS_2
93 #  define SIZEOF_WCHAR_T 2
94 #else
95 #  ifdef SIZEOF_WCHAR_T_IS_4
96 #    define SIZEOF_WCHAR_T 4
97 #  endif
98 #endif
99
100 /* #undef HAVE_ALLOCA 1 */
101 #define HAVE_SYMBOL_ALLOCA 1
102 #if defined(HAVE_SYMBOL_ALLOCA) && !defined(HAVE_ALLOCA)
103 #define HAVE_ALLOCA
104 #endif
105
106
107 #define HAVE_ICONV_CONST 1
108 #ifdef HAVE_ICONV_CONST
109 #define ICONV_CONST const
110 #else
111 #define ICONV_CONST
112 #endif
113
114 #ifdef _MSC_VER
115 #undef HAVE_OPEN  // use _open instead
116 #define pid_t int
117 #define PATH_MAX 512
118 #endif
119
120 #ifdef _WIN32 
121 #undef HAVE_MKDIR // use _mkdir instead
122 #endif
123
124 #define BOOST_ALL_NO_LIB 1
125
126 #if defined(HAVE_OSTREAM) && defined(HAVE_LOCALE) && defined(HAVE_SSTREAM)
127 #  define USE_BOOST_FORMAT 1
128 #else
129 #  define USE_BOOST_FORMAT 0
130 #endif
131
132 #ifdef _DEBUG
133 #  define ENABLE_ASSERTIONS 1
134 #endif
135
136 #ifndef ENABLE_ASSERTIONS
137 #  define BOOST_DISABLE_ASSERTS 1
138 #endif
139 #define BOOST_ENABLE_ASSERT_HANDLER 1
140
141 #define BOOST_DISABLE_THREADS 1
142 #define BOOST_NO_WSTRING 1
143
144 #ifdef __CYGWIN__
145 #  define BOOST_POSIX 1
146 #  define BOOST_POSIX_API 1
147 #  define BOOST_POSIX_PATH 1
148 #endif
149
150 /*
151  * the FreeBSD libc uses UCS4, but libstdc++ has no proper wchar_t
152  * support compiled in:
153  * http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#3_9
154  * And we are not interested at all what libc
155  * does: What we need is a 32bit wide wchar_t, and a libstdc++ that
156  * has the needed wchar_t support and uses UCS4. Whether it
157  * implements this with the help of libc, or whether it has own code
158  * does not matter for us, because we don't use libc directly (Georg)
159 */
160 #if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4 && !defined(__FreeBSD__) && !defined(__FreeBSD_kernel__)
161 #  define USE_WCHAR_T
162 #endif
163
164 #if defined(MAKE_INTL_LIB) && defined(_MSC_VER)
165 #define __attribute__(x)
166 #define inline
167 #define uintmax_t UINT_MAX
168 #endif
169
170 #ifdef _MSC_VER
171 #ifdef HAVE_CHMOD
172 #undef HAVE_CHMOD
173 #endif
174 #endif
175
176 #ifdef HAVE_CHMOD
177 #define HAVE_MODE_T
178 #endif
179
180
181
182 #endif