summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-06-17 16:02:39 +0000
committerBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-06-17 16:02:39 +0000
commit32317b95c74777975a67bcec836014c373383d59 (patch)
treed54103d9fffd2cf148b4088ae5b26e7f2e7ac423 /include/cppunit
parent2382df7e9789dff732536570898224b56b0f19c9 (diff)
downloadcppunit-32317b95c74777975a67bcec836014c373383d59.tar.gz
Obsoleted by AC_CREATE_PREFIX_CONFIG_H macro.
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/config.h.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/cppunit/config.h.in b/include/cppunit/config.h.in
deleted file mode 100644
index 7899678..0000000
--- a/include/cppunit/config.h.in
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef CPPUNIT_CONFIG_H
-#define CPPUNIT_CONFIG_H
-
-
-/* Define to 1 if the compiler supports Run-Time Type Identification */
-#define CPPUNIT_USE_TYPEINFO @CPPUNIT_USE_TYPEINFO@
-
-/* Define to 1 if you wish to have the old-style macros
- assert(), assertEqual(), assertDoublesEqual(), and assertLongsEqual() */
-#define CPPUNIT_ENABLE_NAKED_ASSERT 0
-
-/* Define to 1 if the preprocessor expands (#foo) to "foo" (quotes incl.) */
-#define CPPUNIT_HAVE_CPP_SOURCEANNOTATION 1
-
-
-#endif