xref: /freebsd/contrib/ntp/sntp/libopts/libopts.c (revision a466cc55373fc3cf86837f09da729535b57e69a1)
12b15cb3dSCy Schubert #define  AUTOOPTS_INTERNAL 1
22b15cb3dSCy Schubert #include "autoopts/project.h"
3*a466cc55SCy Schubert 
42b15cb3dSCy Schubert #include "ao-strs.h"
5276da39aSCy Schubert static char const ao_ver_string[] =
6*a466cc55SCy Schubert     "42:1:17\n";
7ea906c41SOllivier Robert #include "autoopts/options.h"
8ea906c41SOllivier Robert #include "autoopts/usage-txt.h"
9ea906c41SOllivier Robert #include "genshell.h"
102b15cb3dSCy Schubert #include "option-xat-attribute.h"
112b15cb3dSCy Schubert #include "option-value-type.h"
122b15cb3dSCy Schubert #include "ao-strs.h"
132b15cb3dSCy Schubert #include "ag-char-map.h"
14*a466cc55SCy Schubert #include "save-flags.h"
15ea906c41SOllivier Robert #include "autoopts.h"
16ea906c41SOllivier Robert #include "proto.h"
172b15cb3dSCy Schubert #include "parse-duration.c"
182b15cb3dSCy Schubert #include "ao-strs.c"
192b15cb3dSCy Schubert #include "option-value-type.c"
202b15cb3dSCy Schubert #include "option-xat-attribute.c"
21*a466cc55SCy Schubert #include "save-flags.c"
22ea906c41SOllivier Robert #include "autoopts.c"
232b15cb3dSCy Schubert #include "alias.c"
24ea906c41SOllivier Robert #include "boolean.c"
252b15cb3dSCy Schubert #include "check.c"
26ea906c41SOllivier Robert #include "configfile.c"
27ea906c41SOllivier Robert #include "cook.c"
282b15cb3dSCy Schubert #include "enum.c"
292b15cb3dSCy Schubert #include "env.c"
302b15cb3dSCy Schubert #include "file.c"
312b15cb3dSCy Schubert #include "find.c"
32ea906c41SOllivier Robert #include "genshell.c"
33ea906c41SOllivier Robert #include "load.c"
34ea906c41SOllivier Robert #include "makeshell.c"
35ea906c41SOllivier Robert #include "nested.c"
36ea906c41SOllivier Robert #include "numeric.c"
37ea906c41SOllivier Robert #include "pgusage.c"
38ea906c41SOllivier Robert #include "putshell.c"
392b15cb3dSCy Schubert #include "reset.c"
40ea906c41SOllivier Robert #include "restore.c"
41ea906c41SOllivier Robert #include "save.c"
42ea906c41SOllivier Robert #include "sort.c"
43ea906c41SOllivier Robert #include "stack.c"
44ea906c41SOllivier Robert #include "streqvcmp.c"
45ea906c41SOllivier Robert #include "text_mmap.c"
462b15cb3dSCy Schubert #include "time.c"
47ea906c41SOllivier Robert #include "tokenize.c"
48ea906c41SOllivier Robert #include "usage.c"
49ea906c41SOllivier Robert #include "version.c"
502b15cb3dSCy Schubert #include "init.c"
51