~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-01-05 21:10:03 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090105211003-mh6zc3um4k1uhsj7
Tags: 1:4.2.4p4+dfsg-8
It did not properly check the return value of EVP_VerifyFinal
which results in an malformed DSA signature being treated as
a good signature rather than as an error.  (CVE-2009-0021)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
3
/* Is adjtime() accurate? */
4
4
#undef ADJTIME_IS_ACCURATE
84
84
/* Meinberg clocks */
85
85
#undef CLOCK_MEINBERG
86
86
 
87
 
/* EES M201 MSF receiver */
88
 
#undef CLOCK_MSFEES
89
 
 
90
87
/* Magnavox MX4200 GPS receiver */
91
88
#undef CLOCK_MX4200
92
89
 
114
111
/* PST/Traconex 1020 WWV/WWVH receiver */
115
112
#undef CLOCK_PST
116
113
 
117
 
/* PTB modem service */
118
 
#undef CLOCK_PTBACTS
119
 
 
120
114
/* DCF77 raw time code */
121
115
#undef CLOCK_RAWDCF
122
116
 
138
132
/* KSI/Odetics TPRO/S GPS receiver/IRIG interface */
139
133
#undef CLOCK_TPRO
140
134
 
141
 
/* TRAK 8810 GPS receiver */
142
 
#undef CLOCK_TRAK
143
 
 
144
135
/* Trimble GPS receiver/TAIP protocol */
145
136
#undef CLOCK_TRIMTAIP
146
137
 
156
147
/* Ultralink M320 WWVB receiver? */
157
148
#undef CLOCK_ULINK
158
149
 
159
 
/* USNO modem service */
160
 
#undef CLOCK_USNO
161
 
 
162
150
/* VARITEXT protocol */
163
151
#undef CLOCK_VARITEXT
164
152
 
174
162
/* Enable debugging? */
175
163
#undef DEBUG
176
164
 
 
165
/* Enable processing time debugging? */
 
166
#undef DEBUG_TIMING
 
167
 
177
168
/* Declaration style */
178
169
#undef DECL_ADJTIME_0
179
170
 
214
205
#undef DECL_MKTEMP_0
215
206
 
216
207
/* Declaration style */
217
 
#undef DECL_MRAND48_0
218
 
 
219
 
/* Declaration style */
220
208
#undef DECL_NLIST_0
221
209
 
222
210
/* Declaration style */
241
229
#undef DECL_SIGVEC_0
242
230
 
243
231
/* Declaration style */
244
 
#undef DECL_SRAND48_0
245
 
 
246
 
/* Declaration style */
247
232
#undef DECL_STDIO_0
248
233
 
249
234
/* Declaration style */
285
270
/* The number of minutes in a DST adjustment */
286
271
#undef DSTMINUTES
287
272
 
288
 
/* Should we cache bad destination addresses? */
289
 
#undef ERRORCACHE
 
273
/* fopen(3) accepts a 'b' in the mode flag */
 
274
#undef FOPEN_BINARY_FLAG
 
275
 
 
276
/* fopen(3) accepts a 't' in the mode flag */
 
277
#undef FOPEN_TEXT_FLAG
290
278
 
291
279
/* force ntpdate to step the clock if !defined(STEP_SLEW) ? */
292
280
#undef FORCE_NTPDATE_STEP
293
281
 
 
282
/* What is getsockname()'s socklen type? */
 
283
#undef GETSOCKNAME_SOCKLEN_TYPE
 
284
 
 
285
/* Do we have a routing socket (struct rt_msghdr)? */
 
286
#undef HAS_ROUTING_SOCKET
 
287
 
294
288
/* Define to 1 if you have the <arpa/nameser.h> header file. */
295
289
#undef HAVE_ARPA_NAMESER_H
296
290
 
300
294
/* Define to 1 if you have the <bstring.h> header file. */
301
295
#undef HAVE_BSTRING_H
302
296
 
 
297
/* Define to 1 if you have the `canonicalize_file_name' function. */
 
