]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ntp/sntp/libopts/libopts.c
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ntp / sntp / libopts / libopts.c
1 #define AUTOOPTS_INTERNAL
2 #include "compat/compat.h"
3 #define LOCAL static
4 #include "autoopts/options.h"
5 #include "autoopts/usage-txt.h"
6 #include "genshell.h"
7 #include "autoopts.h"
8 #include "proto.h"
9 #include "autoopts.c"
10 #include "boolean.c"
11 #include "configfile.c"
12 #include "cook.c"
13 #include "enumeration.c"
14 #include "environment.c"
15 #include "genshell.c"
16 #include "load.c"
17 #include "makeshell.c"
18 #include "nested.c"
19 #include "numeric.c"
20 #include "pgusage.c"
21 #include "putshell.c"
22 #include "restore.c"
23 #include "save.c"
24 #include "sort.c"
25 #include "stack.c"
26 #include "streqvcmp.c"
27 #include "text_mmap.c"
28 #include "tokenize.c"
29 #include "usage.c"
30 #include "version.c"