|
1 #ifndef have_zshQsmain_module |
|
2 #define have_zshQsmain_module |
|
3 |
|
4 # ifndef IMPORTING_MODULE_zshQsmain |
|
5 # ifndef MODULE |
|
6 # define boot_ boot_zshQsmain |
|
7 # define cleanup_ cleanup_zshQsmain |
|
8 # define setup_ setup_zshQsmain |
|
9 # define finish_ finish_zshQsmain |
|
10 # endif /* !MODULE */ |
|
11 # endif /* !IMPORTING_MODULE_zshQsmain */ |
|
12 |
|
13 /* Extra headers for this module */ |
|
14 # include "config.h" |
|
15 # include "system.h" |
|
16 # include "zsh.h" |
|
17 # include "sigcount.h" |
|
18 # include "signals.h" |
|
19 # include "prototypes.h" |
|
20 # include "hashtable.h" |
|
21 # include "ztype.h" |
|
22 |
|
23 # undef mod_import_variable |
|
24 # undef mod_import_function |
|
25 # if defined(IMPORTING_MODULE_zshQsmain) && defined(MODULE) |
|
26 # define mod_import_variable |
|
27 # define mod_import_function |
|
28 # else |
|
29 # define mod_import_function |
|
30 # define mod_import_variable |
|
31 # endif /* IMPORTING_MODULE_zshQsmain && MODULE */ |
|
32 # include "builtin.epro" |
|
33 # include "compat.epro" |
|
34 # include "cond.epro" |
|
35 # include "exec.epro" |
|
36 # include "glob.epro" |
|
37 # include "hashtable.epro" |
|
38 # include "hist.epro" |
|
39 # include "init.epro" |
|
40 # include "input.epro" |
|
41 # include "jobs.epro" |
|
42 # include "lex.epro" |
|
43 # include "linklist.epro" |
|
44 # include "loop.epro" |
|
45 # include "math.epro" |
|
46 # include "mem.epro" |
|
47 # include "module.epro" |
|
48 # include "options.epro" |
|
49 # include "params.epro" |
|
50 # include "parse.epro" |
|
51 # include "pattern.epro" |
|
52 # include "prompt.epro" |
|
53 # include "signals.epro" |
|
54 # include "signames.epro" |
|
55 # include "string.epro" |
|
56 # include "subst.epro" |
|
57 # include "text.epro" |
|
58 # include "utils.epro" |
|
59 # include "watch.epro" |
|
60 # undef mod_import_variable |
|
61 # define mod_import_variable |
|
62 # undef mod_import_variable |
|
63 # define mod_import_variable |
|
64 # ifndef mod_export |
|
65 # define mod_export |
|
66 # endif /* mod_export */ |
|
67 |
|
68 #endif /* !have_zshQsmain_module */ |