equal
deleted
inserted
replaced
|
1 #ifndef have_zshQsclone_module |
|
2 #define have_zshQsclone_module |
|
3 |
|
4 # ifndef IMPORTING_MODULE_zshQsclone |
|
5 # ifndef MODULE |
|
6 # define boot_ boot_zshQsclone |
|
7 # define cleanup_ cleanup_zshQsclone |
|
8 # define setup_ setup_zshQsclone |
|
9 # define finish_ finish_zshQsclone |
|
10 # endif /* !MODULE */ |
|
11 # endif /* !IMPORTING_MODULE_zshQsclone */ |
|
12 |
|
13 /* Module dependencies */ |
|
14 # define IMPORTING_MODULE_zshQsmain 1 |
|
15 # include "zsh.mdh" |
|
16 |
|
17 # undef mod_import_variable |
|
18 # undef mod_import_function |
|
19 # if defined(IMPORTING_MODULE_zshQsclone) && defined(MODULE) |
|
20 # define mod_import_variable |
|
21 # define mod_import_function |
|
22 # else |
|
23 # define mod_import_function |
|
24 # define mod_import_variable |
|
25 # endif /* IMPORTING_MODULE_zshQsclone && MODULE */ |
|
26 # include "clone.epro" |
|
27 # undef mod_import_variable |
|
28 # define mod_import_variable |
|
29 # undef mod_import_variable |
|
30 # define mod_import_variable |
|
31 # ifndef mod_export |
|
32 # define mod_export |
|
33 # endif /* mod_export */ |
|
34 |
|
35 #endif /* !have_zshQsclone_module */ |