-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
866 lines (625 loc) · 22.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
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
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
/* config.h.in. Generated from configure.ac by autoheader. */
/*****
** ** Module Header *************************************************** **
** **
** Modules Revision 3.2 **
** Providing a flexible user environment **
** **
** Description: config.h.in (generated by autoheader from **
** configure.ac) **
** **
** ******************************************************************** **
****/
/** ** Copyright ******************************************************* **
** **
** Copyright 1991-1994 by John L. Furlan. **
** see LICENSE.GPL, which must be provided, for details **
** **
** ******************************************************************** **/
#ifndef __CONFIG_H__
#define __CONFIG_H__ 1
/* AUTOLOADPATH: This symbol, if defined, is the "default" path of directories
Tcl will look for functions to autoload. It is space separated! */
#undef AUTOLOADPATH
/* BASEPREFIX: Usually equivalent to /usr/local */
#undef BASEPREFIX
/* BEGINENV: Modules can save the initial user environment in the
.modulesbeginenv when the first module is loaded. If enabled then the
module update subcommand will work. If set to test, then this essentially
enables this feature, but will only work if the MODULESBEGINENV env.var is
set to a file name (e.g. '${HOME}/.modulesbeginenv.$$'- modules will do
one-level of variable expansion.) */
#undef BEGINENV
/* This symbol, if defined to 1, indicates that Modules should cache the
directories in MODULEPATH when doing an avail. */
#undef CACHE_AVAIL
/* CACHE_UMASK: This symbol, if defined, is used as the umask for creating
cachefiles for the module avail command. */
#undef CACHE_UMASK
/* CPPMINUS: This symbol contains the second part of the string which will
invoke the C preprocessor on the standard input and produce to standard
output. This symbol will have the value "-" if CPPSTDIN needs a minus to
specify standard input, otherwise the value is "". */
#undef CPPMINUS
/* CPPSTDIN: This symbol contains the first part of the string which will
invoke the C preprocessor on the standard input and produce to standard
output. Typical value of "cc -E" or "/lib/cpp". */
#undef CPPSTDIN
/* DEFAULTMANPATH: default man path */
#undef DEFAULTMANPATH
/* DOT_EXT: Set this to some extension value (e.g. .ext) to be appended onto
each shell dot-file name in the list for each shell for processing the
"module init*" commands. For example - C-shell: .cshrc.ext, .login.ext. */
#undef DOT_EXT
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
/* EVAL_ALIAS: This symbol, if defined, indicates that Modules should ask the
shell to evaluate aliases via stdout like other environment changes instead
of opening a file and then asking the shell to source the file and then
remove it. */
#undef EVAL_ALIAS
/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
#undef GWINSZ_IN_SYS_IOCTL
/* This symbol, if defined to 1, indicates that the Bourne shell can define
aliases */
#undef HAS_BOURNE_ALIAS
/* This symbol, if defined to 1, indicates that the Bourne shell can define
aliases as shell functions. */
#undef HAS_BOURNE_FUNCS
/* This symbol, if defined to 1, indicates that Environment Modules should
support extended TCL (tclX) commands. */
#undef HAS_TCLXLIBS
/* This symbol, if defined, indicates that the C program can use X11 directly.
*/
#undef HAS_X11LIBS
/* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
/* Define to 1 if you have the `atexit' function. */
#undef HAVE_ATEXIT
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
/* Define to 1 if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#undef HAVE_DCGETTEXT
/* Define to 1 if you have the declaration of `buffer', and to 0 if you don't.
*/
#undef HAVE_DECL_BUFFER
/* Define to 1 if you have the declaration of `environ', and to 0 if you
don't. */
#undef HAVE_DECL_ENVIRON
/* Define to 1 if you have the declaration of `index', and to 0 if you don't.
*/
#undef HAVE_DECL_INDEX
/* Define to 1 if you have the declaration of `remove', and to 0 if you don't.
*/
#undef HAVE_DECL_REMOVE
/* Define to 1 if you have the declaration of `shell_name', and to 0 if you
don't. */
#undef HAVE_DECL_SHELL_NAME
/* Define to 1 if you have the declaration of `strtok', and to 0 if you don't.
*/
#undef HAVE_DECL_STRTOK
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
*/
#undef HAVE_DECL_TZNAME
/* Define to 1 if you have the <dejagnu.h> header file. */
#undef HAVE_DEJAGNU_H
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#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 `dup2' function. */
#undef HAVE_DUP2
/* Define to 1 if you have the `exit' function. */
#undef HAVE_EXIT
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the `feof' function. */
#undef HAVE_FEOF
/* Define to 1 if you have the `fread' function. */
#undef HAVE_FREAD
/* Define to 1 if you have the `getdomainname' function. */
#undef HAVE_GETDOMAINNAME
/* Define to 1 if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME
/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT
/* Define to 1 if you have the `gmtime_r' function. */
#undef HAVE_GMTIME_R
/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV
/* Define to 1 if the system has the type `intptr_t'. */
#undef HAVE_INTPTR_T
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
declares uintmax_t. */
#undef HAVE_INTTYPES_H_WITH_UINTMAX
/* Define to 1 if you have the `ioctl' function. */
#undef HAVE_IOCTL
/* Defined to 1 if langinfo is available */
#undef HAVE_LANGINFO
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL
/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define to 1 if you have the `X11' library (-lX11). */
#undef HAVE_LIBX11
/* Define to 1 if you have the `Xmu' library (-lXmu). */
#undef HAVE_LIBXMU
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
/* Define to 1 if you have the `localtime_r' function. */
#undef HAVE_LOCALTIME_R
/* Define to 1 if the system has the type 'long long int'. */
#undef HAVE_LONG_LONG_INT
/* 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 `memset' function. */
#undef HAVE_MEMSET
/* Define to 1 if you have the <minix/config.h> header file. */
#undef HAVE_MINIX_CONFIG_H
/* Define to 1 if you have the `mktemp' function. */
#undef HAVE_MKTEMP
/* Define to 1 if you have the <modules_def.h> header file. */
#undef HAVE_MODULES_DEF_H
/* Define to 1 if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H
/* Defined to 1 if net/errno.h is available */
#undef HAVE_NET_ERRNO_H
/* Define to 1 if you have the `pthread_attr_setstacksize' function. */
#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
#undef HAVE_PTHREAD_MUTEX_RECURSIVE
/* Define if the POSIX multithreading library has read/write locks. */
#undef HAVE_PTHREAD_RWLOCK
/* Define to 1 if you have the `qsort' function. */
#undef HAVE_QSORT
/* Define to 1 if you have the `readdir_r' function. */
#undef HAVE_READDIR_R
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
and to 0 otherwise. */
#undef HAVE_REALLOC
/* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE
/* Define to 1 if `stat' has the bug that it succeeds when given the
zero-length file name argument. */
#undef HAVE_STAT_EMPTY_STRING_BUG
/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
uintmax_t. */
#undef HAVE_STDINT_H_WITH_UINTMAX
/* 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 `strcasecmp' function. */
#undef HAVE_STRCASECMP
/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR
/* Define to 1 if you have the `strcoll' function and it is properly defined.
*/
#undef HAVE_STRCOLL
/* Define to 1 if you have the `strcpy' function. */
#undef HAVE_STRCPY
/* Define to 1 if you have the `strcspn' function. */
#undef HAVE_STRCSPN
/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP
/* 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 `strlen' function. */
#undef HAVE_STRLEN
/* Define to 1 if you have the `strncmp' function. */
#undef HAVE_STRNCMP
/* Define to 1 if you have the `strncpy' function. */
#undef HAVE_STRNCPY
/* Define to 1 if you have the `strrchr' function. */
#undef HAVE_STRRCHR
/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR
/* Define to 1 if you have the `strtok' function. */
#undef HAVE_STRTOK
/* Defined to 1 if the dirent64 struct is available */
#undef HAVE_STRUCT_DIRENT64
/* Defined to 1 if the stat64 struct is available */
#undef HAVE_STRUCT_STAT64
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
/* Define to 1 if you have the <sysconf.h> header file. */
#undef HAVE_SYSCONF_H
/* Define to 1 if you have the `syslog' function. */
#undef HAVE_SYSLOG
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
/* Define to 1 if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
/* Define to 1 if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define to 1 if you have the <sys/modem.h> header file. */
#undef HAVE_SYS_MODEM_H
/* Define to 1 if you have the <sys/mode.h> header file. */
#undef HAVE_SYS_MODE_H
/* Define to 1 if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_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/termios.h> header file. */
#undef HAVE_SYS_TERMIOS_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_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 `tempnam' function. */
#undef HAVE_TEMPNAM
/* Define to 1 if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
/* Defined to 1 if the timezone variable is available */
#undef HAVE_TIMEZONE_VAR
/* Define to 1 if you have the `tmpnam' function. */
#undef HAVE_TMPNAM
/* Defined to 1 if tm_gmtoff is available in struct tm */
#undef HAVE_TM_GMTOFF
/* Defined to 1 if tm_tzadj is available in struct tm */
#undef HAVE_TM_TZADJ
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
`HAVE_STRUCT_TM_TM_ZONE' instead. */
#undef HAVE_TM_ZONE
/* Defined to 1 if the off64 type is available */
#undef HAVE_TYPE_OFF64_T
/* Define to 1 if you don't have `tm_zone' but do have the external array
`tzname'. */
#undef HAVE_TZNAME
/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
#undef HAVE_UINTMAX_T
/* Define to 1 if you have the `umask' function. */
#undef HAVE_UMASK
/* Define to 1 if you have the `uname' function. */
#undef HAVE_UNAME
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if the system has the type 'unsigned long long int'. */
#undef HAVE_UNSIGNED_LONG_LONG_INT
/* Define to 1 if you have the <varargs.h> header file. */
#undef HAVE_VARARGS_H
/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H
/* LMSPLIT_SIZE: This symbol, if defined, will force the environment variable
_LM_FILES_ to be split into smaller "chunks". */
#undef LMSPLIT_SIZE
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* MODULEPATH: Directory that contains all the system module files */
#undef MODULEPATH
/* MODULES_INIT_DIR: Directory that contains the modules init files. */
#undef MODULES_INIT_DIR
/* Defined to 1 if there is no dirent.h */
#undef NO_DIRENT_H
/* Defined to 1 if there is no dlfcn.h */
#undef NO_DLFCN_H
/* Defined to 1 if there is no errno.h */
#undef NO_ERRNO_H
/* Defined to 1 if there is no float.h */
#undef NO_FLOAT_H
/* Defined to 1 if there is no limits.h */
#undef NO_LIMITS_H
/* Defined to 1 if there is no stdlib.h */
#undef NO_STDLIB_H
/* Defined to 1 if there is no string.h */
#undef NO_STRING_H
/* Defined to 1 if there is no sys/wait.h */
#undef NO_SYS_WAIT_H
/* Defined to 1 if there is no values.h */
#undef NO_VALUES_H
/* Name of package */
#undef PACKAGE
/* 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
/* XIM peeking works under XFree86. */
#undef PEEK_XCLOSEIM
/* PHOSTNAME: Last resort to get the hostname, if uname() and gethostname()
are not available. */
#undef PHOSTNAME
/* PREFIX: Usually equivalent to /usr/local/Modules[/version_number] */
#undef PREFIX
/* Define to 1 if the C compiler supports function prototypes. */
#undef PROTOTYPES
/* Define if the pthread_in_use() detection is hard. */
#undef PTHREAD_IN_USE_DETECTION_HARD
/* Define to 1 if static build is requested */
#undef STATIC_BUILD
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Defined to 1 if compiling for debugging */
#undef TCL_COMPILE_DEBUG
/* Defined to 1 if compiling with stats */
#undef TCL_COMPILE_STATS
/* Defined to 1 if using Tcl's memdebug */
#undef TCL_MEM_DEBUG
/* Defined to 1 if using Tcl threads */
#undef TCL_THREADS
/* Defined to 1 if wide int is long */
#undef TCL_WIDE_INT_IS_LONG
/* Tcl wide int type */
#undef TCL_WIDE_INT_TYPE
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
macro is obsolete. */
#undef TIME_WITH_SYS_TIME
/* TMP_DIR: tmp directory name */
#undef TMP_DIR
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
/* Defined to 1 if using a.out.h */
#undef USE_A_OUT_H
/* Defined to 1 if using delta for tz */
#undef USE_DELTA_FOR_TZ
/* FIONBIO */
#undef USE_FIONBIO
/* This define enables calls to free() */
#undef USE_FREE
/* Define if the POSIX multithreading library can be used. */
#undef USE_POSIX_THREADS
/* Define if references to the POSIX multithreading library should be made
weak. */
#undef USE_POSIX_THREADS_WEAK
/* Define if the GNU Pth multithreading library can be used. */
#undef USE_PTH_THREADS
/* Define if references to the GNU Pth multithreading library should be made
weak. */
#undef USE_PTH_THREADS_WEAK
/* Defined to 1 if using sgtty */
#undef USE_SGTTY
/* Define if the old Solaris multithreading library can be used. */
#undef USE_SOLARIS_THREADS
/* Define if references to the old Solaris multithreading library should be
made weak. */
#undef USE_SOLARIS_THREADS_WEAK
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable general extensions on macOS. */
#ifndef _DARWIN_C_SOURCE
# undef _DARWIN_C_SOURCE
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Identify the host operating system as Minix.
This macro does not affect the system headers' behavior.
A future release of Autoconf may stop defining this macro. */
#ifndef _MINIX
# undef _MINIX
#endif
/* Enable general extensions on NetBSD.
Enable NetBSD compatibility extensions on Minix. */
#ifndef _NETBSD_SOURCE
# undef _NETBSD_SOURCE
#endif
/* Enable OpenBSD compatibility extensions on NetBSD.
Oddly enough, this does nothing on OpenBSD. */
#ifndef _OPENBSD_SOURCE
# undef _OPENBSD_SOURCE
#endif
/* Define to 1 if needed for POSIX-compatible behavior. */
#ifndef _POSIX_SOURCE
# undef _POSIX_SOURCE
#endif
/* Define to 2 if needed for POSIX-compatible behavior. */
#ifndef _POSIX_1_SOURCE
# undef _POSIX_1_SOURCE
#endif
/* Enable POSIX-compatible threading on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
# undef __STDC_WANT_IEC_60559_BFP_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
# undef __STDC_WANT_IEC_60559_DFP_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
# undef __STDC_WANT_IEC_60559_TYPES_EXT__
#endif
/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
#ifndef __STDC_WANT_LIB_EXT2__
# undef __STDC_WANT_LIB_EXT2__
#endif
/* Enable extensions specified by ISO/IEC 24747:2009. */
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
# undef __STDC_WANT_MATH_SPEC_FUNCS__
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable X/Open extensions. Define to 500 only if necessary
to make mbstate_t available. */
#ifndef _XOPEN_SOURCE
# undef _XOPEN_SOURCE
#endif
/* Defined to 1 if using sys/exec_aout.h */
#undef USE_SYS_EXEC_AOUT_H
/* Defined to 1 if using sys/exec.h */
#undef USE_SYS_EXEC_H
/* Defined to 1 if using termio */
#undef USE_TERMIO
/* Defined to 1 if using termios */
#undef USE_TERMIOS
/* Defined to 1 if trying to use the special thread-based allocator that
significantly reduces lock contention */
#undef USE_THREAD_ALLOC
/* Define if the native Windows multithreading API can be used. */
#undef USE_WINDOWS_THREADS
/* Version number of package */
#undef VERSION
/* VERSIONPATH: Directory that contains the env.modules version files. */
#undef VERSIONPATH
/* VERSION_MAGIC: By default, .version files will be required to have the
modulefile magic cookie to be valid, else an error message will be printed
out. */
#undef VERSION_MAGIC
/* Define to 1 if system wants Modules versions */
#undef WANTS_VERSIONING
/* WITH_DEBUG_INFO: Debug info level if defined ("44" is the highest value
that changes anything) */
#undef WITH_DEBUG_INFO
/* WITH_LOGGING: Syslog logging & facilities */
#undef WITH_LOGGING
/* */
#undef WITH_LOG_DIR
/* */
#undef WITH_LOG_FACILITY_DEBUG
/* */
#undef WITH_LOG_FACILITY_ERROR
/* */
#undef WITH_LOG_FACILITY_FATAL
/* */
#undef WITH_LOG_FACILITY_INFO
/* */
#undef WITH_LOG_FACILITY_PANIC
/* */
#undef WITH_LOG_FACILITY_PROB
/* */
#undef WITH_LOG_FACILITY_TRACE
/* */
#undef WITH_LOG_FACILITY_VERBOSE
/* */
#undef WITH_LOG_FACILITY_WARN
/* */
#undef WITH_TRACE_APROPOS
/* */
#undef WITH_TRACE_AVAIL
/* */
#undef WITH_TRACE_CLEAR
/* */
#undef WITH_TRACE_DISP
/* */
#undef WITH_TRACE_HELP
/* */
#undef WITH_TRACE_INIT
/* */
#undef WITH_TRACE_LIST
/* Tracking */
#undef WITH_TRACE_LOAD
/* */
#undef WITH_TRACE_PURGE
/* */
#undef WITH_TRACE_SWITCH
/* */
#undef WITH_TRACE_UNLOAD
/* */
#undef WITH_TRACE_UNUSE
/* */
#undef WITH_TRACE_UPDATE
/* */
#undef WITH_TRACE_USE
/* */
#undef WITH_TRACE_WHATIS
/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
/* Test define */
#undef _ISOC99_SOURCE
/* Test define */
#undef _LARGEFILE64_SOURCE
/* A define which is needed in sys/socket.h */
#undef _OE_SOCKETS
/* Defined to 1 if using POSIX pthread semantics */
#undef _POSIX_PTHREAD_SEMANTICS
/* If not defined, then Solaris will not define thread-safe library routines.
*/
#undef _REENTRANT
/* Defined to 1 if thread-safe */
#undef _THREAD_SAFE
/* Defined to 1 if using the XOPEN network library */
#undef _XOPEN_SOURCE
/* Defined to 1 if using the XOPEN network library */
#undef _XOPEN_SOURCE_EXTENDED
/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
/* Define to the type of a signed integer type wide enough to hold a pointer,
if such a type exists, and if the system does not define it. */
#undef intptr_t
/* Define to rpl_malloc if the replacement function should be used. */
#undef malloc
/* Define as a signed integer type capable of holding a process identifier. */
#undef pid_t
/* Define to rpl_realloc if the replacement function should be used. */
#undef realloc
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* Defined to fixstrtod if the orig. strtod was buggy */
#undef strtod
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
/* Define to unsigned long or unsigned long long if <stdint.h> and
<inttypes.h> don't define. */
#undef uintmax_t
#endif /* !__CONFIG_H__ */