openenvutils/commandshell/shell/inc/stat.mdh
author andy simpson <andrews@symbian.org>
Mon, 12 Jul 2010 15:58:51 +0100
branchRCL_3
changeset 50 49762640db60
parent 0 2e3d3ce01487
permissions -rw-r--r--
remerge Symbian Splash Screen and shutdown screen support (bug 2414 Bug 2524) also fix for Bug 2850

#ifndef have_zshQsstat_module
#define have_zshQsstat_module

# ifndef IMPORTING_MODULE_zshQsstat
#  ifndef MODULE
#   define boot_ boot_zshQsstat
#   define cleanup_ cleanup_zshQsstat
#   define setup_ setup_zshQsstat
#   define finish_ finish_zshQsstat
#  endif /* !MODULE */
# endif /* !IMPORTING_MODULE_zshQsstat */

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

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