298
#undef HAVE_CANONICALIZE_FILE_NAME
 
299
 
303
300
/* Do we have the CIOGETEV ioctl (SunOS, Linux)? */
304
301
#undef HAVE_CIOGETEV
305
302
 
312
309
/* Define to 1 if you have the `daemon' function. */
313
310
#undef HAVE_DAEMON
314
311
 
 
312
/* Define this if /dev/zero is readable device */
 
313
#undef HAVE_DEV_ZERO
 
314
 
 
315
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
316
   */
 
317
#undef HAVE_DIRENT_H
 
318
 
 
319
/* Define to 1 if you have the <dlfcn.h> header file. */
 
320
#undef HAVE_DLFCN_H
 
321
 
 
322
/* Use Rendezvous/DNS-SD registration */
 
323
#undef HAVE_DNSREGISTRATION
 
324
 
 
325
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 
326
#undef HAVE_DOPRNT
 
327
 
315
328
/* Can we drop root privileges? */
316
329
#undef HAVE_DROPROOT
317
330
 
339
352
/* Define to 1 if you have the `getdtablesize' function. */
340
353
#undef HAVE_GETDTABLESIZE
341
354
 
 
355
/* Define to 1 if you have the `getifaddrs' function. */
 
356
#undef HAVE_GETIFADDRS
 
357
 
342
358
/* Define to 1 if you have the `getrusage' function. */
343
359
#undef HAVE_GETRUSAGE
344
360
 
357
373
/* ISC: Use iflist_sysctl? */
358
374
#undef HAVE_IFLIST_SYSCTL
359
375
 
 
376
/* Define to 1 if the system has the type `int16_t'. */
 
377
#undef HAVE_INT16_T
 
378
 
 
379
/* Define to 1 if the system has the type `int32_t'. */
 
380
#undef HAVE_INT32_T
 
381
 
 
382
/* Define to 1 if the system has the type `int8_t'. */
 
383
#undef HAVE_INT8_T
 
384
 
 
385
/* Define to 1 if the system has the type `intptr_t'. */
 
386
#undef HAVE_INTPTR_T
 
387
 
360
388
/* Define to 1 if you have the <inttypes.h> header file. */
361
389
#undef HAVE_INTTYPES_H
362
390
 
384
412
/* Define to 1 if you have the `gen' library (-lgen). */
385
413
#undef HAVE_LIBGEN
386
414
 
 
415
/* Define to 1 if you have the <libgen.h> header file. */
 
416
#undef HAVE_LIBGEN_H
 
417
 
387
418
/* Define to 1 if you have the `kvm' library (-lkvm). */
388
419
#undef HAVE_LIBKVM
389
420
 
417
448
/* Define to 1 if you have the `syslog' library (-lsyslog). */
418
449
#undef HAVE_LIBSYSLOG
419
450
 
 
451
/* Define to 1 if you have the `xnet' library (-lxnet). */
 
452
#undef HAVE_LIBXNET
 
453
 
 
454
/* Define to 1 if you have the <limits.h> header file. */
 
455
#undef HAVE_LIMITS_H
 
456
 
420
457
/* Do we have Linux capabilities? */
421
458
#undef HAVE_LINUX_CAPABILITIES
422
459
 
459
496
/* Define to 1 if you have the `mlockall' function. */
460
497
#undef HAVE_MLOCKALL
461
498
 
462
 
/* Define to 1 if you have the `mrand48' function. */
463
 
#undef HAVE_MRAND48
 
499
/* Define to 1 if you have the `mmap' function. */
 
500
#undef HAVE_MMAP
 
501
 
 
502
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 
503
#undef HAVE_NDIR_H
464
504
 
