~ubuntu-branches/ubuntu/gutsy/ntp/gutsy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-18 22:41:56 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070518224156-563ruqxsxvqvoy8h
Tags: 1:4.2.4p0+dfsg-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - Update version in conflicts/replaces to that which was shipped in edgy,
    which was later than that in Debian (due to the ubuntuX).
  - Change default server to ntp.ubuntu.com.
  - Remove stop links from rc0 and rc6
  - Call dh_installinit with --error-handler
  - Set Ubuntu maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
135
132
/* KSI/Odetics TPRO/S GPS receiver/IRIG interface */
136
133
#undef CLOCK_TPRO
137
134
 
138
 
/* TRAK 8810 GPS receiver */
139
 
#undef CLOCK_TRAK
140
 
 
141
135
/* Trimble GPS receiver/TAIP protocol */
142
136
#undef CLOCK_TRIMTAIP
143
137
 
168
162
/* Enable debugging? */
169
163
#undef DEBUG
170
164
 
 
165
/* Enable processing time debugging? */
 
166
#undef DEBUG_TIMING
 
167
 
171
168
/* Declaration style */
172
169
#undef DECL_ADJTIME_0
173
170
 
273
270
/* The number of minutes in a DST adjustment */
274
271
#undef DSTMINUTES
275
272
 
 
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
 
278
 
276
279
/* force ntpdate to step the clock if !defined(STEP_SLEW) ? */
277
280
#undef FORCE_NTPDATE_STEP
278
281
 
 
282
/* What is getsockname()'s socklen type? */
 
283
#undef GETSOCKNAME_SOCKLEN_TYPE
 
284
 
279
285
/* Do we have a routing socket (struct rt_msghdr)? */
280
286
#undef HAS_ROUTING_SOCKET
281
287
 
288
294
/* Define to 1 if you have the <bstring.h> header file. */
289
295
#undef HAVE_BSTRING_H
290
296
 
 
297
/* Define to 1 if you have the `canonicalize_file_name' function. */
 
298
#undef HAVE_CANONICALIZE_FILE_NAME
 
299
 
291
300
/* Do we have the CIOGETEV ioctl (SunOS, Linux)? */
292
301
#undef HAVE_CIOGETEV
293
302
 
300
309
/* Define to 1 if you have the `daemon' function. */
301
310
#undef HAVE_DAEMON
302
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
 
303
322
/* Use Rendezvous/DNS-SD registration */
304
323
#undef HAVE_DNSREGISTRATION
305
324
 
 
325
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 
326
#undef HAVE_DOPRNT
 
327
 
306
328
/* Can we drop root privileges? */
307
329
#undef HAVE_DROPROOT
308
330
 
351
373
/* ISC: Use iflist_sysctl? */
352
374
#undef HAVE_IFLIST_SYSCTL
353
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
 
354
388
/* Define to 1 if you have the <inttypes.h> header file. */
355
389
#undef HAVE_INTTYPES_H
356
390
 
378
412
/* Define to 1 if you have the `gen' library (-lgen). */
379
413
#undef HAVE_LIBGEN
380
414
 
 
415
/* Define to 1 if you have the <libgen.h> header file. */
 
416
#undef HAVE_LIBGEN_H
 
417
 
381
418
/* Define to 1 if you have the `kvm' library (-lkvm). */
382
419
#undef HAVE_LIBKVM
383
420
 
411
448
/* Define to 1 if you have the `syslog' library (-lsyslog). */
412
449
#undef HAVE_LIBSYSLOG
413
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
 
414
457
/* Do we have Linux capabilities? */
415
458
#undef HAVE_LINUX_CAPABILITIES
416
459
 
453
496
/* Define to 1 if you have the `mlockall' function. */
454
497
#undef HAVE_MLOCKALL
455
498
 
 
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
 
504
 
456
505
/* Define to 1 if you have the <netdb.h> header file. */
457
506
#undef HAVE_NETDB_H
458
507
 
495
544
/* Define to 1 if you have the `ntp_gettime' function. */
496
545
#undef HAVE_NTP_GETTIME
497
546
 
 
547
/* Define this if pathfind(3) works */
 
