~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-11-26 22:16:37 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091126221637-lbtdp0ax1yg9t0bx
Tags: 1:4.2.4p7+dfsg-4
* Use uname -s instead of dpkg-architecture to found the kernel we're
  running on.  dpkg-architecture is part of dpkg-dev. (Closes: #558145)
* Make the package fail to build on hurd since it does not provided
  the needed system calls for ntpd to work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
 
3
/* Define if building universal (internal helper macro) */
 
4
#undef AC_APPLE_UNIVERSAL_BUILD
 
5
 
3
6
/* Is adjtime() accurate? */
4
7
#undef ADJTIME_IS_ACCURATE
5
8
 
87
90
/* Magnavox MX4200 GPS receiver */
88
91
#undef CLOCK_MX4200
89
92
 
90
 
/* NeoClock4X */
91
 
#undef CLOCK_NEOCLOCK4X
92
 
 
93
93
/* NMEA GPS receiver */
94
94
#undef CLOCK_NMEA
95
95
 
150
150
/* VARITEXT protocol */
151
151
#undef CLOCK_VARITEXT
152
152
 
153
 
/* WHARTON 400A Series protocol */
154
 
#undef CLOCK_WHARTON_400A
155
 
 
156
153
/* WWV audio driver */
157
154
#undef CLOCK_WWV
158
155
 
325
322
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
326
323
#undef HAVE_DOPRNT
327
324
 
328
 
/* Can we drop root privileges? */
 
325
/* 
 
326
   [Can], [   ], [79])[][]_m4_text_wrap_word([we], [   ], [79])[][]_m4_text_wrap_word([drop], [   ], [79])[][]_m4_text_wrap_word([root], [   ], [79])[][]_m4_text_wrap_word([privileges?]
 
327
   */
329
328
#undef HAVE_DROPROOT
330
329
 
 
330
/* Define to 1 if you have the <editline/history.h> header file. */
 
331
#undef HAVE_EDITLINE_HISTORY_H
 
332
 
 
333
/* Define to 1 if you have the <editline/readline.h> header file. */
 
334
#undef HAVE_EDITLINE_READLINE_H
 
335
 
331
336
/* Define to 1 if you have the <errno.h> header file. */
332
337
#undef HAVE_ERRNO_H
333
338
 
370
375
/* Define to 1 if you have the <ieeefp.h> header file. */
371
376
#undef HAVE_IEEEFP_H
372
377
 
373
 
/* ISC: Use iflist_sysctl? */
 
378
/* have iflist_sysctl? */
374
379
#undef HAVE_IFLIST_SYSCTL
375
380
 
 
381
/* inline keyword or macro available */
 
382
#undef HAVE_INLINE
 
383
 
376
384
/* Define to 1 if the system has the type `int16_t'. */
377
385
#undef HAVE_INT16_T
378
386
 
388
396
/* Define to 1 if you have the <inttypes.h> header file. */
389
397
#undef HAVE_INTTYPES_H
390
398
 
 
399
/* Do we have IPTOS support? */
 
400
#undef HAVE_IPTOS_SUPPORT
 
401
 
391
402
/* Define to 1 if you have the `isfinite' function. */
392
403
#undef HAVE_ISFINITE
393
404
 
421
432
/* Define to 1 if you have the `ld' library (-lld). */
422
433
#undef HAVE_LIBLD
423
434
 
424
 
/* Define to 1 if you have the `md' library (-lmd). */
425
 
#undef HAVE_LIBMD
426
 
 
427
 
/* Define to 1 if you have the `md5' library (-lmd5). */
428
 
#undef HAVE_LIBMD5
429
 
 
430
435
/* Define to 1 if you have the `mld' library (-lmld). */
431
436
#undef HAVE_LIBMLD
432
437
 
433
 
/* Define to 1 if you have the `nsl' library (-lnsl). */
434
 
#undef HAVE_LIBNSL
435
 
 
436
438
/* Define to 1 if you have the `posix4' library (-lposix4). */
437
439
#undef HAVE_LIBPOSIX4
438
440
 
442
444
/* Define to 1 if you have the `rt' library (-lrt). */
443
445
#undef HAVE_LIBRT
444
446
 
445
 
/* Define to 1 if you have the `socket' library (-lsocket). */
446
 
#undef HAVE_LIBSOCKET
447
 
 
448
 
/* Define to 1 if you have the `syslog' library (-lsyslog). */
449
 
#undef HAVE_LIBSYSLOG
450
 
 
451
 
/* Define to 1 if you have the `xnet' library (-lxnet). */
452
 
#undef HAVE_LIBXNET
 
447
/* Define to 1 if you have the <libscf.h> header file. */
 
448
#undef HAVE_LIBSCF_H
453
449
 
454
450
/* Define to 1 if you have the <limits.h> header file. */
455
451
#undef HAVE_LIMITS_H
456
452
 
457
 
/* Do we have Linux capabilities? */
 
453
/* 
 
454
   [Do], [   ], [79])[][]_m4_text_wrap_word([we], [   ], [79])[][]_m4_text_wrap_word([have], [   ], [79])[][]_m4_text_wrap_word([Linux], [   ], [79])[][]_m4_text_wrap_word([capabilities?]
 
455
   */
458
456
#undef HAVE_LINUX_CAPABILITIES
459
457
 
460
458
/* Define to 1 if you have the <machine/inline.h> header file. */
544
542
/* Define to 1 if you have the `ntp_gettime' function. */
545
543
#undef HAVE_NTP_GETTIME
546
544
 
 
545
/* Do we want support for Samba's signing daemon? */
 
546
#undef HAVE_NTP_SIGND
 
547
 
547
548
/* Define this if pathfind(3) works */
548
549
#undef HAVE_PATHFIND
549
550
 
565
566
/* Define to 1 if you have the `pututxline' function. */
566
567
#undef HAVE_PUTUTXLINE
567
568
 
568
 
/* Define to 1 if you have the <readline/history.h> header file. */
569
 
#undef HAVE_READLINE_HISTORY_H
570
 
 
571
 
/* Define to 1 if you have the <readline/readline.h> header file. */
572
 
#undef HAVE_READLINE_READLINE_H
573
 
 
574
569
/* Define to 1 if you have the `readlink' function. */
575
570
#undef HAVE_READLINK
576
571
 
646
641
/* Define to 1 if you have the `snprintf' function. */
647
642
#undef HAVE_SNPRINTF
648
643
 
 
644
/* 
 
645
   [Are], [   ], [79])[][]_m4_text_wrap_word([Solaris], [   ], [79])[][]_m4_text_wrap_word([privileges], [   ], [79])[][]_m4_text_wrap_word([available?]
 
646
   */
 
647
#undef HAVE_SOLARIS_PRIVS
 
648
 
649
649
/* Does struct sockaddr_storage have ss_family? */
650
650
#undef HAVE_SS_FAMILY_IN_SS
651
651
 
691
691
/* Do we have struct ntptimeval? */
692
692
#undef HAVE_STRUCT_NTPTIMEVAL
693
693
 
694
 
/* Define to 1 if `time.tv_nsec' is member of `struct ntptimeval'. */
 
694
/* Define to 1 if `struct ntptimeval' is a member of `time.tv_nsec'. */
695
695
#undef HAVE_STRUCT_NTPTIMEVAL_TIME_TV_NSEC
696
696
 
697
697
/* Does a system header define struct ppsclockev? */
700
700
/* Do we have struct snd_size? */
701
701
#undef HAVE_STRUCT_SND_SIZE
702
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
 
 
706
703
/* Does a system header define struct sockaddr_storage? */
707
704
#undef HAVE_STRUCT_SOCKADDR_STORAGE
708
705
 
978
975
/* Does struct sockaddr_storage have __ss_len? */
979
976
#undef HAVE___SS_LEN_IN_SS
980
977
 
 
978
/* 
 
979
   [Retry], [   ], [79])[][]_m4_text_wrap_word([queries], [   ], [79])[][]_m4_text_wrap_word([on], [   ], [79])[][]_m4_text_wrap_word([_any_], [   ], [79])[][]_m4_text_wrap_word([DNS], [   ], [79])[][]_m4_text_wrap_word([error?]
 
980
   */
 
981
#undef IGNORE_DNS_ERRORS
 
982
 
981
983
/* Should we use the IRIG sawtooth filter? */
982
984
#undef IRIG_SUCKS
983
985
 
987
989
/* ISC: do we have if_nametoindex()? */
988
990
#undef ISC_PLATFORM_HAVEIFNAMETOINDEX
989
991
 
990
 
/* ISC: have struct if_laddrconf? */
 
992
/* have struct if_laddrconf? */
991
993
#undef ISC_PLATFORM_HAVEIF_LADDRCONF
992
994
 
993
 
/* ISC: have struct if_laddrreq? */
 
995
/* have struct if_laddrreq? */
994
996
#undef ISC_PLATFORM_HAVEIF_LADDRREQ
995
997
 
996
 
/* ISC: Have struct in6_pktinfo? */
 
998
/* have struct in6_pktinfo? */
997
999
#undef ISC_PLATFORM_HAVEIN6PKTINFO
998
1000
 
999
 
/* ISC: Have IPv6? */
 
1001
/* have IPv6? */
1000
1002
#undef ISC_PLATFORM_HAVEIPV6
1001
1003
 
1002
1004
/* ISC: struct sockaddr as sa_len? */
1003
1005
#undef ISC_PLATFORM_HAVESALEN
1004
1006
 
1005
 
/* ISC: Have sin6_scope_id? */
 
1007
/* have sin6_scope_id? */
1006
1008
#undef ISC_PLATFORM_HAVESCOPEID
1007
1009
 
1008
1010
/* ISC: provide inet_aton() */
1009
1011
#undef ISC_PLATFORM_NEEDATON
1010
1012
 
1011
 
/* ISC: Need in6addr_any? */
 
1013
/* missing in6addr_any? */
1012
1014
#undef ISC_PLATFORM_NEEDIN6ADDRANY
1013
1015
 
 
1016
/* Do we need netinet6/in6.h? */
 
1017
#undef ISC_PLATFORM_NEEDNETINET6IN6H
 
1018
 
1014
1019
/* ISC: provide inet_ntop() */
1015
1020
#undef ISC_PLATFORM_NEEDNTOP
1016
1021
 
1041
1046
/* Should we align with the NIST lockclock scheme? */
1042
1047
#undef LOCKCLOCK
1043
1048
 
 
1049
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
1050
   */
 
1051
#undef LT_OBJDIR
 
1052
 
1044
1053
/* Does the kernel support multicasting IP? */
1045
1054
#undef MCAST
1046
1055
 
1089
1098
/* Default location of crypto key info */
1090
1099
#undef NTP_KEYSDIR
1091
1100
 
 
1101
/* Path to sign daemon rendezvous socket */
 
1102
#undef NTP_SIGND_PATH
 
1103
 
1092
1104
/* Do we have ntp_{adj,get}time in libc? */
1093
1105
#undef NTP_SYSCALLS_LIBC
1094
1106
 
1129
1141
/* Define to the one symbol short name of this package. */
1130
1142
#undef PACKAGE_TARNAME
1131
1143
 
 
1144
/* Define to the home page for this package. */
 
1145
#undef PACKAGE_URL
 
1146
 
1132
1147
/* Define to the version of this package. */
1133
1148
#undef PACKAGE_VERSION
1134
1149
 
1171
1186
/* Do we want the SCO clock hacks? */
1172
1187
#undef SCO5_CLOCK
1173
1188
 
1174
 
/* The size of a `char*', as computed by sizeof. */
 
1189
/* The size of `char*', as computed by sizeof. */
1175
1190
#undef SIZEOF_CHARP
1176
1191
 
1177
 
/* The size of a `int', as computed by sizeof. */
 
1192
/* The size of `int', as computed by sizeof. */
1178
1193
#undef SIZEOF_INT
1179
1194
 
1180
 
/* The size of a `long', as computed by sizeof. */
 
1195
/* The size of `long', as computed by sizeof. */
1181
1196
#undef SIZEOF_LONG
1182
1197
 
1183
 
/* The size of a `short', as computed by sizeof. */
 
1198
/* The size of `short', as computed by sizeof. */
1184
1199
#undef SIZEOF_SHORT
1185
1200
 
1186
 
/* The size of a `signed char', as computed by sizeof. */
 
1201
/* The size of `signed char', as computed by sizeof. */
1187
1202
#undef SIZEOF_SIGNED_CHAR
1188
1203
 
1189
 
/* The size of a `time_t', as computed by sizeof. */
 
1204
/* The size of `time_t', as computed by sizeof. */
1190
1205
#undef SIZEOF_TIME_T
1191
1206
 
1192
1207
/* Does SIOCGIFCONF return size in the buffer? */
1249
1264
/* Must we have a CTTY for fsetown? */
1250
1265
#undef USE_FSETOWNCTTY
1251
1266
 
 
1267
/* Enable extensions on AIX 3, Interix.  */
 
1268
#ifndef _ALL_SOURCE
 
1269
# undef _ALL_SOURCE
 
1270
#endif
 
1271
/* Enable GNU extensions on systems that have them.  */
 
1272
#ifndef _GNU_SOURCE
 
1273
# undef _GNU_SOURCE
 
1274
#endif
 
1275
/* Enable threading extensions on Solaris.  */
 
1276
#ifndef _POSIX_PTHREAD_SEMANTICS
 
1277
# undef _POSIX_PTHREAD_SEMANTICS
 
1278
#endif
 
1279
/* Enable extensions on HP NonStop.  */
 
1280
#ifndef _TANDEM_SOURCE
 
1281
# undef _TANDEM_SOURCE
 
1282
#endif
 
1283
/* Enable general extensions on Solaris.  */
 
1284
#ifndef __EXTENSIONS__
 
1285
# undef __EXTENSIONS__
 
1286
#endif
 
1287
 
 
1288
 
1252
1289
/* Can we use SIGPOLL for tty IO? */
1253
1290
#undef USE_TTY_SIGPOLL
1254
1291
 
1258
1295
/* Version number of package */
1259
1296
#undef VERSION
1260
1297
 
1261
 
/* ISC: Want IPv6? */
 
1298
/* configure --enable-ipv6 */
1262
1299
#undef WANT_IPV6
1263
1300
 
 
1301
/* Do we want the windows symmetric client hack? */
 
1302
#undef WINTIME
 
1303
 
1264
1304
/* Define this if a working libregex can be found */
1265
1305
#undef WITH_LIBREGEX
1266
1306
 
1267
 
/* Define to 1 if your processor stores words with the most significant byte
1268
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
1269
 
#undef WORDS_BIGENDIAN
 
1307
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
1308
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
1309
#if defined AC_APPLE_UNIVERSAL_BUILD
 
1310
# if defined __BIG_ENDIAN__
 
1311
#  define WORDS_BIGENDIAN 1
 
1312
# endif
 
1313
#else
 
1314
# ifndef WORDS_BIGENDIAN
 
1315
#  undef WORDS_BIGENDIAN
 
1316
# endif
 
1317
#endif
1270
1318
 
1271
1319
/* Handle ss_family */
1272
1320
#if !defined(HAVE_SS_FAMILY_IN_SS) && defined(HAVE___SS_FAMILY_IN_SS)
1278
1326
# define ss_len __ss_len
1279
1327
#endif /* !defined(HAVE_SS_LEN_IN_SS) && defined(HAVE_SA_LEN_IN_SS) */
1280
1328
 
1281
 
/* Define to 1 if on AIX 3.
1282
 
   System headers sometimes define this.
1283
 
   We just want to avoid a redefinition error message.  */
1284
 
#ifndef _ALL_SOURCE
1285
 
# undef _ALL_SOURCE
1286
 
#endif
1287
 
 
1288
1329
/* Define to 1 if on MINIX. */
1289
1330
#undef _MINIX
1290
1331
 
1315
1356
#undef inline
1316
1357
#endif
1317
1358
 
1318
 
/* Define to `long' if <sys/types.h> does not define. */
 
1359
/* Define to `long int' if <sys/types.h> does not define. */
1319
1360
#undef off_t
1320
1361
 
1321
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
1362
/* Define to `unsigned int' if <sys/types.h> does not define. */
1322
1363
#undef size_t
1323
1364
 
1324
1365
/* Define to `long' if <sys/types.h> does not define. */