forked from SchedMD/slurm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
617 lines (418 loc) · 15.3 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
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Define BLCR installation home */
#undef BLCR_HOME
/* Define location of cpuset directory */
#undef CPUSET_DIR
/* Define to 1 for debugger partial task attach support. */
#undef DEBUGGER_PARTIAL_ATTACH
/* Define to 1 if using glib-2.32.0 or higher */
#undef GLIB_NEW_THREADS
/* Define to 1 if using gtk+-2.14.0 or higher */
#undef GTK2_USE_GET_FOCUS
/* Define to 1 if using gtk+-2.10.0 or higher */
#undef GTK2_USE_RADIO_SET
/* Define to 1 if using gtk+-2.12.0 or higher */
#undef GTK2_USE_TOOLTIP
/* Make sure we get the 1.8 HDF5 API */
#undef H5_NO_DEPRECATED_SYMBOLS
/* Define to 1 if 3-dimensional architecture */
#undef HAVE_3D
/* Define to 1 for Cray XT/XE systems using ALPS */
#undef HAVE_ALPS_CRAY
/* Define to 1 for emulating a Cray XT/XE system using ALPS */
#undef HAVE_ALPS_CRAY_EMULATION
/* Define to 1 if running against an ALPS emulation */
#undef HAVE_ALPS_EMULATION
/* Define to 1 if you have the `cfmakeraw' function. */
#undef HAVE_CFMAKERAW
/* Define to 1 for systems with a Cray network */
#undef HAVE_CRAY_NETWORK
/* Define to 1 if you have the <curses.h> header file. */
#undef HAVE_CURSES_H
/* Define to 1 if DataWarp library found */
#undef HAVE_DATAWARP
/* Define to 1 if you have the declaration of `hstrerror', and to 0 if you
don't. */
#undef HAVE_DECL_HSTRERROR
/* 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 declaration of `strsignal', and to 0 if you
don't. */
#undef HAVE_DECL_STRSIGNAL
/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
don't. */
#undef HAVE_DECL_SYS_SIGLIST
/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the `eaccess' function. */
#undef HAVE_EACCESS
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define to 1 if you have the `faccessat' function. */
#undef HAVE_FACCESSAT
/* Define to 1 if you have the `fdatasync' function. */
#undef HAVE_FDATASYNC
/* Define to 1 if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
/* Define to 1 if freeipmi library found */
#undef HAVE_FREEIPMI
/* Define to 1 if running slurmd on front-end only */
#undef HAVE_FRONT_END
/* Define to 1 if you have the `get_current_dir_name' function. */
#undef HAVE_GET_CURRENT_DIR_NAME
/* Defined if you have HDF5 support */
#undef HAVE_HDF5
/* Define to 1 if you have the `hstrerror' function. */
#undef HAVE_HSTRERROR
/* Define to 1 if hwloc library found */
#undef HAVE_HWLOC
/* Define to 1 if you have the `inet_aton' function. */
#undef HAVE_INET_ATON
/* Define to 1 if you have the `inet_ntop' function. */
#undef HAVE_INET_NTOP
/* Define to 1 if you have the `inet_pton' function. */
#undef HAVE_INET_PTON
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define if you are compiling with json. */
#undef HAVE_JSON
/* Define if headers in include/json-c. */
#undef HAVE_JSON_C_INC
/* Define if headers in include/json. */
#undef HAVE_JSON_INC
/* Define to 1 if you have the <kstat.h> header file. */
#undef HAVE_KSTAT_H
/* Define to 1 if you have a functional curl library. */
#undef HAVE_LIBCURL
/* Define to 1 if you have the `ucp' library (-lucp). */
#undef HAVE_LIBUCP
/* Define to 1 if you have `z' library (-lz) */
#undef HAVE_LIBZ
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define to 1 if you have the <linux/sched.h> header file. */
#undef HAVE_LINUX_SCHED_H
/* Define to 1 if we have the Lua library */
#undef HAVE_LUA
/* Define to 1 if you have 'lz4' library (-llz4) */
#undef HAVE_LZ4
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC
/* Define to 1 if you have the <mcheck.h> header file. */
#undef HAVE_MCHECK_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the `mtrace' function. */
#undef HAVE_MTRACE
/* Define to 1 if using MySQL libaries */
#undef HAVE_MYSQL
/* Define to 1 for running on a Cray in native mode without ALPS */
#undef HAVE_NATIVE_CRAY
/* Define to 1 if alpscomm functions new to CLE 5.2UP01 are defined */
#undef HAVE_NATIVE_CRAY_GA
/* Define to 1 if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
/* Define to 1 if netloc library found */
#undef HAVE_NETLOC
/* Define to 1 if netloc includes use underscore not subdirectory */
#undef HAVE_NETLOC_NOSUB
/* define if you have nrt.h */
#undef HAVE_NRT_H
/* define if numa library installed */
#undef HAVE_NUMA
/* Define to 1 if ofed library found */
#undef HAVE_OFED
/* Define to 1 if using code with pma_query_via */
#undef HAVE_OFED_PMA_QUERY_VIA
/* define if you have openssl. */
#undef HAVE_OPENSSL
/* define if you have the PAM library */
#undef HAVE_PAM
/* Define to 1 if you have the <pam/pam_appl.h> header file. */
#undef HAVE_PAM_PAM_APPL_H
/* Define to 1 if you have the <paths.h> header file. */
#undef HAVE_PATHS_H
/* Define to 1 if pmix library found */
#undef HAVE_PMIX
/* Define if libc sets program_invocation_name */
#undef HAVE_PROGRAM_INVOCATION_NAME
/* 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
/* Have PTHREAD_PRIO_INHERIT. */
#undef HAVE_PTHREAD_PRIO_INHERIT
/* Define to 1 if you have the `ptrace64' function. */
#undef HAVE_PTRACE64
/* Define to 1 if you have the <pty.h> header file. */
#undef HAVE_PTY_H
/* Define if you are compiling with readline. */
#undef HAVE_READLINE
/* Define to 1 for running on a real Cray system */
#undef HAVE_REAL_CRAY
/* Define to 1 if you have the `sched_setaffinity' function. */
#undef HAVE_SCHED_SETAFFINITY
/* Define to 1 if you have the <security/pam_appl.h> header file. */
#undef HAVE_SECURITY_PAM_APPL_H
/* Define to 1 if you have the `setproctitle' function. */
#undef HAVE_SETPROCTITLE
/* Define to 1 if you have the `setresuid' function. */
#undef HAVE_SETRESUID
/* Define to 1 if you have the <socket.h> header file. */
#undef HAVE_SOCKET_H
/* Define to 1 if libssh2 found */
#undef HAVE_SSH2
/* Define to 1 if you have the `statfs' function. */
#undef HAVE_STATFS
/* Define to 1 if you have the `statvfs' function. */
#undef HAVE_STATVFS
/* Define to 1 if you have the <stdbool.h> header file. */
#undef HAVE_STDBOOL_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* 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 `strlcpy' function. */
#undef HAVE_STRLCPY
/* Define to 1 if you have the `strndup' function. */
#undef HAVE_STRNDUP
/* Define to 1 if you have the `strsignal' function. */
#undef HAVE_STRSIGNAL
/* Define to 1 if you have the `sysctlbyname' function. */
#undef HAVE_SYSCTLBYNAME
/* Define to 1 if you have the <sysint.h> header file. */
#undef HAVE_SYSINT_H
/* Define systemd presence */
#undef HAVE_SYSTEMD
/* Define to 1 if you have the <sys/dr.h> header file. */
#undef HAVE_SYS_DR_H
/* Define to 1 if you have the <sys/ipc.h> header file. */
#undef HAVE_SYS_IPC_H
/* Define to 1 if you have the <sys/prctl.h> header file. */
#undef HAVE_SYS_PRCTL_H
/* Define to 1 if you have the <sys/ptrace.h> header file. */
#undef HAVE_SYS_PTRACE_H
/* Define to 1 if you have the <sys/sem.h> header file. */
#undef HAVE_SYS_SEM_H
/* Define to 1 if you have the <sys/shm.h> header file. */
#undef HAVE_SYS_SHM_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* Define to 1 if you have the <sys/statfs.h> header file. */
#undef HAVE_SYS_STATFS_H
/* Define to 1 if you have the <sys/statvfs.h> header file. */
#undef HAVE_SYS_STATVFS_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/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_H
/* Define to 1 if you have the <sys/syslog.h> header file. */
#undef HAVE_SYS_SYSLOG_H
/* Define to 1 if you have the <sys/systemcfg.h> header file. */
#undef HAVE_SYS_SYSTEMCFG_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/vfs.h> header file. */
#undef HAVE_SYS_VFS_H
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
/* Define to 1 if you have the <termcap.h> header file. */
#undef HAVE_TERMCAP_H
/* Define to 1 if ucx library found */
#undef HAVE_UCX
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the <utmp.h> header file. */
#undef HAVE_UTMP_H
/* Define to 1 if you have the <values.h> header file. */
#undef HAVE_VALUES_H
/* Define if you have __progname. */
#undef HAVE__PROGNAME
/* Define to 1 if you have the external variable, _system_configuration with a
member named physmem. */
#undef HAVE__SYSTEM_CONFIGURATION
/* Define to 1 if the system has the `__builtin_clzll' built-in function */
#undef HAVE___BUILTIN_CLZLL
/* Define to 1 if the system has the `__builtin_ctzll' built-in function */
#undef HAVE___BUILTIN_CTZLL
/* Define to 1 if the system has the `__builtin_popcountll' built-in function
*/
#undef HAVE___BUILTIN_POPCOUNTLL
/* Defined if libcurl supports AsynchDNS */
#undef LIBCURL_FEATURE_ASYNCHDNS
/* Defined if libcurl supports IDN */
#undef LIBCURL_FEATURE_IDN
/* Defined if libcurl supports IPv6 */
#undef LIBCURL_FEATURE_IPV6
/* Defined if libcurl supports KRB4 */
#undef LIBCURL_FEATURE_KRB4
/* Defined if libcurl supports libz */
#undef LIBCURL_FEATURE_LIBZ
/* Defined if libcurl supports NTLM */
#undef LIBCURL_FEATURE_NTLM
/* Defined if libcurl supports SSL */
#undef LIBCURL_FEATURE_SSL
/* Defined if libcurl supports SSPI */
#undef LIBCURL_FEATURE_SSPI
/* Defined if libcurl supports DICT */
#undef LIBCURL_PROTOCOL_DICT
/* Defined if libcurl supports FILE */
#undef LIBCURL_PROTOCOL_FILE
/* Defined if libcurl supports FTP */
#undef LIBCURL_PROTOCOL_FTP
/* Defined if libcurl supports FTPS */
#undef LIBCURL_PROTOCOL_FTPS
/* Defined if libcurl supports HTTP */
#undef LIBCURL_PROTOCOL_HTTP
/* Defined if libcurl supports HTTPS */
#undef LIBCURL_PROTOCOL_HTTPS
/* Defined if libcurl supports IMAP */
#undef LIBCURL_PROTOCOL_IMAP
/* Defined if libcurl supports LDAP */
#undef LIBCURL_PROTOCOL_LDAP
/* Defined if libcurl supports POP3 */
#undef LIBCURL_PROTOCOL_POP3
/* Defined if libcurl supports RTSP */
#undef LIBCURL_PROTOCOL_RTSP
/* Defined if libcurl supports SMTP */
#undef LIBCURL_PROTOCOL_SMTP
/* Defined if libcurl supports TELNET */
#undef LIBCURL_PROTOCOL_TELNET
/* Defined if libcurl supports TFTP */
#undef LIBCURL_PROTOCOL_TFTP
/* Define the libnrt.so location */
#undef LIBNRT_SO
/* Define to 1 for --get-user-env to load user environment without .login */
#undef LOAD_ENV_NO_LOGIN
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
*/
#undef MAJOR_IN_MKDEV
/* Define to 1 if `major', `minor', and `makedev' are declared in
<sysmacros.h>. */
#undef MAJOR_IN_SYSMACROS
/* Define to 1 for memory leak debugging. */
#undef MEMORY_LEAK_DEBUG
/* Enable multiple slurmd on one node */
#undef MULTIPLE_SLURMD
/* Define to 1 if you are building a production release. */
#undef NDEBUG
/* 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 home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define PAM module installation directory. */
#undef PAM_DIR
/* Define the project's name. */
#undef PROJECT
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
#undef PTHREAD_CREATE_JOINABLE
/* Define to 1 if ptrace takes five arguments. */
#undef PTRACE_FIVE_ARGS
/* Define the project's release. */
#undef RELEASE
/* Define to 1 for salloc to kill child processes at job termination */
#undef SALLOC_KILL_CMD
/* Define to 1 to require salloc execution in the foreground. */
#undef SALLOC_RUN_FOREGROUND
/* Define to 1 if sched_getaffinity takes three arguments. */
#undef SCHED_GETAFFINITY_THREE_ARGS
/* Define to 1 if sched_getaffinity takes two arguments. */
#undef SCHED_GETAFFINITY_TWO_ARGS
/* Define if you need setproctitle padding */
#undef SETPROCTITLE_PS_PADDING
/* Define to the setproctitle() emulation type */
#undef SETPROCTITLE_STRATEGY
/* Define path to sleep command */
#undef SLEEP_CMD
/* Define the default port number for slurmctld */
#undef SLURMCTLD_PORT
/* Define the default port count for slurmctld */
#undef SLURMCTLD_PORT_COUNT
/* Define the default port number for slurmdbd */
#undef SLURMDBD_PORT
/* Define the default port number for slurmd */
#undef SLURMD_PORT
/* API current age */
#undef SLURM_API_AGE
/* API current version */
#undef SLURM_API_CURRENT
/* API current major */
#undef SLURM_API_MAJOR
/* API current rev */
#undef SLURM_API_REVISION
/* Define the API's version */
#undef SLURM_API_VERSION
/* Define if your architecture's byteorder is big endian. */
#undef SLURM_BIGENDIAN
/* Define the project's major version. */
#undef SLURM_MAJOR
/* Define the project's micro version. */
#undef SLURM_MICRO
/* Define the project's minor version. */
#undef SLURM_MINOR
/* Define Slurm installation prefix */
#undef SLURM_PREFIX
/* Slurm Version Number */
#undef SLURM_VERSION_NUMBER
/* Define the project's version string. */
#undef SLURM_VERSION_STRING
/* 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 path to su command */
#undef SUCMD
/* 3-dimensional architecture */
#undef SYSTEM_DIMENSIONS
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define slurm_ prefix function aliases for plugins */
#undef USE_ALIAS
/* define if using ISO 8601 time format */
#undef USE_ISO_8601
/* Define the project's version. */
#undef VERSION
/* Using internal Slurm X11 support */
#undef WITH_SLURM_X11
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Define curl_free() as free() if our version of curl lacks curl_free. */
#undef curl_free
/* Define to rpl_malloc if the replacement function should be used. */
#undef malloc