465
505
/* Define to 1 if you have the <netdb.h> header file. */
466
506
#undef HAVE_NETDB_H
489
529
/* Define to 1 if you have the <net/if.h> header file. */
490
530
#undef HAVE_NET_IF_H
491
531
 
 
532
/* Define to 1 if you have the <net/route.h> header file. */
 
533
#undef HAVE_NET_ROUTE_H
 
534
 
492
535
/* Define to 1 if you have the `nice' function. */
493
536
#undef HAVE_NICE
494
537
 
501
544
/* Define to 1 if you have the `ntp_gettime' function. */
502
545
#undef HAVE_NTP_GETTIME
503
546
 
 
547
/* Define this if pathfind(3) works */
 
548
#undef HAVE_PATHFIND
 
549
 
504
550
/* Define to 1 if you have the `plock' function. */
505
551
#undef HAVE_PLOCK
506
552
 
519
565
/* Define to 1 if you have the `pututxline' function. */
520
566
#undef HAVE_PUTUTXLINE
521
567
 
522
 
/* Define to 1 if you have the `random' function. */
523
 
#undef HAVE_RANDOM
524
 
 
525
568
/* Define to 1 if you have the <readline/history.h> header file. */
526
569
#undef HAVE_READLINE_HISTORY_H
527
570
 
531
574
/* Define to 1 if you have the `readlink' function. */
532
575
#undef HAVE_READLINK
533
576
 
 
577
/* Define this if we have a functional realpath(3C) */
 
578
#undef HAVE_REALPATH
 
579
 
 
580
/* Define to 1 if you have the `recvmsg' function. */
 
581
#undef HAVE_RECVMSG
 
582
 
534
583
/* Define to 1 if you have the <resolv.h> header file. */
535
584
#undef HAVE_RESOLV_H
536
585
 
549
598
/* Define to 1 if you have the `sched_setscheduler' function. */
550
599
#undef HAVE_SCHED_SETSCHEDULER
551
600
 
 
601
/* Define to 1 if you have the <setjmp.h> header file. */
 
602
#undef HAVE_SETJMP_H
 
603
 
552
604
/* Define to 1 if you have the `setlinebuf' function. */
553
605
#undef HAVE_SETLINEBUF
554
606
 
594
646
/* Define to 1 if you have the `snprintf' function. */
595
647
#undef HAVE_SNPRINTF
596
648
 
597
 
/* Define to 1 if you have the `srand48' function. */
598
 
#undef HAVE_SRAND48
599
 
 
600
649
/* Does struct sockaddr_storage have ss_family? */
601
650
#undef HAVE_SS_FAMILY_IN_SS
602
651
 
 
652
/* Does struct sockaddr_storage have ss_len? */
 
653
#undef HAVE_SS_LEN_IN_SS
 
654
 
 
655
/* Define to 1 if you have the <stdarg.h> header file. */
 
656
#undef HAVE_STDARG_H
 
657
 
603
658
/* Define to 1 if you have the <stdint.h> header file. */
604
659
#undef HAVE_STDINT_H
605
660
 
618
673
/* Define to 1 if you have the `strerror' function. */
619
674
#undef HAVE_STRERROR
620
675
 
 
676
/* Define this if strftime() works */
 
677
#undef HAVE_STRFTIME
 
678
 
621
679
/* Define to 1 if you have the <strings.h> header file. */
622
680
#undef HAVE_STRINGS_H
623
681
 
624
682
/* Define to 1 if you have the <string.h> header file. */
625
683
#undef HAVE_STRING_H
626
684
 
 
685
/* Define to 1 if you have the `strrchr' function. */
 
686
#undef HAVE_STRRCHR
 
687
 
627
688
/* Define to 1 if you have the `strstr' function. */
628
689
#undef HAVE_STRSTR
629
690
 
639
700
/* Do we have struct snd_size? */
640
701
#undef HAVE_STRUCT_SND_SIZE
641
702
 
 
703
/* Define to 1 if `sin6_scope_id' is member of `struct sockaddr_in6'. */
 
