-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.in
450 lines (305 loc) · 10.8 KB
/
config.h.in
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to default pdsh connect timeout. */
#undef CONNECT_TIMEOUT
/* Define to default pdsh fanout. */
#undef DFLT_FANOUT
/* Path to dshgroup files */
#undef DSHGROUP_PATH
/* Define to 1 if licensed under terms of the GNU General Public License. */
#undef GPL_LICENSED
/* Define to 1 if you have the `argz_append' function. */
#undef HAVE_ARGZ_APPEND
/* Define to 1 if you have the `argz_create_sep' function. */
#undef HAVE_ARGZ_CREATE_SEP
/* Define to 1 if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H
/* Define to 1 if you have the `argz_insert' function. */
#undef HAVE_ARGZ_INSERT
/* Define to 1 if you have the `argz_next' function. */
#undef HAVE_ARGZ_NEXT
/* Define to 1 if you have the `argz_stringify' function. */
#undef HAVE_ARGZ_STRINGIFY
/* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
/* Define to 1 if you have the `atoi' function. */
#undef HAVE_ATOI
/* Define to 1 if you have the `bcopy' function. */
#undef HAVE_BCOPY
/* Define to 1 if you have the `closedir' function. */
#undef HAVE_CLOSEDIR
/* Define to 1 if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
don't. */
#undef HAVE_DECL_STRERROR_R
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H
/* Define if you have the GNU dld library. */
#undef HAVE_DLD
/* Define to 1 if you have the <dld.h> header file. */
#undef HAVE_DLD_H
/* Define to 1 if you have the `dlerror' function. */
#undef HAVE_DLERROR
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <dl.h> header file. */
#undef HAVE_DL_H
/* Define if you have the _dyld_func_lookup function. */
#undef HAVE_DYLD
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define to 1 if the system has the type `error_t'. */
#undef HAVE_ERROR_T
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the <features.h> header file. */
#undef HAVE_FEATURES_H
/* Define if genders library has genders_query. */
#undef HAVE_GENDERS_QUERY
/* Define to 1 if you have the `index' function. */
#undef HAVE_INDEX
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* have IPv6 */
#undef HAVE_IPV6
/* Define if you have Kerberos */
#undef HAVE_KRB4
/* Define if you have the libdl library or equivalent. */
#undef HAVE_LIBDL
/* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
#undef HAVE_LIBDMALLOC
/* define if you have libelan3. */
#undef HAVE_LIBELAN3
/* define if you have libelanctrl. */
#undef HAVE_LIBELANCTRL
/* define if you have libelanhosts. */
#undef HAVE_LIBELANHOSTS
/* Define if you have libgenders. */
#undef HAVE_LIBGENDERS
/* Define if you have libnodeupdown. */
#undef HAVE_LIBNODEUPDOWN
/* Define to 1 if you have the `readline' library (-lreadline). */
#undef HAVE_LIBREADLINE
/* Define if you have machines */
#undef HAVE_MACHINES
/* Define to 1 if you have the <mach-o/dyld.h> header file. */
#undef HAVE_MACH_O_DYLD_H
/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY
/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have mqshell. */
#undef HAVE_MQSHELL
/* Define if you have mrsh. */
#undef HAVE_MRSH
/* Define if struct msghdr has msg_accrights */
#undef HAVE_MSGHDR_ACCRIGHTS
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
/* Define if nodeattr program is available. */
#undef HAVE_NODEATTR
/* 5 param nodeupdown_load_data */
#undef HAVE_NODEUPDOWN_LOAD_DATA_5
/* 6 param nodeupdown_load_data */
#undef HAVE_NODEUPDOWN_LOAD_DATA_6
/* Define to 1 if you have the `opendir' function. */
#undef HAVE_OPENDIR
/* Define that you will use poll() */
#undef HAVE_POLL
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H
/* Define if libtool can extract symbol lists from object files. */
#undef HAVE_PRELOADED_SYMBOLS
/* Define if you have POSIX threads libraries and header files. */
#undef HAVE_PTHREAD
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
/* Define to 1 if you have the `pthread_sigmask' function. */
#undef HAVE_PTHREAD_SIGMASK
/* Define for Qshell support. */
#undef HAVE_QSHELL
/* Define to 1 if you have the `readdir' function. */
#undef HAVE_READDIR
/* Define if you are compiling with readline. */
#undef HAVE_READLINE
/* Define to 1 if you have the `rindex' function. */
#undef HAVE_RINDEX
/* Define if you have rmsquery */
#undef HAVE_RMSQUERY
/* Define to 1 if you have the `rresvport' function. */
#undef HAVE_RRESVPORT
/* Define to 1 if you have the `rresvport_af' function. */
#undef HAVE_RRESVPORT_AF
/* do we have sa_len in struct sockaddr */
#undef HAVE_SA_LEN
/* Define if you have SDR */
#undef HAVE_SDR
/* Define that you will use select() */
#undef HAVE_SELECT
/* Define if you have the shl_load function. */
#undef HAVE_SHL_LOAD
/* Define to 1 if you have the `sigthreadmask' function. */
#undef HAVE_SIGTHREADMASK
/* Define if you have slurm. */
#undef HAVE_SLURM
/* Define if you have the socklen_t type. */
#undef HAVE_SOCKLEN_T
#ifndef HAVE_SOCKLEN_T
# define HAVE_SOCKLEN_T
typedef int socklen_t;
#endif
/* Define if you have ssh. */
#undef HAVE_SSH
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR
/* Define to 1 if you have the `strcmp' function. */
#undef HAVE_STRCMP
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR
/* Define to 1 if you have the `strerror_r' function. */
#undef HAVE_STRERROR_R
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the `strrchr' function. */
#undef HAVE_STRRCHR
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
#undef HAVE_SYS_DIR_H
/* Define to 1 if you have the <sys/dl.h> header file. */
#undef HAVE_SYS_DL_H
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
#undef HAVE_SYS_NDIR_H
/* Define to 1 if you have the <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/sysmacros.h */
#undef HAVE_SYS_SYSMACROS_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H
/* Define if you have torque. */
#undef HAVE_TORQUE
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have XCPU. */
#undef HAVE_XCPU
/* Define if the OS needs help to load dependent libraries for dlopen(). */
#undef LTDL_DLOPEN_DEPLIBS
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LTDL_OBJDIR
/* Define to the name of the environment variable that determines the dynamic
library search path. */
#undef LTDL_SHLIBPATH_VAR
/* Define to the extension used for shared libraries, say, ".so". */
#undef LTDL_SHLIB_EXT
/* Define to the system default library search path. */
#undef LTDL_SYSSEARCHPATH
/* Define the project alias string (name-ver or name-ver-rel). */
#undef META_ALIAS
/* Define the project author. */
#undef META_AUTHOR
/* Define the project release date. */
#undef META_DATE
/* Define the libtool library 'age' version information. */
#undef META_LT_AGE
/* Define the libtool library 'current' version information. */
#undef META_LT_CURRENT
/* Define the libtool library 'revision' version information. */
#undef META_LT_REVISION
/* Define the project name. */
#undef META_NAME
/* Define the project release. */
#undef META_RELEASE
/* Define the project version. */
#undef META_VERSION
/* Define to 1 if you are building a production release. */
#undef NDEBUG
/* Define if dlsym() requires a leading underscore in symbol names. */
#undef NEED_USCORE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
#undef PTHREAD_CREATE_JOINABLE
/* Define to quoted, comma-separated, priority-ordered list of rcmd types */
#undef RCMD_RANK_LIST
/* Define to SSH connect timeout option */
#undef SSH_CONNECT_TIMEOUT_OPTION
/* Define if SSH supports a connect timeout option. */
#undef SSH_HAS_CONNECT_TIMEOUT
/* Use Static Modules */
#undef STATIC_MODULES
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 if strerror_r returns char *. */
#undef STRERROR_R_CHAR_P
/* Define for Qshell PAM support. */
#undef USE_PAM
/* Define if using dmalloc debugging malloc package. */
#undef WITH_DMALLOC
/* Have definition of lsd_fatal_error */
#undef WITH_LSD_FATAL_ERROR_FUNC
/* Have definition of lsd_nomem_error */
#undef WITH_LSD_NOMEM_FUNC
/* Define if you have pthreads */
#undef WITH_PTHREADS
/* Define if on AIX */
#undef _AIX
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* Define to default machines file. */
#undef _PATH_MACHINES
/* Path to nodeattr. */
#undef _PATH_NODEATTR
/* Path to rmsquery. */
#undef _PATH_RMSQUERY
/* Path to SDRGetObjects */
#undef _PATH_SDRGETOBJECTS
/* POSIX pthread semantics on Solaris */
#undef _POSIX_PTHREAD_SEMANTICS
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to a type to use for `error_t' if it is not otherwise available. */
#undef error_t
#ifdef WITH_DMALLOC
# include <stdlib.h>
# include <dmalloc.h>
#endif /* WITH_DMALLOC */
#ifdef _AIX
# define HAVE_MTSAFE_GETHOSTBYNAME 1
# define HAVE_MAGIC_RSHELL_CLEANUP 1
# define WANT_RECKLESS_HOSTRANGE_EXPANSION 1
#else
# define HAVE_MTSAFE_GETHOSTBYNAME 0
# define HAVE_MAGIC_RSHELL_CLEANUP 0
# define WANT_RECKLESS_HOSTRANGE_EXPANSION 0
#endif /* _AIX */