Main Page | Class Hierarchy | Class List | File List | Class Members

debug/csp_config_bottom.h

00001 // Copyright (C) 1997-1999, 2003-2004 Tudor Hulubei <tudor@hulubei.net>.
00002 // $Id: debug_2csp__config__bottom_8h-source.html,v 1.1 2005/05/25 12:37:18 tudor Exp $
00003 
00004 // Save this package's values in a different set of symbols, one that
00005 // is prefixed with 'CSP'.
00006 #define CSP_PACKAGE PACKAGE
00007 #define CSP_PACKAGE_BUGREPORT PACKAGE_BUGREPORT
00008 #define CSP_PACKAGE_NAME PACKAGE_NAME
00009 #define CSP_PACKAGE_STRING PACKAGE_STRING
00010 #define CSP_PACKAGE_TARNAME PACKAGE_TARNAME
00011 #define CSP_PACKAGE_VERSION PACKAGE_VERSION
00012 #define CSP_VERSION VERSION
00013 
00014 // Undefine all these symbols, so that we can redefine them w/o warnings.
00015 #undef PACKAGE
00016 #undef PACKAGE_BUGREPORT
00017 #undef PACKAGE_NAME
00018 #undef PACKAGE_STRING
00019 #undef PACKAGE_TARNAME
00020 #undef PACKAGE_VERSION
00021 #undef VERSION
00022 
00023 // Restore the values we had before autoconf defined the ones specific
00024 // to this package.
00025 #define PACKAGE TMP_CSP_PACKAGE
00026 #define PACKAGE_BUGREPORT TMP_CSP_PACKAGE_BUGREPORT
00027 #define PACKAGE_NAME TMP_CSP_PACKAGE_NAME
00028 #define PACKAGE_STRING TMP_CSP_PACKAGE_STRING
00029 #define PACKAGE_TARNAME TMP_CSP_PACKAGE_TARNAME
00030 #define PACKAGE_VERSION TMP_CSP_PACKAGE_VERSION
00031 #define VERSION TMP_CSP_VERSION
00032 
00033 // Undefine the temporaries, to avoid pollution.
00034 #undef TMP_CSP_PACKAGE
00035 #undef TMP_CSP_PACKAGE_BUGREPORT
00036 #undef TMP_CSP_PACKAGE_NAME
00037 #undef TMP_CSP_PACKAGE_STRING
00038 #undef TMP_CSP_PACKAGE_TARNAME
00039 #undef TMP_CSP_PACKAGE_VERSION
00040 #undef TMP_CSP_VERSION
00041 
00042 // Local Variables:
00043 // mode: C++
00044 // End:

Generated on Wed May 25 12:21:13 2005 for csp.kdevelop by  doxygen 1.3.9.1