548
#undef HAVE_PATHFIND
 
549
 
498
550
/* Define to 1 if you have the `plock' function. */
499
551
#undef HAVE_PLOCK
500
552
 
522
574
/* Define to 1 if you have the `readlink' function. */
523
575
#undef HAVE_READLINK
524
576
 
 
577
/* Define this if we have a functional realpath(3C) */
 
578
#undef HAVE_REALPATH
 
579
 
525
580
/* Define to 1 if you have the `recvmsg' function. */
526
581
#undef HAVE_RECVMSG
527
582
 
543
598
/* Define to 1 if you have the `sched_setscheduler' function. */
544
599
#undef HAVE_SCHED_SETSCHEDULER
545
600
 
 
601
/* Define to 1 if you have the <setjmp.h> header file. */
 
602
#undef HAVE_SETJMP_H
 
603
 
546
604
/* Define to 1 if you have the `setlinebuf' function. */
547
605
#undef HAVE_SETLINEBUF
548
606
 
591
649
/* Does struct sockaddr_storage have ss_family? */
592
650
#undef HAVE_SS_FAMILY_IN_SS
593
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
 
594
658
/* Define to 1 if you have the <stdint.h> header file. */
595
659
#undef HAVE_STDINT_H
596
660
 
609
673
/* Define to 1 if you have the `strerror' function. */
610
674
#undef HAVE_STRERROR
611
675
 
 
676
/* Define this if strftime() works */
 
677
#undef HAVE_STRFTIME
 
678
 
612
679
/* Define to 1 if you have the <strings.h> header file. */
613
680
#undef HAVE_STRINGS_H
614
681
 
615
682
/* Define to 1 if you have the <string.h> header file. */
616
683
#undef HAVE_STRING_H
617
684
 
 
685
/* Define to 1 if you have the `strrchr' function. */
 
686
#undef HAVE_STRRCHR
 
687
 
618
688
/* Define to 1 if you have the `strstr' function. */
619
689
#undef HAVE_STRSTR
620
690
 
660
730
/* Define to 1 if you have the <sys/clockctl.h> header file. */
661
731
#undef HAVE_SYS_CLOCKCTL_H
662
732
 
 
733
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
734
   */
 
735
#undef HAVE_SYS_DIR_H
 
736
 
663
737
/* Define to 1 if you have the <sys/file.h> header file. */
664
738
#undef HAVE_SYS_FILE_H
665
739
 
672
746
/* Define to 1 if you have the <sys/ipc.h> header file. */
673
747
#undef HAVE_SYS_IPC_H
674
748
 
 
749
/* Define to 1 if you have the <sys/limits.h> header file. */
 
750
#undef HAVE_SYS_LIMITS_H
 
751
 
675
752
/* Define to 1 if you have the <sys/lock.h> header file. */
676
753
#undef HAVE_SYS_LOCK_H
677
754
 
681
758
/* Define to 1 if you have the <sys/modem.h> header file. */
682
759
#undef HAVE_SYS_MODEM_H
683
760
 
 
761
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
762
   */
 
763
#undef HAVE_SYS_NDIR_H
 
764
 
684
765
/* Define to 1 if you have the <sys/param.h> header file. */
685
766
#undef HAVE_SYS_PARAM_H
686
767
 
687
768
/* Define to 1 if you have the <sys/pcl720.h> header file. */
688
769
#undef HAVE_SYS_PCL720_H
689
770
 
 
771
/* Define to 1 if you have the <sys/poll.h> header file. */
 
772
#undef HAVE_SYS_POLL_H
 
773
 
690
774
/* Define to 1 if you have the <sys/ppsclock.h> header file. */
691
775
#undef HAVE_SYS_PPSCLOCK_H
692
776
 
696
780
/* Define to 1 if you have the <sys/prctl.h> header file. */
697
781
#undef HAVE_SYS_PRCTL_H
698
782
 
 
783
/* Define to 1 if you have the <sys/procset.h> header file. */
 
784
#undef HAVE_SYS_PROCSET_H
 
785
 