704
#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
 
705
 
642
706
/* Does a system header define struct sockaddr_storage? */
643
707
#undef HAVE_STRUCT_SOCKADDR_STORAGE
644
708
 
654
718
/* Define to 1 if you have the `sysctl' function. */
655
719
#undef HAVE_SYSCTL
656
720
 
 
721
/* Define to 1 if you have the <sysexits.h> header file. */
 
722
#undef HAVE_SYSEXITS_H
 
723
 
657
724
/* Define to 1 if you have the <sys/audioio.h> header file. */
658
725
#undef HAVE_SYS_AUDIOIO_H
659
726
 
666
733
/* Define to 1 if you have the <sys/clockctl.h> header file. */
667
734
#undef HAVE_SYS_CLOCKCTL_H
668
735
 
 
736
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
737
   */
 
738
#undef HAVE_SYS_DIR_H
 
739
 
669
740
/* Define to 1 if you have the <sys/file.h> header file. */
670
741
#undef HAVE_SYS_FILE_H
671
742
 
678
749
/* Define to 1 if you have the <sys/ipc.h> header file. */
679
750
#undef HAVE_SYS_IPC_H
680
751
 
 
752
/* Define to 1 if you have the <sys/limits.h> header file. */
 
753
#undef HAVE_SYS_LIMITS_H
 
754
 
681
755
/* Define to 1 if you have the <sys/lock.h> header file. */
682
756
#undef HAVE_SYS_LOCK_H
683
757
 
687
761
/* Define to 1 if you have the <sys/modem.h> header file. */
688
762
#undef HAVE_SYS_MODEM_H
689
763
 
 
764
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
765
   */
 
766
#undef HAVE_SYS_NDIR_H
 
767
 
690
768
/* Define to 1 if you have the <sys/param.h> header file. */
691
769
#undef HAVE_SYS_PARAM_H
692
770
 
693
771
/* Define to 1 if you have the <sys/pcl720.h> header file. */
694
772
#undef HAVE_SYS_PCL720_H
695
773
 
 
774
/* Define to 1 if you have the <sys/poll.h> header file. */
 
775
#undef HAVE_SYS_POLL_H
 
776
 
696
777
/* Define to 1 if you have the <sys/ppsclock.h> header file. */
697
778
#undef HAVE_SYS_PPSCLOCK_H
698
779
 
702
783
/* Define to 1 if you have the <sys/prctl.h> header file. */
703
784
#undef HAVE_SYS_PRCTL_H
704
785
 
 
786
/* Define to 1 if you have the <sys/procset.h> header file. */
 
787
#undef HAVE_SYS_PROCSET_H
 
788
 
705
789
/* Define to 1 if you have the <sys/proc.h> header file. */
706
790
#undef HAVE_SYS_PROC_H
707
791
 
723
807
/* Define to 1 if you have the <sys/sio.h> header file. */
724
808
#undef HAVE_SYS_SIO_H
725
809
 
 
810
/* Define to 1 if you have the <sys/socket.h> header file. */
 
811
#undef HAVE_SYS_SOCKET_H
 
812
 
726
813
/* Define to 1 if you have the <sys/sockio.h> header file. */
727
814
#undef HAVE_SYS_SOCKIO_H
728
815
 
768
855
/* Define to 1 if you have the <sys/types.h> header file. */
769
856
#undef HAVE_SYS_TYPES_H
770
857
 
771
 
/* Define to 1 if you have the <sys/var.h> header file. */
772
 
#undef HAVE_SYS_VAR_H
 
858
/* Use sys/uio.h for struct iovec help */
 
859
#undef HAVE_SYS_UIO_H
 
860
 
 
861
/* Define to 1 if you have the <sys/un.h> header file. */
 
862
#undef HAVE_SYS_UN_H
773
863
 
