summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@sumost.ca>2001-06-02 22:26:36 +0000
committerSteve M. Robbins <smr@sumost.ca>2001-06-02 22:26:36 +0000
commit9651ccfc354182826aeacb100cba94245f70b78e (patch)
tree09961c636bfc148cc0cd682657349c8160b8554d /include/cppunit
parentcdbca4119defbc5f9698906633eec05b5dc8272a (diff)
downloadcppunit-9651ccfc354182826aeacb100cba94245f70b78e.tar.gz
Determine string::compare() weirdness automatically.
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/config.h.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/cppunit/config.h.in b/include/cppunit/config.h.in
index 9d697d0..7899678 100644
--- a/include/cppunit/config.h.in
+++ b/include/cppunit/config.h.in
@@ -12,10 +12,5 @@
/* Define to 1 if the preprocessor expands (#foo) to "foo" (quotes incl.) */
#define CPPUNIT_HAVE_CPP_SOURCEANNOTATION 1
-/** FIXME: determine using autoconf. **/
-/* Define to 1 if std::string::compare(string,pos,len) is defined,
- rather than std::string::compare(pos,len,string) */
-#define CPPUNIT_STRING_COMPARE_STRING_FIRST 1
-
#endif