ARTS  2.0.49
config.h
Go to the documentation of this file.
1 /* config.h.in. Generated from configure.in by autoheader. */
2 
3 #define _GNU_SOURCE 1
4 
5 /* Compile Flags */
6 #define COMPILE_FLAGS " -ftemplate-depth-60 -fopenmp -O2 -g -DNDEBUG"
7 
8 /* Compiler */
9 #define COMPILER "GNU C++ (/usr/bin/c++)"
10 
11 /* Default directory for ARTS include files */
12 #define ARTS_DEFAULT_INCLUDE_DIR "/home/olemke/Hacking/uhh/arts-20/includes"
13 
14 /* Define system constant */
15 #define LINUX 1
16 /* #undef OSX */
17 /* #undef WINDOWS */
18 
19 /* Threadprivate support */
20 /* #undef THREADPRIVATE_SUPPORTED */
21 
22 /* Define to compile with disort support */
23 /* #undef ENABLE_DISORT */
24 
25 /* Define to compile with zlib support */
26 #define ENABLE_ZLIB
27 
28 /* Define to compile with documentation server support */
29 #define ENABLE_DOCSERVER
30 
31 /* Define to compile with graphical user interface */
32 /* #undef ENABLE_GUI */
33 
34 /* Define to compile with NetCDF support */
35 /* #undef ENABLE_NETCDF */
36 
37 /* define if the compiler supports ISO C++ standard library */
38 /* #undef HAVE_STD */
39 
40 /* check existence of c header files */
41 #define HAVE_STDLIB_H 1
42 #define HAVE_STRINGS_H 1
43 #define HAVE_STRING_H 1
44 #define HAVE_SYS_STAT_H 1
45 #define HAVE_SYS_TIMES_H 1
46 #define HAVE_SYS_TYPES_H 1
47 #define HAVE_UNISTD_H 1
48 #define HAVE_GETOPT_H 1
49 
50 /* check existence of c header files for libmicrohttpd */
51 
52 #define HAVE_FCNTL_H 1
53 #define HAVE_MATH_H 1
54 #define HAVE_ERRNO_H 1
55 #define HAVE_LIMITS_H 1
56 #define HAVE_STDIO_H 1
57 #define HAVE_LOCALE_H 1
58 #define HAVE_PTHREAD_H 1
59 
60 /* check existence of additional c header files for libmicrohttpd */
61 
62 #define HAVE_SYS_TIME_H 1
63 #define HAVE_SYS_MSG_H 1
64 #define HAVE_NETDB_H 1
65 #define HAVE_NETINET_IN_H 1
66 #define HAVE_NETINET_TCP_H 1
67 #define HAVE_SYS_SOCKET_H 1
68 #define HAVE_SYS_MMAN_H 1
69 #define HAVE_ARPA_INET_H 1
70 #define HAVE_SYS_SELECT_H 1
71 #define HAVE_POLL_H 1
72 
73 /* check existence of c++ header files */
74 #define HAVE_CSTDLIB 1
75 #define HAVE_CSTRING 1
76 #define HAVE_SSTREAM 1
77 #define HAVE_CTIME 1
78 
79 /* check existence of functions */
80 #define HAVE_REMOVE
81 
82 /* availability of timer support */
83 #define TIME_SUPPORT 1
84 
85 /* Default Index type */
86 #define INDEX long
87 
88 /* Default Numeric type */
89 #define NUMERIC double
90 
91 /* Operating system name */
92 #define OS_NAME "Unix"
93 
94 /* define if bool is a built-in type */
95 #define HAVE_BOOL
96 
97 /* define if the compiler supports const_cast<> */
98 #define HAVE_CONST_CAST
99 
100 /* define if the compiler implements namespaces */
101 #define HAVE_NAMESPACES
102 
103 /* define if the compiler supports static_cast<> */
104 #define HAVE_STATIC_CAST
105 
106 /* define if the compiler supports basic templates */
107 #define HAVE_TEMPLATES
108 
109 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
110 #undef NO_MINUS_C_MINUS_O
111 
112 /* Operating system version */
113 #define OS_VERSION ""
114 
115 /* Name of package */
116 #define PACKAGE "arts"
117 
118 /* Define to the address where bug reports for this package should be sent. */
119 #undef PACKAGE_BUGREPORT
120 
121 /* Define to the full name of this package. */
122 #undef PACKAGE_NAME
123 
124 /* Define to the full name and version of this package. */
125 #undef PACKAGE_STRING
126 
127 /* Define to the one symbol short name of this package. */
128 #undef PACKAGE_TARNAME
129 
130 /* Define to the version of this package. */
131 #undef PACKAGE_VERSION
132 
133 /* The size of `int', as computed by sizeof. */
134 #define SIZEOF_INT 4
135 
136 /* The size of `long', as computed by sizeof. */
137 #define SIZEOF_LONG 8
138 
139 /* The size of `size_t', as computed by sizeof. */
140 #define SIZEOF_SIZE_T 8
141 
142 /* The size of `double', as computed by sizeof. */
143 #define SIZEOF_DOUBLE 8
144 
145 /* The size of `float', as computed by sizeof. */
146 #define SIZEOF_FLOAT 4
147 
148 /* Define to 1 if you have the ANSI C header files. */
149 #undef STDC_HEADERS
150 
151 /* Whether double precision is in use */
152 #define USE_DOUBLE
153 
154 /* Whether float precision is in use */
155 /* #undef USE_FLOAT */
156 
157 /* Macro to ignore unused function parameters */
158 #define _U_ __attribute((unused))
159 
160 /* Define to empty if `const' does not conform to ANSI C. */
161 /* #undef const */
162 
163 /* Define to `__inline__' or `__inline' if that's what the C compiler
164  calls it, or to nothing if 'inline' is not supported under any name. */
165 #ifndef __cplusplus
166 #undef inline
167 #endif
168 
169 /* Define to `unsigned int' if <sys/types.h> does not define. */
170 /* #undef size_t */
171