699
786
/* Define to 1 if you have the <sys/proc.h> header file. */
700
787
#undef HAVE_SYS_PROC_H
701
788
 
765
852
/* Define to 1 if you have the <sys/types.h> header file. */
766
853
#undef HAVE_SYS_TYPES_H
767
854
 
 
855
/* Use sys/uio.h for struct iovec help */
 
856
#undef HAVE_SYS_UIO_H
 
857
 
 
858
/* Define to 1 if you have the <sys/un.h> header file. */
 
859
#undef HAVE_SYS_UN_H
 
860
 
768
861
/* Define to 1 if you have the <sys/wait.h> header file. */
769
862
#undef HAVE_SYS_WAIT_H
770
863
 
810
903
/* Does u_int8_t exist? */
811
904
#undef HAVE_TYPE_U_INT8_T
812
905
 
 
906
/* Define to 1 if the system has the type `uint16_t'. */
 
907
#undef HAVE_UINT16_T
 
908
 
 
909
/* Define to 1 if the system has the type `uint32_t'. */
 
910
#undef HAVE_UINT32_T
 
911
 
 
912
/* Define to 1 if the system has the type `uint8_t'. */
 
913
#undef HAVE_UINT8_T
 
914
 
 
915
/* Define to 1 if the system has the type `uintptr_t'. */
 
916
#undef HAVE_UINTPTR_T
 
917
 
 
918
/* Define to 1 if the system has the type `uint_t'. */
 
919
#undef HAVE_UINT_T
 
920
 
813
921
/* Define to 1 if you have the `umask' function. */
814
922
#undef HAVE_UMASK
815
923
 
825
933
/* Define to 1 if you have the `updwtmpx' function. */
826
934
#undef HAVE_UPDWTMPX
827
935
 
 
936
/* Define to 1 if you have the <utime.h> header file. */
 
937
#undef HAVE_UTIME_H
 
938
 
828
939
/* Define to 1 if you have the <utmpx.h> header file. */
829
940
#undef HAVE_UTMPX_H
830
941
 
831
942
/* Define to 1 if you have the <utmp.h> header file. */
832
943
#undef HAVE_UTMP_H
833
944
 
 
945
/* Define to 1 if you have the <values.h> header file. */
 
946
#undef HAVE_VALUES_H
 
947
 
 
948
/* Define to 1 if you have the <varargs.h> header file. */
 
949
#undef HAVE_VARARGS_H
 
950
 
 
951
/* Define to 1 if you have the `vprintf' function. */
 
952
#undef HAVE_VPRINTF
 
953
 
834
954
/* Define to 1 if you have the `vsnprintf' function. */
835
955
#undef HAVE_VSNPRINTF
836
956
 
852
972
/* Does struct sockaddr_storage have __ss_family? */
853
973
#undef HAVE___SS_FAMILY_IN_SS
854
974
 
 
975
/* Does struct sockaddr_storage have __ss_len? */
 
976
#undef HAVE___SS_LEN_IN_SS
 
977
 
855
978
/* Should we use the IRIG sawtooth filter? */
856
979
#undef IRIG_SUCKS
857
980
 
951
1074
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
952
1075
#undef NO_MINUS_C_MINUS_O
953
1076
 
 
1077
/* Should we avoid #warning on option name collisions? */
 
1078
#undef NO_OPTION_NAME_WARNINGS
 
1079
 
954
1080
/* Is there a problem using PARENB and IGNPAR (IRIX)? */
955
1081
#undef NO_PARENB_IGNPAR
956
1082
 
972
1098
/* Should we open the broadcast socket? */
973
1099
#undef OPEN_BCAST_SOCKET
974
1100
 
 
1101
/* need to recreate sockets on changed routing? */
 
1102
#undef OS_MISSES_SPECIFIC_ROUTE_UPDATES
 
1103
 
 
1104
/* wildcard socket needs to set REUSEADDR when binding to interface addresses
 
1105
   */
 
1106
#undef OS_NEEDS_REUSEADDR_FOR_IFADDRBIND
 
1107
 
