source: trunk/third/xntp/html/config.html @ 10832

Revision 10832, 5.9 KB checked in by brlewis, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10831, which included commits to RCS files with non-trunk default branches.
Line 
1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML Strict//EN">
2<html><head><title>
3Configuration Options
4</title></head><body><h3>
5Configuration Options
6</h3><hr>
7
8<p><h4>Basic Configuration Options - the <code>configure</code>
9utility</h4>
10
11<p>The following options are for compiling and installing a working
12version of the xntp3 distribution. In most cases, the build process is
13completely automatic. In some cases where memory space is at a premium,
14or the binaries are to be installed in a different place, it is possible
15to tailor the configuration to remove such features as reference clock
16driver support, debugging support, and so forth.
17
18<p>Configuration options are specified as arguments to the
19<code>configure</code> script. Following is a summary of the current
20options:
21<p>
22Usage: configure [options] [host]<br>
23Options: [defaults in brackets after descriptions]
24
25<p><pre>
26Configuration
27
28  --cache-file=FILE      cache test results in FILE
29  --help                 print this message
30  --no-create            do not create output files
31  --quiet, --silent      do not print `checking...' messages
32  --version              print the version of autoconf that created
33                         configure
34Directory and file names
35
36  --prefix=PREFIX        install architecture-independent files in
37                         PREFIX [/usr/local]
38  --exec-prefix=EPREFIX  install architecture-dependent files in EPREFIX
39                         [same as prefix]
40  --bindir=DIR           user executables in DIR [EPREFIX/bin]
41  --sbindir=DIR          system admin executables in DIR [EPREFIX/sbin]
42  --libexecdir=DIR       program executables in DIR [EPREFIX/libexec]
43  --datadir=DIR          read-only architecture-independent data in DIR
44                         [PREFIX/share]
45  --sysconfdir=DIR       read-only single-machine data in DIR
46                         [PREFIX/etc]
47  --sharedstatedir=DIR   modifiable architecture-independent data in DIR
48                         [PREFIX/com]
49  --localstatedir=DIR    modifiable single-machine data in DIR
50                         [PREFIX/var]
51  --libdir=DIR           object code libraries in DIR [EPREFIX/lib]
52  --includedir=DIR       C header files in DIR [PREFIX/include]
53  --oldincludedir=DIR    C header files for non-gcc in DIR
54                         [/usr/include]
55  --infodir=DIR          info documentation in DIR [PREFIX/info]
56  --mandir=DIR           man documentation in DIR [PREFIX/man]
57  --srcdir=DIR           find the sources in DIR [configure dir or ..]
58  --program-prefix=PREFIX prepend PREFIX to installed program names
59  --program-suffix=SUFFIX append SUFFIX to installed program names
60  --program-transform-name=PROGRAM run sed PROGRAM on installed program
61                         names
62Host type
63
64  --build=BUILD          configure for building on BUILD [BUILD=HOST]
65  --host=HOST            configure for HOST [guessed]
66  --target=TARGET        configure for TARGET [TARGET=HOST]
67Features and packages
68
69  --disable-FEATURE      do not include FEATURE (same as --enable-
70                         FEATURE=no)
71  --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
72  --with-PACKAGE[=ARG]   use PACKAGE [ARG=yes]
73  --without-PACKAGE      do not use PACKAGE (same as --with-PACKAGE=no)
74  --x-includes=DIR       X include files are in DIR
75  --x-libraries=DIR      X library files are in DIR
76
77--enable- and --disable- with options recognized
78
79     debugging           Include debugging code [enable]
80     gdt-surveying       Include GDT survey code [disable]
81     md5                 Include support for MD5 keys [enable]
82     des                 Include support for DES keys [enable]
83     all-clocks          Include drivers for all reference clocks
84                         [enable]
85
86  Radio Clocks (these are ordinarily enabled, if supported by the
87                         machine and operating system)
88
89     ACTS                NIST dialup clock
90     ARBITER             Arbiter 1088A/B GPS receiver
91     AS2201              Austron 2200A or 2201A GPS receiver
92     ATOM                ATOM clock
93     BANCOMM             BANCOMM clock
94     CHU                 CHU clock
95     DATUM               Datum Programmable Time System
96     DCF7000             ELV/DCF7000
97     GPSVME              GPS-VME Clock
98     HEATH               HeathKit GC-1000 Most Accurate Clock
99     HOPF6021            HOPF6021 Radio Clock support
100     HPGPS               HP 58503A GPS Time & Frequency receiver
101     IRIG                IRIG (Audio) Clock
102     LEITCH              Leitch CSD 5300 Master Clock System Driver
103     LOCAL-CLOCK         Local Clock driver
104     MEINBERG            Meinberg clocks
105     MSFEES              MSFEES clock
106     MOTO                Motorola GPS clock
107     MX4200              MX4200 clock
108     NMEA                NMEA GPS clock
109     PARSE               PARSE clock code
110     PST                 PST/Traconex 1020 WWV/H receiver
111     PTBACTS             PTB dialup clock support
112     RAWDCF              use raw DCF77 time code
113     RCC8000             RCC8000 Radio Clock support
114     SCHMID              SCHMID DCF77 clock support
115     TRAK                TRAK 8810 GPS station clock
116     TPRO                KSI/Odetics TPRO/S IRIG Interface
117     TRIMTAIP            Trimble GPS/TAIP Protocol
118     TRIMTSIP            Trimble GPS/TSIP Protocol
119     TRUETIME            Kinemetrics/TrueTime (generic) receiver
120     WWVB                Spectracom 8170 or Netclock/2 WWVB receiver
121     USNO                US Naval Observatory dialup clock
122
123  Miscellany
124
125     accurate-adjtime    The adjtime() call is accurate
126     kmem                Read kmem
127     tick=VALUE          Force a value for 'tick'
128     tickadj=VALUE       Force a value for 'tickadj'
129     udp-wildcard        Use UDP wildcard delivery
130     slew-always         Always slew the time
131     step-slew           Step and slew the time
132     ntpdate-step        If ntpdate should step the time
133     hourly-todr-sync    If we should sync TODR hourly
134</pre><p>
135
136<hr><address>David L. Mills (mills@udel.edu)</address></body></html>
Note: See TracBrowser for help on using the repository browser.