removed from CVS, generated automatically
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 28 Aug 2002 12:11:36 +0000 (12:11 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 28 Aug 2002 12:11:36 +0000 (12:11 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2085 4a8a32a2-be11-0410-ad9d-d568d2c75423

sdcc_vc.h [deleted file]

diff --git a/sdcc_vc.h b/sdcc_vc.h
deleted file mode 100644 (file)
index 1b77070..0000000
--- a/sdcc_vc.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
- */
-#ifndef SDCCCONF_HEADER
-#define SDCCCONF_HEADER
-
-
-#define SDCC_VERSION_HI 2
-#define SDCC_VERSION_LO 2
-#define SDCC_VERSION_P 1
-#define SDCC_VERSION_STR "2.2.2"
-
-/* MSVC 6 does not have __FUNCTION__ preprocessor macro defined */
-
-#if defined(_MSC_VER) && (_MSC_VER < 1300)
-#define __FUNCTION__ __FILE__
-#endif
-
-#undef PREFIX
-#define PREFIX                "\\sdcc"
-
-#undef DATADIR
-#undef SRCDIR
-
-//#define STANDARD_INCLUDE_DIR  "\\sdcc\\local\\share\\include"
-#define SDCC_INCLUDE_DIR      "\\sdcc\\include"
-#define SDCC_LIB_DIR          "\\sdcc\\lib"
-#define STD_LIB               "libsdcc"
-#define STD_INT_LIB           "libint"
-#define STD_LONG_LIB          "liblong"
-#define STD_FP_LIB            "libfloat"
-#define STD_DS390_LIB         "libds390"
-
-// #undef HAVE_SYS_SOCKET_H
-// #undef HAVE_SYS_ISA_DEFS_H  
-// #undef HAVE_ENDIAN_H
-
-#undef HAVE_STRERROR
-
-#undef OPT_DISABLE_Z80
-#undef OPT_DISABLE_GBZ80
-#undef OPT_DISABLE_MCS51
-#undef OPT_DISABLE_AVR
-
-#endif
-
-/* End of config.h */