openenvutils/commandshell/shell/inc/sched.mdh
author fimarlaht2 <>
Mon, 18 Oct 2010 15:01:14 +0300
branchRCL_3
changeset 85 32f887d619a0
parent 0 2e3d3ce01487
permissions -rw-r--r--
Bug 3556 - Not possible to restore factory settings

#ifndef have_zshQssched_module
#define have_zshQssched_module

# ifndef IMPORTING_MODULE_zshQssched
#  ifndef MODULE
#   define boot_ boot_zshQssched
#   define cleanup_ cleanup_zshQssched
#   define setup_ setup_zshQssched
#   define finish_ finish_zshQssched
#  endif /* !MODULE */
# endif /* !IMPORTING_MODULE_zshQssched */

/* Module dependencies */
# define IMPORTING_MODULE_zshQsmain 1
# include "zsh.mdh"

# undef mod_import_variable
# undef mod_import_function
# if defined(IMPORTING_MODULE_zshQssched) &&  defined(MODULE)
#  define mod_import_variable 
#  define mod_import_function 
# else
#  define mod_import_function
#  define mod_import_variable
# endif /* IMPORTING_MODULE_zshQssched && MODULE */
# include "sched.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_zshQssched_module */