summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/build
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-11-01 17:41:17 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-11-01 17:41:17 (GMT)
commit8ba2a4040484d0aa1be26ad8fde3d7109a7c2fb1 (patch)
tree735641b93f1534495f0d512d42ec02617532497f /Utilities/cmlibarchive/build
parente2d9595ae9adb0a7446b186b19d52099eceb7d41 (diff)
downloadCMake-8ba2a4040484d0aa1be26ad8fde3d7109a7c2fb1.zip
CMake-8ba2a4040484d0aa1be26ad8fde3d7109a7c2fb1.tar.gz
CMake-8ba2a4040484d0aa1be26ad8fde3d7109a7c2fb1.tar.bz2
Fixes for borland, compiles with lots of warnings, but compiles, might fix vs70 again too.
Diffstat (limited to 'Utilities/cmlibarchive/build')
-rw-r--r--Utilities/cmlibarchive/build/cmake/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Utilities/cmlibarchive/build/cmake/config.h.in b/Utilities/cmlibarchive/build/cmake/config.h.in
index 8bb2d9c..e5f7e59 100644
--- a/Utilities/cmlibarchive/build/cmake/config.h.in
+++ b/Utilities/cmlibarchive/build/cmake/config.h.in
@@ -698,3 +698,7 @@
/* Define to `unsigned int' if <sys/types.h> does not define. */
#cmakedefine uintptr_t ${uintptr_t }
+#ifdef __BORLANDC__
+#define uintptr_t unsigned int
+#define intptr_t int
+#endif