openenvutils/commandshell/shell/inc/termcap.mdh
author Dario Sestito <darios@symbian.org>
Mon, 28 Jun 2010 17:46:35 +0100
branchRCL_3
changeset 44 2904da99c26d
parent 0 2e3d3ce01487
permissions -rw-r--r--
Temporary fix for bug 2850 (while waiting for the official fix - ETA: wk 27)

#ifndef have_zshQstermcap_module
#define have_zshQstermcap_module

# ifndef IMPORTING_MODULE_zshQstermcap
#  ifndef MODULE
#   define boot_ boot_zshQstermcap
#   define cleanup_ cleanup_zshQstermcap
#   define setup_ setup_zshQstermcap
#   define finish_ finish_zshQstermcap
#  endif /* !MODULE */
# endif /* !IMPORTING_MODULE_zshQstermcap */

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

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