forked from etternagame/etterna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.jpeg.in.h
53 lines (41 loc) · 1.49 KB
/
config.jpeg.in.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/* Auto-generated config.h file powered by cmake. */
/* Defined to 1 if the compiler supports prototype functions. */
#cmakedefine HAVE_PROTOTYPES 1
/* Defined to 1 if we have access to stddef.h */
#cmakedefine HAVE_STDDEF_H 1
/* Defined to 1 if we have access to stdlib.h */
#cmakedefine HAVE_STDLIB_H 1
/* Defined to 1 if we only have the BSD style strings.h file. */
#cmakedefine HAVE_STRING_H 1
#cmakedefine HAVE_STRINGS_H 1
#if defined(HAVE_STRINGS_H) && !defined(HAVE_STRING_H)
#define NEED_BSD_STRINGS 1
#endif
/* Defined to 1 if we have an unsigned char type. */
#cmakedefine HAVE_SIZEOF_UNSIGNED_CHAR 1
#if defined(HAVE_SIZEOF_UNSIGNED_CHAR)
#define HAVE_UNSIGNED_CHAR 1
#endif
/* Defined to 1 if we have an unsigned short type. */
#cmakedefine HAVE_SIZEOF_UNSIGNED_SHORT 1
#if defined(HAVE_SIZEOF_UNSIGNED_SHORT)
#define HAVE_UNSIGNED_SHORT 1
#endif
/* At some point, allow for defining CHAR_IS_UNSIGNED. */
/* Define to 1 if the sys types header is required. */
/* TODO: Figure out the right way of using this with size_t. */
#cmakedefine HAVE_SYS_TYPES_H 1
#if defined(HAVE_SYS_TYPES_H)
#define NEED_SYS_TYPES_H 1
#endif
/* Defined to 1 if short external names are needed for linking. */
#cmakedefine NEED_SHORT_EXTERNAL_NAMES 1
/* Defined to 1 if incomplete types are broken. */
#cmakedefine INCOMPLETE_TYPES_BROKEN 1
/* Windows gets a special definition of boolean for some reason. */
#if defined(WIN32)
#if !defined(__RPCNDR_H__)
typedef unsigned char boolean;
#endif
#define HAVE_BOOLEAN
#endif