]> git.gag.com Git - fw/sdcc/commitdiff
Removed borland.h
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 10 Feb 2003 22:25:52 +0000 (22:25 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 10 Feb 2003 22:25:52 +0000 (22:25 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2245 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/cpp2/borland.h [deleted file]

diff --git a/support/cpp2/borland.h b/support/cpp2/borland.h
deleted file mode 100644 (file)
index 59e352f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef CPP2_BORLAND_H_
-#define CPP2_BORLAND_H_
-
-/* Define values for Borland makefile which are detected by configure
- * on better behaved platforms.
- * 
- * This is the equivalent of auto-host.h.
- */
-
-#include "sdcc.h"
-
-#define HAVE_STRINGIZE
-#define STDC_HEADERS
-#define PACKAGE "sdcc"
-#define LOCALEDIR ""
-#define PREFIX ""
-#define inline
-#define SIZEOF_INT 4
-#define SIZEOF_LONG 4
-#define HAVE_TIME_H 1
-#define HAVE_STRING_H 1
-#define HAVE_SYS_STAT_H 1
-#define HAVE_STDLIB_H 1
-#define ssize_t int
-#define __STDC__ 1
-#define alloca(x) calloc(1,(x))
-
-#endif