openenvutils/commandshell/shell/inc/rlimits.mdh
author andy simpson <andrews@symbian.org>
Fri, 17 Sep 2010 16:14:46 +0100
branchRCL_3
changeset 67 a2ddb8b15745
parent 0 2e3d3ce01487
permissions -rw-r--r--
Merge re-apply fixes for Bug 2524, Bug 2414 (Symbian splashscreen and shutdown)

#ifndef have_zshQsrlimits_module
#define have_zshQsrlimits_module

# ifndef IMPORTING_MODULE_zshQsrlimits
#  ifndef MODULE
#   define boot_ boot_zshQsrlimits
#   define cleanup_ cleanup_zshQsrlimits
#   define setup_ setup_zshQsrlimits
#   define finish_ finish_zshQsrlimits
#  endif /* !MODULE */
# endif /* !IMPORTING_MODULE_zshQsrlimits */

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

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