Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
Config.h
Go to the documentation of this file.
1/* Sources/Objectively/Config.h. Generated from Config.h.in by configure. */
2/* Sources/Objectively/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 <iconv.h> header file. */
10#define HAVE_ICONV_H 1
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 <pthread.h> header file. */
19#define HAVE_PTHREAD_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/time.h> header file. */
40#define HAVE_SYS_TIME_H 1
41
42/* Define to 1 if you have the <sys/types.h> header file. */
43#define HAVE_SYS_TYPES_H 1
44
45/* Define to 1 if you have the <unistd.h> header file. */
46#define HAVE_UNISTD_H 1
47
48/* Define to 1 if you have the <wchar.h> header file. */
49#define HAVE_WCHAR_H 1
50
51/* Define to the sub-directory where libtool stores uninstalled libraries. */
52#define LT_OBJDIR ".libs/"
53
54/* Name of package */
55#define PACKAGE "objectively"
56
57/* Define to the address where bug reports for this package should be sent. */
58#define PACKAGE_BUGREPORT "jay@jaydolan.com"
59
60/* Define to the full name of this package. */
61#define PACKAGE_NAME "Objectively"
62
63/* Define to the full name and version of this package. */
64#define PACKAGE_STRING "Objectively 1.0.0"
65
66/* Define to the one symbol short name of this package. */
67#define PACKAGE_TARNAME "objectively"
68
69/* Define to the home page for this package. */
70#define PACKAGE_URL ""
71
72/* Define to the version of this package. */
73#define PACKAGE_VERSION "1.0.0"
74
75/* Define to 1 if all of the C90 standard headers exist (not just the ones
76 required in a freestanding environment). This macro is provided for
77 backward compatibility; new code need not use it. */
78#define STDC_HEADERS 1
79
80/* Enable extensions on AIX 3, Interix. */
81#ifndef _ALL_SOURCE
82# define _ALL_SOURCE 1
83#endif
84/* Enable general extensions on macOS. */
85#ifndef _DARWIN_C_SOURCE
86# define _DARWIN_C_SOURCE 1
87#endif
88/* Enable general extensions on Solaris. */
89#ifndef __EXTENSIONS__
90# define __EXTENSIONS__ 1
91#endif
92/* Enable GNU extensions on systems that have them. */
93#ifndef _GNU_SOURCE
94# define _GNU_SOURCE 1
95#endif
96/* Enable X/Open compliant socket functions that do not require linking
97 with -lxnet on HP-UX 11.11. */
98#ifndef _HPUX_ALT_XOPEN_SOCKET_API
99# define _HPUX_ALT_XOPEN_SOCKET_API 1
100#endif
101/* Identify the host operating system as Minix.
102 This macro does not affect the system headers' behavior.
103 A future release of Autoconf may stop defining this macro. */
104#ifndef _MINIX
105/* # undef _MINIX */
106#endif
107/* Enable general extensions on NetBSD.
108 Enable NetBSD compatibility extensions on Minix. */
109#ifndef _NETBSD_SOURCE
110# define _NETBSD_SOURCE 1
111#endif
112/* Enable OpenBSD compatibility extensions on NetBSD.
113 Oddly enough, this does nothing on OpenBSD. */
114#ifndef _OPENBSD_SOURCE
115# define _OPENBSD_SOURCE 1
116#endif
117/* Define to 1 if needed for POSIX-compatible behavior. */
118#ifndef _POSIX_SOURCE
119/* # undef _POSIX_SOURCE */
120#endif
121/* Define to 2 if needed for POSIX-compatible behavior. */
122#ifndef _POSIX_1_SOURCE
123/* # undef _POSIX_1_SOURCE */
124#endif
125/* Enable POSIX-compatible threading on Solaris. */
126#ifndef _POSIX_PTHREAD_SEMANTICS
127# define _POSIX_PTHREAD_SEMANTICS 1
128#endif
129/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
130#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
131# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
132#endif
133/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
134#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
135# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
136#endif
137/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
138#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
139# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
140#endif
141/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
142#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
143# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
144#endif
145/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
146#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
147# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
148#endif
149/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
150#ifndef __STDC_WANT_LIB_EXT2__
151# define __STDC_WANT_LIB_EXT2__ 1
152#endif
153/* Enable extensions specified by ISO/IEC 24747:2009. */
154#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
155# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
156#endif
157/* Enable extensions on HP NonStop. */
158#ifndef _TANDEM_SOURCE
159# define _TANDEM_SOURCE 1
160#endif
161/* Enable X/Open extensions. Define to 500 only if necessary
162 to make mbstate_t available. */
163#ifndef _XOPEN_SOURCE
164/* # undef _XOPEN_SOURCE */
165#endif
166
167
168/* Version number of package */
169#define VERSION "1.0.0"