libopts.c revision 290001
1#define  AUTOOPTS_INTERNAL 1
2#include "autoopts/project.h"
3#define  LOCAL static
4#include "ao-strs.h"
5static char const ao_ver_string[] =
6    "41:0:16\n";
7#include "autoopts/options.h"
8#include "autoopts/usage-txt.h"
9#include "genshell.h"
10#include "option-xat-attribute.h"
11#include "option-value-type.h"
12#include "ao-strs.h"
13#include "ag-char-map.h"
14#include "autoopts.h"
15#include "proto.h"
16#include "parse-duration.c"
17#include "ao-strs.c"
18#include "option-value-type.c"
19#include "option-xat-attribute.c"
20#include "autoopts.c"
21#include "alias.c"
22#include "boolean.c"
23#include "check.c"
24#include "configfile.c"
25#include "cook.c"
26#include "enum.c"
27#include "env.c"
28#include "file.c"
29#include "find.c"
30#include "genshell.c"
31#include "load.c"
32#include "makeshell.c"
33#include "nested.c"
34#include "numeric.c"
35#include "pgusage.c"
36#include "putshell.c"
37#include "reset.c"
38#include "restore.c"
39#include "save.c"
40#include "sort.c"
41#include "stack.c"
42#include "streqvcmp.c"
43#include "text_mmap.c"
44#include "time.c"
45#include "tokenize.c"
46#include "usage.c"
47#include "version.c"
48#include "init.c"
49