975
1108
/* Do we need to override the system's idea of HZ? */
976
1109
#undef OVERRIDE_HZ
977
1110
 
1020
1153
/* Basic refclock support? */
1021
1154
#undef REFCLOCK
1022
1155
 
 
1156
/* name of regex header file */
 
1157
#undef REGEX_HEADER
 
1158
 
1023
1159
/* Do we want the ReliantUNIX clock hacks? */
1024
1160
#undef RELIANTUNIX_CLOCK
1025
1161
 
1029
1165
/* Do we want the SCO clock hacks? */
1030
1166
#undef SCO5_CLOCK
1031
1167
 
 
1168
/* The size of a `char*', as computed by sizeof. */
 
1169
#undef SIZEOF_CHARP
 
1170
 
1032
1171
/* The size of a `int', as computed by sizeof. */
1033
1172
#undef SIZEOF_INT
1034
1173
 
1035
1174
/* The size of a `long', as computed by sizeof. */
1036
1175
#undef SIZEOF_LONG
1037
1176
 
 
1177
/* The size of a `short', as computed by sizeof. */
 
1178
#undef SIZEOF_SHORT
 
1179
 
1038
1180
/* The size of a `signed char', as computed by sizeof. */
1039
1181
#undef SIZEOF_SIGNED_CHAR
1040
1182
 
1056
1198
/* Step, then slew the clock? */
1057
1199
#undef STEP_SLEW
1058
1200
 
1059
 
/* Do we have STREAMS/TLI? (Can we replace this with HAVE_SYS_STROPTS_H?) */
1060
 
#undef STREAMS_TLI
1061
 
 
1062
1201
/* canonical system (cpu-vendor-os) of where we should run */
1063
1202
#undef STR_SYSTEM
1064
1203
 
1086
1225
/* Do we have the tty_clk line discipline/streams module? */
1087
1226
#undef TTYCLK
1088
1227
 
 
1228
/* Provide a typedef for uintptr_t? */
 
1229
#ifndef HAVE_UINTPTR_T
 
1230
typedef unsigned int    uintptr_t;
 
1231
#define HAVE_UINTPTR_T  1
 
1232
#endif
 
1233
 
1089
1234
/* What type to use for setsockopt */
1090
1235
#undef TYPEOF_IP_MULTICAST_LOOP
1091
1236
 
1110
1255
/* ISC: Want IPv6? */
1111
1256
#undef WANT_IPV6
1112
1257
 
 
1258
/* Define this if a working libregex can be found */
 
1259
#undef WITH_LIBREGEX
 
1260
 
1113
1261
/* Define to 1 if your processor stores words with the most significant byte
1114
1262
   first (like Motorola and SPARC, unlike Intel and VAX). */
1115
1263
#undef WORDS_BIGENDIAN
1117
1265
/* Handle ss_family */
1118
1266
#if !defined(HAVE_SS_FAMILY_IN_SS) && defined(HAVE___SS_FAMILY_IN_SS)
1119
1267
# define ss_family __ss_family
 
1268
#endif /* !defined(HAVE_SS_FAMILY_IN_SS) && defined(HAVE_SA_FAMILY_IN_SS) */
 
1269
 
 
1270
/* Handle ss_len */
 
1271
#if !defined(HAVE_SS_LEN_IN_SS) && defined(HAVE___SS_LEN_IN_SS)
1120
1272
# define ss_len __ss_len
1121
 
#endif /* !defined(HAVE_SS_FAMILY_IN_SS) && defined(HAVE_SA_FAMILY_IN_SS) */
 
1273
#endif /* !defined(HAVE_SS_LEN_IN_SS) && defined(HAVE_SA_LEN_IN_SS) */
1122
1274
 
1123
1275
/* Define to 1 if on AIX 3.
1124
1276
   System headers sometimes define this.
1169
1321
/* Define to `int' if <sys/types.h> doesn't define. */
1170
1322
#undef uid_t
1171
1323
 
 
1324
/* Alternate uintptr_t for systems without it. */
 
1325
#undef uintptr_t
 
1326
 
1172
1327
/* Does the compiler like "volatile"? */
1173
1328
#undef volatile