774
864
/* Define to 1 if you have the <sys/wait.h> header file. */
775
865
#undef HAVE_SYS_WAIT_H
810
900
/* Do we have the TIO serial stuff? */
811
901
#undef HAVE_TIO_SERIAL_STUFF
812
902
 
813
 
/* Does u_int64_t exist */
 
903
/* Does u_int64_t exist? */
814
904
#undef HAVE_TYPE_U_INT64_T
815
905
 
816
 
/* Does u_int8_t exist */
 
906
/* Does u_int8_t exist? */
817
907
#undef HAVE_TYPE_U_INT8_T
818
908
 
 
909
/* Define to 1 if the system has the type `uint16_t'. */
 
910
#undef HAVE_UINT16_T
 
911
 
 
912
/* Define to 1 if the system has the type `uint32_t'. */
 
913
#undef HAVE_UINT32_T
 
914
 
 
915
/* Define to 1 if the system has the type `uint8_t'. */
 
916
#undef HAVE_UINT8_T
 
917
 
 
918
/* Define to 1 if the system has the type `uintptr_t'. */
 
919
#undef HAVE_UINTPTR_T
 
920
 
 
921
/* Define to 1 if the system has the type `uint_t'. */
 
922
#undef HAVE_UINT_T
 
923
 
819
924
/* Define to 1 if you have the `umask' function. */
820
925
#undef HAVE_UMASK
821
926
 
831
936
/* Define to 1 if you have the `updwtmpx' function. */
832
937
#undef HAVE_UPDWTMPX
833
938
 
 
939
/* Define to 1 if you have the <utime.h> header file. */
 
940
#undef HAVE_UTIME_H
 
941
 
834
942
/* Define to 1 if you have the <utmpx.h> header file. */
835
943
#undef HAVE_UTMPX_H
836
944
 
837
945
/* Define to 1 if you have the <utmp.h> header file. */
838
946
#undef HAVE_UTMP_H
839
947
 
 
948
/* Define to 1 if you have the <values.h> header file. */
 
949
#undef HAVE_VALUES_H
 
950
 
 
951
/* Define to 1 if you have the <varargs.h> header file. */
 
952
#undef HAVE_VARARGS_H
 
953
 
 
954
/* Define to 1 if you have the `vprintf' function. */
 
955
#undef HAVE_VPRINTF
 
956
 
840
957
/* Define to 1 if you have the `vsnprintf' function. */
841
958
#undef HAVE_VSNPRINTF
842
959
 
858
975
/* Does struct sockaddr_storage have __ss_family? */
859
976
#undef HAVE___SS_FAMILY_IN_SS
860
977
 
 
978
/* Does struct sockaddr_storage have __ss_len? */
 
979
#undef HAVE___SS_LEN_IN_SS
 
980
 
861
981
/* Should we use the IRIG sawtooth filter? */
862
982
#undef IRIG_SUCKS
863
983
 
 
984
/* Do we need to fix in6isaddr? */
 
985
#undef ISC_PLATFORM_FIXIN6ISADDR
 
986
 
 
987
/* ISC: do we have if_nametoindex()? */
 
988
#undef ISC_PLATFORM_HAVEIFNAMETOINDEX
 
989
 
864
990
/* ISC: have struct if_laddrconf? */
865
991
#undef ISC_PLATFORM_HAVEIF_LADDRCONF
866
992
 
876
1002
/* ISC: struct sockaddr as sa_len? */
877
1003
#undef ISC_PLATFORM_HAVESALEN
878
1004
 
 
1005
/* ISC: Have sin6_scope_id? */
 
1006
#undef ISC_PLATFORM_HAVESCOPEID
 
1007
 
 
1008
/* ISC: provide inet_aton() */
 
1009
#undef ISC_PLATFORM_NEEDATON
 
1010
 
879
1011
/* ISC: Need in6addr_any? */
880
1012
#undef ISC_PLATFORM_NEEDIN6ADDRANY
881
1013
 
