1/* mpe_logging_conf.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* The configuration header enables CLOG2 implementation related API */
7#undef CLOG_IMPL
8
9/* Define if stdint.h should be before system headers */
10#undef FIX_STDINT_ORDER
11
12/* Define if CRAY's FCD string is found */
13#undef HAVE_CRAY_FCD_STRING
14
15/* Define to 1 if you have the <fcntl.h> header file. */
16#undef HAVE_FCNTL_H
17
18/* Define to 1 if you have the `gethostname' function. */
19#undef HAVE_GETHOSTNAME
20
21/* Define to 1 if you have the <inttypes.h> header file. */
22#undef HAVE_INTTYPES_H
23
24/* Define if libpthread.a(so) is defined */
25#undef HAVE_LIBPTHREAD
26
27/* Define to 1 if you have the `lrand48' function. */
28#undef HAVE_LRAND48
29
30/* Define to 1 if you have the <memory.h> header file. */
31#undef HAVE_MEMORY_H
32
33/* Define to 1 if you have the `mkstemp' function. */
34#undef HAVE_MKSTEMP
35
36/* Define to 1 if O_BINARY flag for open() exists. */
37#undef HAVE_O_BINARY
38
39/* Define to 1 if O_LARGEFILE flag for open() exists. */
40#undef HAVE_O_LARGEFILE
41
42/* Define if PMPI_Comm_Create_keyval() available */
43#undef HAVE_PMPI_COMM_CREATE_KEYVAL
44
45/* Define if PMPI_Comm_free_keyval() available */
46#undef HAVE_PMPI_COMM_FREE_KEYVAL
47
48/* Define if PMPI_Comm_get_attr() available */
49#undef HAVE_PMPI_COMM_GET_ATTR
50
51/* Define if PMPI_Comm_set_attr() available */
52#undef HAVE_PMPI_COMM_SET_ATTR
53
54/* Define to 1 if you have the <pthread.h> header file. */
55#undef HAVE_PTHREAD_H
56
57/* Define to 1 if you have the `snprintf' function. */
58#undef HAVE_SNPRINTF
59
60/* Define to 1 if you have the `srand48' function. */
61#undef HAVE_SRAND48
62
63/* Define to 1 if you have the <stdint.h> header file. */
64#undef HAVE_STDINT_H
65
66/* Define to 1 if you have the <stdio.h> header file. */
67#undef HAVE_STDIO_H
68
69/* Define to 1 if you have the <stdlib.h> header file. */
70#undef HAVE_STDLIB_H
71
72/* Define to 1 if you have the <strings.h> header file. */
73#undef HAVE_STRINGS_H
74
75/* Define to 1 if you have the <string.h> header file. */
76#undef HAVE_STRING_H
77
78/* Define to 1 if you have the <sys/bitypes.h> header file. */
79#undef HAVE_SYS_BITYPES_H
80
81/* Define to 1 if you have the <sys/stat.h> header file. */
82#undef HAVE_SYS_STAT_H
83
84/* Define to 1 if you have the <sys/time.h> header file. */
85#undef HAVE_SYS_TIME_H
86
87/* Define to 1 if you have the <sys/types.h> header file. */
88#undef HAVE_SYS_TYPES_H
89
90/* Define to 1 if you have the <unistd.h> header file. */
91#undef HAVE_UNISTD_H
92
93/* Define if gethostname needs a declaration */
94#undef NEEDS_GETHOSTNAME_DECL
95
96/* Define if lrand48 needs a declaration */
97#undef NEEDS_LRAND48_DECL
98
99/* Define if mkstemp needs a declaration */
100#undef NEEDS_MKSTEMP_DECL
101
102/* Define if snprintf needs a declaration */
103#undef NEEDS_SNPRINTF_DECL
104
105/* Define if srand48 needs a declaration */
106#undef NEEDS_SRAND48_DECL
107
108/* Define to 1 if your C compiler doesn't accept -c and -o together. */
109#undef NO_MINUS_C_MINUS_O
110
111/* Define to the address where bug reports for this package should be sent. */
112#undef PACKAGE_BUGREPORT
113
114/* Define to the full name of this package. */
115#undef PACKAGE_NAME
116
117/* Define to the full name and version of this package. */
118#undef PACKAGE_STRING
119
120/* Define to the one symbol short name of this package. */
121#undef PACKAGE_TARNAME
122
123/* Define to the home page for this package. */
124#undef PACKAGE_URL
125
126/* Define to the version of this package. */
127#undef PACKAGE_VERSION
128
129/* The size of `char', as computed by sizeof. */
130#undef SIZEOF_CHAR
131
132/* The size of `int', as computed by sizeof. */
133#undef SIZEOF_INT
134
135/* define if sizeof(int) = sizeof(void*) */
136#undef SIZEOF_INT_IS_AINT
137
138/* The size of `long', as computed by sizeof. */
139#undef SIZEOF_LONG
140
141/* The size of `long long', as computed by sizeof. */
142#undef SIZEOF_LONG_LONG
143
144/* The size of `short', as computed by sizeof. */
145#undef SIZEOF_SHORT
146
147/* The size of `void *', as computed by sizeof. */
148#undef SIZEOF_VOID_P
149
150/* Define to 1 if you have the ANSI C header files. */
151#undef STDC_HEADERS
152
153/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
154   significant byte first (like Motorola and SPARC, unlike Intel). */
155#if defined AC_APPLE_UNIVERSAL_BUILD
156# if defined __BIG_ENDIAN__
157#  define WORDS_BIGENDIAN 1
158# endif
159#else
160# ifndef WORDS_BIGENDIAN
161#  undef WORDS_BIGENDIAN
162# endif
163#endif
164
165/* Enable large inode numbers on Mac OS X 10.5.  */
166#ifndef _DARWIN_USE_64_BIT_INODE
167# define _DARWIN_USE_64_BIT_INODE 1
168#endif
169
170/* Number of bits in a file offset, on hosts where this is settable. */
171#undef _FILE_OFFSET_BITS
172
173/* Define if 64-bit file address support in 32-bit OS. */
174#undef _LARGEFILE64_SOURCE
175
176/* Define for large files, on AIX-style hosts. */
177#undef _LARGE_FILES
178
179/* Define to empty if `const' does not conform to ANSI C. */
180#undef const
181
182
183/* Temporary fix of undefined int64_t on SLES8 with "icc -no-gcc" */
184#if defined(FIX_STDINT_ORDER)
185#include "clog_inttypes.h"
186#endif
187
188/* Define WINDOWS specific features */
189/*
190   Windows' open() opens an ASCII file by default, add Windows specific
191   flag O_BINARY to open()'s argument
192*/
193#if !defined( OPEN )
194
195#if defined(HAVE_WINDOWS_H)
196
197#define OPEN( a, b, c )    open( a, b | O_BINARY, c )
198
199#else
200
201#if defined(HAVE_O_LARGEFILE)
202
203#if defined(HAVE_O_BINARY)
204#define OPEN( a, b, c )    open( a, b | O_LARGEFILE | O_BINARY, c )
205#else
206#define OPEN( a, b, c )    open( a, b | O_LARGEFILE, c )
207#endif    /* HAVE_O_BINARY */
208
209#else
210
211#if defined(HAVE_O_BINARY)
212#define OPEN( a, b, c )    open( a, b | O_BINARY, c )
213#else
214#define OPEN( a, b, c )    open( a, b, c )
215#endif    /* HAVE_O_BINARY */
216
217#endif    /* HAVE_O_LARGEFILE */
218
219#endif    /* HAVE_WINDOWS_H */
220
221#endif    /* OPEN */
222
223