diff -r 000000000000 -r 2e3d3ce01487 openenvutils/commandshell/shell/inc/clone.mdh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openenvutils/commandshell/shell/inc/clone.mdh Tue Feb 02 10:12:00 2010 +0200 @@ -0,0 +1,35 @@ +#ifndef have_zshQsclone_module +#define have_zshQsclone_module + +# ifndef IMPORTING_MODULE_zshQsclone +# ifndef MODULE +# define boot_ boot_zshQsclone +# define cleanup_ cleanup_zshQsclone +# define setup_ setup_zshQsclone +# define finish_ finish_zshQsclone +# endif /* !MODULE */ +# endif /* !IMPORTING_MODULE_zshQsclone */ + +/* Module dependencies */ +# define IMPORTING_MODULE_zshQsmain 1 +# include "zsh.mdh" + +# undef mod_import_variable +# undef mod_import_function +# if defined(IMPORTING_MODULE_zshQsclone) && defined(MODULE) +# define mod_import_variable +# define mod_import_function +# else +# define mod_import_function +# define mod_import_variable +# endif /* IMPORTING_MODULE_zshQsclone && MODULE */ +# include "clone.epro" +# undef mod_import_variable +# define mod_import_variable +# undef mod_import_variable +# define mod_import_variable +# ifndef mod_export +# define mod_export +# endif /* mod_export */ + +#endif /* !have_zshQsclone_module */