882
1014
/* ISC: provide inet_ntop() */
883
1015
#undef ISC_PLATFORM_NEEDNTOP
884
1016
 
 
1017
/* Do we need our own in_port_t? */
 
1018
#undef ISC_PLATFORM_NEEDPORTT
 
1019
 
 
1020
/* ISC: provide inet_pton() */
 
1021
#undef ISC_PLATFORM_NEEDPTON
 
1022
 
885
1023
/* Does the kernel have an FLL bug? */
886
1024
#undef KERNEL_FLL_BUG
887
1025
 
900
1038
/* What is the name of TICK in the kernel? */
901
1039
#undef K_TICK_NAME
902
1040
 
903
 
/* nlist stuff */
904
 
#undef LIBELF_NLIST_STRUCT
905
 
 
906
1041
/* Should we align with the NIST lockclock scheme? */
907
1042
#undef LOCKCLOCK
908
1043
 
939
1074
/* Should we NOT read /dev/kmem? */
940
1075
#undef NOKMEM
941
1076
 
 
1077
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
1078
#undef NO_MINUS_C_MINUS_O
 
1079
 
 
1080
/* Define this if optional arguments are disallowed */
 
1081
#undef NO_OPTIONAL_OPT_ARGS
 
1082
 
 
1083
/* Should we avoid #warning on option name collisions? */
 
1084
#undef NO_OPTION_NAME_WARNINGS
 
1085
 
942
1086
/* Is there a problem using PARENB and IGNPAR (IRIX)? */
943
1087
#undef NO_PARENB_IGNPAR
944
1088
 
960
1104
/* Should we open the broadcast socket? */
961
1105
#undef OPEN_BCAST_SOCKET
962
1106
 
 
1107
/* need to recreate sockets on changed routing? */
 
1108
#undef OS_MISSES_SPECIFIC_ROUTE_UPDATES
 
1109
 
 
1110
/* wildcard socket needs to set REUSEADDR when binding to interface addresses
 
1111
   */
 
1112
#undef OS_NEEDS_REUSEADDR_FOR_IFADDRBIND
 
1113
 
963
1114
/* Do we need to override the system's idea of HZ? */
964
1115
#undef OVERRIDE_HZ
965
1116
 
996
1147
/* Preset a value for 'tickadj'? */
997
1148
#undef PRESET_TICKADJ
998
1149
 
999
 
/* Define if compiler has function prototypes */
 
1150
/* Define to 1 if the C compiler supports function prototypes. */
1000
1151
#undef PROTOTYPES
1001
1152
 
1002
1153
/* Does qsort expect to work on "void *" stuff? */
1008
1159
/* Basic refclock support? */
1009
1160
#undef REFCLOCK
1010
1161
 
 
1162
/* name of regex header file */
 
1163
#undef REGEX_HEADER
 
1164
 
1011
1165
/* Do we want the ReliantUNIX clock hacks? */
1012
1166
#undef RELIANTUNIX_CLOCK
1013
1167
 
1017
1171
/* Do we want the SCO clock hacks? */
1018
1172
#undef SCO5_CLOCK
1019
1173
 
 
1174
/* The size of a `char*', as computed by sizeof. */
 
1175
#undef SIZEOF_CHARP
 
1176
 
1020
1177
/* The size of a `int', as computed by sizeof. */
1021
1178
#undef SIZEOF_INT
1022
1179
 
1023
1180
/* The size of a `long', as computed by sizeof. */
1024
1181
#undef SIZEOF_LONG
1025
1182
 
 
1183
/* The size of a `short', as computed by sizeof. */
 
1184
#undef SIZEOF_SHORT
 
1185
 
1026
1186
/* The size of a `signed char', as computed by sizeof. */
1027
1187
#undef SIZEOF_SIGNED_CHAR
1028
1188
 
 
1189
/* The size of a `time_t', as computed by sizeof. */
 
1190
#undef SIZEOF_TIME_T
 
1191
 
