Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / include / autoconf.h.in
1 /* src/include/autoconf.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 /* BSD-Style get*byaddr_r */
7 #undef BSDSTYLE
8
9 /* style of ctime_r function */
10 #undef CTIMERSTYLE
11
12 /* Define to 1 to have OpenSSL version check enabled */
13 #undef ENABLE_OPENSSL_VERSION_CHECK
14
15 /* Define if your processor stores words with the most significant byte first
16    */
17 #undef FR_BIG_ENDIAN
18
19 /* Define if your processor stores words with the least significant byte first
20    */
21 #undef FR_LITTLE_ENDIAN
22
23 /* style of gethostbyaddr_r functions */
24 #undef GETHOSTBYADDRRSTYLE
25
26 /* style of gethostbyname_r functions */
27 #undef GETHOSTBYNAMERSTYLE
28
29 /* GNU-Style get*byaddr_r */
30 #undef GNUSTYLE
31
32 /* Define to 1 if you have the <arpa/inet.h> header file. */
33 #undef HAVE_ARPA_INET_H
34
35 /* Define if your compiler supports the __bounded__ attribute (usually OpenBSD
36    gcc). */
37 #undef HAVE_ATTRIBUTE_BOUNDED
38
39 /* Define to 1 if you have the `bindat' function. */
40 #undef HAVE_BINDAT
41
42 /* Define if we have a binary safe regular expression library */
43 #undef HAVE_BINSAFE_REGEX
44
45 /* Define if the compiler supports __builtin_bswap64 */
46 #undef HAVE_BUILTIN_BSWAP_64
47
48 /* Define if the compiler supports __builtin_choose_expr */
49 #undef HAVE_BUILTIN_CHOOSE_EXPR
50
51 /* Define if the compiler supports __builtin_types_compatible_p */
52 #undef HAVE_BUILTIN_TYPES_COMPATIBLE_P
53
54 /* Define to 1 if you have the <sys/capability.h> header file. */
55 #undef HAVE_CAPABILITY_H
56
57 /* Define to 1 if you have the `clock_gettime' function. */
58 #undef HAVE_CLOCK_GETTIME
59
60 /* Define to 1 if you have the `closefrom' function. */
61 #undef HAVE_CLOSEFROM
62
63 /* Define to 1 if you have the `collectdclient' library (-lcollectdclient). */
64 #undef HAVE_COLLECTDC_H
65
66 /* Do we have the crypt function */
67 #undef HAVE_CRYPT
68
69 /* Define to 1 if you have the <crypt.h> header file. */
70 #undef HAVE_CRYPT_H
71
72 /* Define to 1 if you have the `ctime_r' function. */
73 #undef HAVE_CTIME_R
74
75 /* Define to 1 if you have the declaration of `gethostbyaddr_r', and to 0 if
76    you don't. */
77 #undef HAVE_DECL_GETHOSTBYADDR_R
78
79 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
80    */
81 #undef HAVE_DIRENT_H
82
83 /* Define to 1 if you have the `dladdr' function. */
84 #undef HAVE_DLADDR
85
86 /* Define to 1 if you have the <dlfcn.h> header file. */
87 #undef HAVE_DLFCN_H
88
89 /* Define to 1 if you have the <errno.h> header file. */
90 #undef HAVE_ERRNO_H
91
92 /* define this if we have <execinfo.h> and symbols */
93 #undef HAVE_EXECINFO
94
95 /* Define to 1 if you have the `fcntl' function. */
96 #undef HAVE_FCNTL
97
98 /* Define to 1 if you have the <fcntl.h> header file. */
99 #undef HAVE_FCNTL_H
100
101 /* Define to 1 if you have the <features.h> header file. */
102 #undef HAVE_FEATURES_H
103
104 /* Define to 1 if you have the <fnmatch.h> header file. */
105 #undef HAVE_FNMATCH_H
106
107 /* Define to 1 if you have the `fopencookie' function. */
108 #undef HAVE_FOPENCOOKIE
109
110 /* Define to 1 if you have the `funopen' function. */
111 #undef HAVE_FUNOPEN
112
113 /* Define to 1 if you have the `getaddrinfo' function. */
114 #undef HAVE_GETADDRINFO
115
116 /* Define to 1 if you have the getgrnam_r. */
117 #undef HAVE_GETGRNAM_R
118
119 /* Define to 1 if you have the `getnameinfo' function. */
120 #undef HAVE_GETNAMEINFO
121
122 /* Define to 1 if you have the <getopt.h> header file. */
123 #undef HAVE_GETOPT_H
124
125 /* Define to 1 if you have the `getopt_long' function. */
126 #undef HAVE_GETOPT_LONG
127
128 /* Define to 1 if you have the `getpeereid' function. */
129 #undef HAVE_GETPEEREID
130
131 /* Define to 1 if you have the getpwnam_r. */
132 #undef HAVE_GETPWNAM_R
133
134 /* Define to 1 if you have the `getresuid' function. */
135 #undef HAVE_GETRESUID
136
137 /* Define to 1 if you have the `gettimeofday' function. */
138 #undef HAVE_GETTIMEOFDAY
139
140 /* Define to 1 if you have the `getusershell' function. */
141 #undef HAVE_GETUSERSHELL
142
143 /* Define to 1 if you have the <glob.h> header file. */
144 #undef HAVE_GLOB_H
145
146 /* Define to 1 if you have the `gmtime_r' function. */
147 #undef HAVE_GMTIME_R
148
149 /* Define to 1 if you have the <grp.h> header file. */
150 #undef HAVE_GRP_H
151
152 /* Define to 1 if you have the <history.h> header file. */
153 #undef HAVE_HISTORY_H
154
155 /* Define if the function (or macro) htonll exists. */
156 #undef HAVE_HTONLL
157
158 /* Define if the function (or macro) htonlll exists. */
159 #undef HAVE_HTONLLL
160
161 /* Define to 1 if you have the `if_indextoname' function. */
162 #undef HAVE_IF_INDEXTONAME
163
164 /* define if you have IN6_PKTINFO (Linux) */
165 #undef HAVE_IN6_PKTINFO
166
167 /* Define to 1 if you have the `inet_aton' function. */
168 #undef HAVE_INET_ATON
169
170 /* Define to 1 if you have the `inet_ntop' function. */
171 #undef HAVE_INET_NTOP
172
173 /* Define to 1 if you have the `inet_pton' function. */
174 #undef HAVE_INET_PTON
175
176 /* Define to 1 if you have the `initgroups' function. */
177 #undef HAVE_INITGROUPS
178
179 /* Define to 1 if you have the <inttypes.h> header file. */
180 #undef HAVE_INTTYPES_H
181
182 /* define if you have IP_PKTINFO (Linux) */
183 #undef HAVE_IP_PKTINFO
184
185 /* Define to 1 if you have the `kqueue' function. */
186 #undef HAVE_KQUEUE
187
188 /* Define to 1 if you have the `cap' library (-lcap). */
189 #undef HAVE_LIBCAP
190
191 /* Define to 1 if you have the `crypto' library (-lcrypto). */
192 #undef HAVE_LIBCRYPTO
193
194 /* Define to 1 if you have the `dl' library (-ldl). */
195 #undef HAVE_LIBDL
196
197 /* Define to 1 if you have the `nsl' library (-lnsl). */
198 #undef HAVE_LIBNSL
199
200 /* Define to 1 if you have the `pcap' library (-lpcap). */
201 #undef HAVE_LIBPCAP
202
203 /* Define if you have a readline compatible library */
204 #undef HAVE_LIBREADLINE
205
206 /* Define to 1 if you have the `resolv' library (-lresolv). */
207 #undef HAVE_LIBRESOLV
208
209 /* Define to 1 if you have the `socket' library (-lsocket). */
210 #undef HAVE_LIBSOCKET
211
212 /* Define to 1 if you have the `ssl' library (-lssl). */
213 #undef HAVE_LIBSSL
214
215 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
216 #undef HAVE_LIBWS2_32
217
218 /* Define to 1 if you have the <limits.h> header file. */
219 #undef HAVE_LIMITS_H
220
221 /* Define to 1 if you have the `localtime_r' function. */
222 #undef HAVE_LOCALTIME_R
223
224 /* Define to 1 if you have the <malloc.h> header file. */
225 #undef HAVE_MALLOC_H
226
227 /* Define to 1 if you have the `mallopt' function. */
228 #undef HAVE_MALLOPT
229
230 /* Define to 1 if you have the <memory.h> header file. */
231 #undef HAVE_MEMORY_H
232
233 /* Define to 1 if you have the `mkdirat' function. */
234 #undef HAVE_MKDIRAT
235
236 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
237 #undef HAVE_NDIR_H
238
239 /* Define to 1 if you have the <netdb.h> header file. */
240 #undef HAVE_NETDB_H
241
242 /* Define to 1 if you have the <netinet/in.h> header file. */
243 #undef HAVE_NETINET_IN_H
244
245 /* Define to 1 if you have the <net/if.h> header file. */
246 #undef HAVE_NET_IF_H
247
248 /* Define to 1 if you have the `openat' function. */
249 #undef HAVE_OPENAT
250
251 /* Define to 1 if you have the <openssl/crypto.h> header file. */
252 #undef HAVE_OPENSSL_CRYPTO_H
253
254 /* Define to 1 if you have the <openssl/engine.h> header file. */
255 #undef HAVE_OPENSSL_ENGINE_H
256
257 /* Define to 1 if you have the <openssl/err.h> header file. */
258 #undef HAVE_OPENSSL_ERR_H
259
260 /* Define to 1 if you have the <openssl/evp.h> header file. */
261 #undef HAVE_OPENSSL_EVP_H
262
263 /* Define to 1 if you have the <openssl/md4.h> header file. */
264 #undef HAVE_OPENSSL_MD4_H
265
266 /* Define to 1 if you have the <openssl/md5.h> header file. */
267 #undef HAVE_OPENSSL_MD5_H
268
269 /* Define to 1 if you have the <openssl/ocsp.h> header file. */
270 #undef HAVE_OPENSSL_OCSP_H
271
272 /* Define to 1 if you have the <openssl/sha.h> header file. */
273 #undef HAVE_OPENSSL_SHA_H
274
275 /* Define to 1 if you have the <openssl/ssl.h> header file. */
276 #undef HAVE_OPENSSL_SSL_H
277
278 /* Define to 1 if you have the `pcap_activate' function. */
279 #undef HAVE_PCAP_ACTIVATE
280
281 /* Define to 1 if you have the `pcap_create' function. */
282 #undef HAVE_PCAP_CREATE
283
284 /* Define to 1 if you have the `pcap_dump_fopen' function. */
285 #undef HAVE_PCAP_DUMP_FOPEN
286
287 /* Define to 1 if you have the `pcap_fopen_offline' function. */
288 #undef HAVE_PCAP_FOPEN_OFFLINE
289
290 /* Define to 1 if you have the <pcap.h> header file. */
291 #undef HAVE_PCAP_H
292
293 /* define this if we have libpcre */
294 #undef HAVE_PCRE
295
296 /* Define to 1 if you have the <prot.h> header file. */
297 #undef HAVE_PROT_H
298
299 /* Define to 1 if you have the <pthread.h> header file. */
300 #undef HAVE_PTHREAD_H
301
302 /* Define to 1 if you have the `pthread_sigmask' function. */
303 #undef HAVE_PTHREAD_SIGMASK
304
305 /* Define to 1 if you have the <pwd.h> header file. */
306 #undef HAVE_PWD_H
307
308 /* Define to 1 if you have the <readline.h> header file. */
309 #undef HAVE_READLINE_H
310
311 /* Define if your readline library has \`add_history' */
312 #undef HAVE_READLINE_HISTORY
313
314 /* Define to 1 if you have the <readline/history.h> header file. */
315 #undef HAVE_READLINE_HISTORY_H
316
317 /* Define to 1 if you have the <readline/readline.h> header file. */
318 #undef HAVE_READLINE_READLINE_H
319
320 /* Define if we have any regular expression library */
321 #undef HAVE_REGEX
322
323 /* Define to 1 if you have the `regncomp' function. */
324 #undef HAVE_REGNCOMP
325
326 /* Define to 1 if you have the `regnexec' function. */
327 #undef HAVE_REGNEXEC
328
329 /* define this if we have REG_EXTENDED (from <regex.h>) */
330 #undef HAVE_REG_EXTENDED
331
332 /* Define to 1 if you have the <resource.h> header file. */
333 #undef HAVE_RESOURCE_H
334
335 /* Define to 1 if you have the <semaphore.h> header file. */
336 #undef HAVE_SEMAPHORE_H
337
338 /* Define to 1 if you have the `setlinebuf' function. */
339 #undef HAVE_SETLINEBUF
340
341 /* Define to 1 if you have the `setresuid' function. */
342 #undef HAVE_SETRESUID
343
344 /* Define to 1 if you have the `setsid' function. */
345 #undef HAVE_SETSID
346
347 /* Define to 1 if you have the `setuid' function. */
348 #undef HAVE_SETUID
349
350 /* Define to 1 if you have the `setvbuf' function. */
351 #undef HAVE_SETVBUF
352
353 /* Define to 1 if you have the <siad.h> header file. */
354 #undef HAVE_SIAD_H
355
356 /* Define to 1 if you have the <sia.h> header file. */
357 #undef HAVE_SIA_H
358
359 /* Define to 1 if you have the `sigaction' function. */
360 #undef HAVE_SIGACTION
361
362 /* Define to 1 if you have the <signal.h> header file. */
363 #undef HAVE_SIGNAL_H
364
365 /* Define to 1 if you have the `sigprocmask' function. */
366 #undef HAVE_SIGPROCMASK
367
368 /* Define if the type sig_t is defined by signal.h */
369 #undef HAVE_SIG_T
370
371 /* Define to 1 if you have the `snprintf' function. */
372 #undef HAVE_SNPRINTF
373
374 /* Define to 1 if you have the `SSL_get_client_random' function. */
375 #undef HAVE_SSL_GET_CLIENT_RANDOM
376
377 /* Define to 1 if you have the <stdbool.h> header file. */
378 #undef HAVE_STDBOOL_H
379
380 /* Define to 1 if you have the <stddef.h> header file. */
381 #undef HAVE_STDDEF_H
382
383 /* Define to 1 if you have the <stdint.h> header file. */
384 #undef HAVE_STDINT_H
385
386 /* Define to 1 if you have the <stdio.h> header file. */
387 #undef HAVE_STDIO_H
388
389 /* Define to 1 if you have the <stdlib.h> header file. */
390 #undef HAVE_STDLIB_H
391
392 /* Define to 1 if you have the `strcasecmp' function. */
393 #undef HAVE_STRCASECMP
394
395 /* Define to 1 if you have the <strings.h> header file. */
396 #undef HAVE_STRINGS_H
397
398 /* Define to 1 if you have the <string.h> header file. */
399 #undef HAVE_STRING_H
400
401 /* Define to 1 if you have the `strlcat' function. */
402 #undef HAVE_STRLCAT
403
404 /* Define to 1 if you have the `strlcpy' function. */
405 #undef HAVE_STRLCPY
406
407 /* Define to 1 if you have the `strncasecmp' function. */
408 #undef HAVE_STRNCASECMP
409
410 /* Define to 1 if you have the `strsep' function. */
411 #undef HAVE_STRSEP
412
413 /* Define to 1 if you have the `strsignal' function. */
414 #undef HAVE_STRSIGNAL
415
416 /* Generic DNS lookups */
417 #undef HAVE_STRUCT_ADDRINFO
418
419 /* IPv6 address structure */
420 #undef HAVE_STRUCT_IN6_ADDR
421
422 /* IPv6 socket addresses */
423 #undef HAVE_STRUCT_SOCKADDR_IN6
424
425 /* Generic socket addresses */
426 #undef HAVE_STRUCT_SOCKADDR_STORAGE
427
428 /* Define to 1 if you have the <syslog.h> header file. */
429 #undef HAVE_SYSLOG_H
430
431 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
432    */
433 #undef HAVE_SYS_DIR_H
434
435 /* Define to 1 if you have the <sys/event.h> header file. */
436 #undef HAVE_SYS_EVENT_H
437
438 /* Define to 1 if you have the <sys/fcntl.h> header file. */
439 #undef HAVE_SYS_FCNTL_H
440
441 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
442    */
443 #undef HAVE_SYS_NDIR_H
444
445 /* Define to 1 if you have the <sys/prctl.h> header file. */
446 #undef HAVE_SYS_PRCTL_H
447
448 /* Define to 1 if you have the <sys/ptrace.h> header file. */
449 #undef HAVE_SYS_PTRACE_H
450
451 /* Define to 1 if you have the <sys/resource.h> header file. */
452 #undef HAVE_SYS_RESOURCE_H
453
454 /* Define to 1 if you have the <sys/security.h> header file. */
455 #undef HAVE_SYS_SECURITY_H
456
457 /* Define to 1 if you have the <sys/select.h> header file. */
458 #undef HAVE_SYS_SELECT_H
459
460 /* Define to 1 if you have the <sys/socket.h> header file. */
461 #undef HAVE_SYS_SOCKET_H
462
463 /* Define to 1 if you have the <sys/stat.h> header file. */
464 #undef HAVE_SYS_STAT_H
465
466 /* Define to 1 if you have the <sys/time.h> header file. */
467 #undef HAVE_SYS_TIME_H
468
469 /* Define to 1 if you have the <sys/types.h> header file. */
470 #undef HAVE_SYS_TYPES_H
471
472 /* Define to 1 if you have the <sys/un.h> header file. */
473 #undef HAVE_SYS_UN_H
474
475 /* Define to 1 if you have the <sys/wait.h> header file. */
476 #undef HAVE_SYS_WAIT_H
477
478 /* Define to 1 if you have the function talloc_set_memlimit. */
479 #undef HAVE_TALLOC_SET_MEMLIMIT
480
481 /* 128 bit unsigned integer */
482 #undef HAVE_UINT128_T
483
484 /* Define to 1 if you have the <unistd.h> header file. */
485 #undef HAVE_UNISTD_H
486
487 /* Define to 1 if you have the `unlinkat' function. */
488 #undef HAVE_UNLINKAT
489
490 /* Define to 1 if you have the <utime.h> header file. */
491 #undef HAVE_UTIME_H
492
493 /* Define to 1 if you have the <utmpx.h> header file. */
494 #undef HAVE_UTMPX_H
495
496 /* Define to 1 if you have the <utmp.h> header file. */
497 #undef HAVE_UTMP_H
498
499 /* Define to 1 if you have the `vdprintf' function. */
500 #undef HAVE_VDPRINTF
501
502 /* Define to 1 if you have the `vsnprintf' function. */
503 #undef HAVE_VSNPRINTF
504
505 /* Define to 1 if you have the <winsock.h> header file. */
506 #undef HAVE_WINSOCK_H
507
508 /* compiler specific 128 bit unsigned integer */
509 #undef HAVE___UINT128_T
510
511 /* define if you have OSFC2 authentication */
512 #undef OSFC2
513
514 /* define if you have OSFSIA authentication */
515 #undef OSFSIA
516
517 /* Define to the address where bug reports for this package should be sent. */
518 #undef PACKAGE_BUGREPORT
519
520 /* Define to the full name of this package. */
521 #undef PACKAGE_NAME
522
523 /* Define to the full name and version of this package. */
524 #undef PACKAGE_STRING
525
526 /* Define to the one symbol short name of this package. */
527 #undef PACKAGE_TARNAME
528
529 /* Define to the home page for this package. */
530 #undef PACKAGE_URL
531
532 /* Define to the version of this package. */
533 #undef PACKAGE_VERSION
534
535 /* Posix-Style ctime_r */
536 #undef POSIXSTYLE
537
538 /* Version integer in format <ma><ma><mi><mi><in><in> */
539 #undef RADIUSD_VERSION
540
541 /* Commit HEAD at time of configuring */
542 #undef RADIUSD_VERSION_COMMIT
543
544 /* Raw version string from VERSION file */
545 #undef RADIUSD_VERSION_STRING
546
547 /* Define as the return type of signal handlers (`int' or `void'). */
548 #undef RETSIGTYPE
549
550 /* Solaris-Style ctime_r */
551 #undef SOLARISSTYLE
552
553 /* Define to 1 if you have the ANSI C header files. */
554 #undef STDC_HEADERS
555
556 /* SYSV-Style get*byaddr_r */
557 #undef SYSVSTYLE
558
559 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
560 #undef TIME_WITH_SYS_TIME
561
562 /* Define if the compiler supports a thread local storage class */
563 #undef TLS_STORAGE_CLASS
564
565 /* Enable extensions on AIX 3, Interix.  */
566 #ifndef _ALL_SOURCE
567 # undef _ALL_SOURCE
568 #endif
569 /* Enable GNU extensions on systems that have them.  */
570 #ifndef _GNU_SOURCE
571 # undef _GNU_SOURCE
572 #endif
573 /* Enable threading extensions on Solaris.  */
574 #ifndef _POSIX_PTHREAD_SEMANTICS
575 # undef _POSIX_PTHREAD_SEMANTICS
576 #endif
577 /* Enable extensions on HP NonStop.  */
578 #ifndef _TANDEM_SOURCE
579 # undef _TANDEM_SOURCE
580 #endif
581 /* Enable general extensions on Solaris.  */
582 #ifndef __EXTENSIONS__
583 # undef __EXTENSIONS__
584 #endif
585
586
587 /* include support for Ascend binary filter attributes */
588 #undef WITH_ASCEND_BINARY
589
590 /* define if you want DHCP support */
591 #undef WITH_DHCP
592
593 /* define if the server was built with -DNDEBUG */
594 #undef WITH_NDEBUG
595
596 /* define if you want TCP support (For RADSec et al) */
597 #undef WITH_TCP
598
599 /* define if you want thread support */
600 #undef WITH_THREADS
601
602 /* define if you want udpfromto */
603 #undef WITH_UDPFROMTO
604
605 /* define if you want VMPS support */
606 #undef WITH_VMPS
607
608 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
609    significant byte first (like Motorola and SPARC, unlike Intel). */
610 #if defined AC_APPLE_UNIVERSAL_BUILD
611 # if defined __BIG_ENDIAN__
612 #  define WORDS_BIGENDIAN 1
613 # endif
614 #else
615 # ifndef WORDS_BIGENDIAN
616 #  undef WORDS_BIGENDIAN
617 # endif
618 #endif
619
620 /* Enable large inode numbers on Mac OS X 10.5.  */
621 #ifndef _DARWIN_USE_64_BIT_INODE
622 # define _DARWIN_USE_64_BIT_INODE 1
623 #endif
624
625 /* Number of bits in a file offset, on hosts where this is settable. */
626 #undef _FILE_OFFSET_BITS
627
628 /* Define for large files, on AIX-style hosts. */
629 #undef _LARGE_FILES
630
631 /* Define to 1 if on MINIX. */
632 #undef _MINIX
633
634 /* Define to 2 if the system does not provide POSIX.1 features except with
635    this defined. */
636 #undef _POSIX_1_SOURCE
637
638 /* Define to 1 if you need to in order for `stat' and other things to work. */
639 #undef _POSIX_SOURCE
640
641 /* Force OSX >= 10.7 Lion to use RFC2292 IPv6 socket options */
642 #undef __APPLE_USE_RFC_3542
643
644 /* Define to empty if `const' does not conform to ANSI C. */
645 #undef const
646
647 /* Define to `int' if <sys/types.h> doesn't define. */
648 #undef gid_t
649
650 /* Define to `long int' if <sys/types.h> does not define. */
651 #undef off_t
652
653 /* Define to `int' if <sys/types.h> does not define. */
654 #undef pid_t
655
656 /* Define to `unsigned int' if <sys/types.h> does not define. */
657 #undef size_t
658
659 /* socklen_t is generally 'int' on systems which don't use it */
660 #undef socklen_t
661
662 /* Define to `int' if <sys/types.h> doesn't define. */
663 #undef uid_t
664
665 /* uint16_t should be the canonical '2 octets' for network traffic */
666 #undef uint16_t
667
668 /* uint32_t should be the canonical 'network integer' */
669 #undef uint32_t
670
671 /* uint64_t is required for larger counters */
672 #undef uint64_t
673
674 /* uint8_t should be the canonical 'octet' for network traffic */
675 #undef uint8_t
676
677 /* define to something if you don't have ut_xtime in struct utmpx */
678 #undef ut_xtime
679
680 #include <freeradius-devel/automask.h>