ObjectivelyMVC
0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
Sources
ObjectivelyMVC
Config.h
Go to the documentation of this file.
1
/* Sources/ObjectivelyMVC/Config.h. Generated from Config.h.in by configure. */
2
/* Sources/ObjectivelyMVC/Config.h.in. Generated from configure.ac by autoheader. */
3
4
#pragma once
5
6
/* Define to 1 if you have the <dlfcn.h> header file. */
7
#define HAVE_DLFCN_H 1
8
9
/* Define to 1 if you have the <GL/gl.h> header file. */
10
/* #undef HAVE_GL_GL_H */
11
12
/* Define to 1 if you have the <inttypes.h> header file. */
13
#define HAVE_INTTYPES_H 1
14
15
/* Define to 1 if you have the <minix/config.h> header file. */
16
/* #undef HAVE_MINIX_CONFIG_H */
17
18
/* Define to 1 if you have the <OpenGL/gl.h> header file. */
19
#define HAVE_OPENGL_GL_H 1
20
21
/* Define to 1 if you have the <stdint.h> header file. */
22
#define HAVE_STDINT_H 1
23
24
/* Define to 1 if you have the <stdio.h> header file. */
25
#define HAVE_STDIO_H 1
26
27
/* Define to 1 if you have the <stdlib.h> header file. */
28
#define HAVE_STDLIB_H 1
29
30
/* Define to 1 if you have the <strings.h> header file. */
31
#define HAVE_STRINGS_H 1
32
33
/* Define to 1 if you have the <string.h> header file. */
34
#define HAVE_STRING_H 1
35
36
/* Define to 1 if you have the <sys/stat.h> header file. */
37
#define HAVE_SYS_STAT_H 1
38
39
/* Define to 1 if you have the <sys/types.h> header file. */
40
#define HAVE_SYS_TYPES_H 1
41
42
/* Define to 1 if you have the <unistd.h> header file. */
43
#define HAVE_UNISTD_H 1
44
45
/* Define to 1 if you have the <wchar.h> header file. */
46
#define HAVE_WCHAR_H 1
47
48
/* Define to the sub-directory where libtool stores uninstalled libraries. */
49
#define LT_OBJDIR ".libs/"
50
51
/* Name of package */
52
#define PACKAGE "objectivelymvc"
53
54
/* Define to the address where bug reports for this package should be sent. */
55
#define PACKAGE_BUGREPORT "jay@jaydolan.com"
56
57
/* Define to the full name of this package. */
58
#define PACKAGE_NAME "ObjectivelyMVC"
59
60
/* Define to the full name and version of this package. */
61
#define PACKAGE_STRING "ObjectivelyMVC 0.1.0"
62
63
/* Define to the one symbol short name of this package. */
64
#define PACKAGE_TARNAME "objectivelymvc"
65
66
/* Define to the home page for this package. */
67
#define PACKAGE_URL ""
68
69
/* Define to the version of this package. */
70
#define PACKAGE_VERSION "0.1.0"
71
72
/* Define to 1 if all of the C90 standard headers exist (not just the ones
73
required in a freestanding environment). This macro is provided for
74
backward compatibility; new code need not use it. */
75
#define STDC_HEADERS 1
76
77
/* Enable extensions on AIX 3, Interix. */
78
#ifndef _ALL_SOURCE
79
# define _ALL_SOURCE 1
80
#endif
81
/* Enable general extensions on macOS. */
82
#ifndef _DARWIN_C_SOURCE
83
# define _DARWIN_C_SOURCE 1
84
#endif
85
/* Enable general extensions on Solaris. */
86
#ifndef __EXTENSIONS__
87
# define __EXTENSIONS__ 1
88
#endif
89
/* Enable GNU extensions on systems that have them. */
90
#ifndef _GNU_SOURCE
91
# define _GNU_SOURCE 1
92
#endif
93
/* Enable X/Open compliant socket functions that do not require linking
94
with -lxnet on HP-UX 11.11. */
95
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
96
# define _HPUX_ALT_XOPEN_SOCKET_API 1
97
#endif
98
/* Identify the host operating system as Minix.
99
This macro does not affect the system headers' behavior.
100
A future release of Autoconf may stop defining this macro. */
101
#ifndef _MINIX
102
/* # undef _MINIX */
103
#endif
104
/* Enable general extensions on NetBSD.
105
Enable NetBSD compatibility extensions on Minix. */
106
#ifndef _NETBSD_SOURCE
107
# define _NETBSD_SOURCE 1
108
#endif
109
/* Enable OpenBSD compatibility extensions on NetBSD.
110
Oddly enough, this does nothing on OpenBSD. */
111
#ifndef _OPENBSD_SOURCE
112
# define _OPENBSD_SOURCE 1
113
#endif
114
/* Define to 1 if needed for POSIX-compatible behavior. */
115
#ifndef _POSIX_SOURCE
116
/* # undef _POSIX_SOURCE */
117
#endif
118
/* Define to 2 if needed for POSIX-compatible behavior. */
119
#ifndef _POSIX_1_SOURCE
120
/* # undef _POSIX_1_SOURCE */
121
#endif
122
/* Enable POSIX-compatible threading on Solaris. */
123
#ifndef _POSIX_PTHREAD_SEMANTICS
124
# define _POSIX_PTHREAD_SEMANTICS 1
125
#endif
126
/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
127
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
128
# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
129
#endif
130
/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
131
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
132
# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
133
#endif
134
/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
135
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
136
# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
137
#endif
138
/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
139
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
140
# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
141
#endif
142
/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
143
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
144
# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
145
#endif
146
/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
147
#ifndef __STDC_WANT_LIB_EXT2__
148
# define __STDC_WANT_LIB_EXT2__ 1
149
#endif
150
/* Enable extensions specified by ISO/IEC 24747:2009. */
151
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
152
# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
153
#endif
154
/* Enable extensions on HP NonStop. */
155
#ifndef _TANDEM_SOURCE
156
# define _TANDEM_SOURCE 1
157
#endif
158
/* Enable X/Open extensions. Define to 500 only if necessary
159
to make mbstate_t available. */
160
#ifndef _XOPEN_SOURCE
161
/* # undef _XOPEN_SOURCE */
162
#endif
163
164
165
/* Version number of package */
166
#define VERSION "0.1.0"
Generated on Mon Aug 29 2022 09:32:58 for ObjectivelyMVC by
1.9.3