1029
1192
/* Does SIOCGIFCONF return size in the buffer? */
1030
1193
#undef SIZE_RETURNED_IN_BUFFER
1031
1194
 
1041
1204
/* Step, then slew the clock? */
1042
1205
#undef STEP_SLEW
1043
1206
 
1044
 
/* Do we have STREAMS/TLI? (Can we replace this with HAVE_SYS_STROPTS_H?) */
1045
 
#undef STREAMS_TLI
1046
 
 
1047
 
/* canonical system (cpu-vendor-os) string */
 
1207
/* canonical system (cpu-vendor-os) of where we should run */
1048
1208
#undef STR_SYSTEM
1049
1209
 
1050
1210
/* Buggy syscall() (Solaris2.4)? */
1071
1231
/* Do we have the tty_clk line discipline/streams module? */
1072
1232
#undef TTYCLK
1073
1233
 
 
1234
/* Provide a typedef for uintptr_t? */
 
1235
#ifndef HAVE_UINTPTR_T
 
1236
typedef unsigned int    uintptr_t;
 
1237
#define HAVE_UINTPTR_T  1
 
1238
#endif
 
1239
 
 
1240
/* What type to use for setsockopt */
 
1241
#undef TYPEOF_IP_MULTICAST_LOOP
 
1242
 
1074
1243
/* Do we set process groups with -pid? */
1075
1244
#undef UDP_BACKWARDS_SETOWN
1076
1245
 
1077
 
/* use UDP Wildcard Delivery? */
1078
 
#undef UDP_WILDCARD_DELIVERY
1079
 
 
1080
1246
/* How do we create unsigned long constants? */
1081
1247
#undef ULONG_CONST
1082
1248
 
1095
1261
/* ISC: Want IPv6? */
1096
1262
#undef WANT_IPV6
1097
1263
 
 
1264
/* Define this if a working libregex can be found */
 
1265
#undef WITH_LIBREGEX
 
1266
 
1098
1267
/* Define to 1 if your processor stores words with the most significant byte
1099
1268
   first (like Motorola and SPARC, unlike Intel and VAX). */
1100
1269
#undef WORDS_BIGENDIAN
1102
1271
/* Handle ss_family */
1103
1272
#if !defined(HAVE_SS_FAMILY_IN_SS) && defined(HAVE___SS_FAMILY_IN_SS)
1104
1273
# define ss_family __ss_family
 
1274
#endif /* !defined(HAVE_SS_FAMILY_IN_SS) && defined(HAVE_SA_FAMILY_IN_SS) */
 
1275
 
 
1276
/* Handle ss_len */
 
1277
#if !defined(HAVE_SS_LEN_IN_SS) && defined(HAVE___SS_LEN_IN_SS)
1105
1278
# define ss_len __ss_len
1106
 
#endif /* !defined(HAVE_SS_FAMILY_IN_SS) && defined(HAVE_SA_FAMILY_IN_SS) */
 
1279
#endif /* !defined(HAVE_SS_LEN_IN_SS) && defined(HAVE_SA_LEN_IN_SS) */
1107
1280
 
1108
1281
/* Define to 1 if on AIX 3.
1109
1282
   System headers sometimes define this.
1127
1300
# undef __CHAR_UNSIGNED__
1128
1301
#endif
1129
1302
 
 
1303
/* Define like PROTOTYPES; this can be used by system headers. */
 
1304
#undef __PROTOTYPES
 
1305
 
1130
1306
/* Define to empty if `const' does not conform to ANSI C. */
1131
1307
#undef const
1132
1308
 
1151
1327
/* Define to `int' if <sys/types.h> doesn't define. */
1152
1328
#undef uid_t
1153
1329
 
 
1330
/* Alternate uintptr_t for systems without it. */
 
1331
#undef uintptr_t
 
1332
 
1154
1333
/* Does the compiler like "volatile"? */
1155
1334
#undef volatile