diff options
| author | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-31 17:27:46 +0000 |
|---|---|---|
| committer | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-31 17:27:46 +0000 |
| commit | 28aacfaeddbfe047ab0fba29b6843facc5e5e06a (patch) | |
| tree | 59387f63c46e7c4ef6d5609dad1e31bef8424bbd /stp/AST/STLport_config.h | |
| parent | c582aa704b9f0d2729e76251aeb4676d4cb866a6 (diff) | |
| download | klee-28aacfaeddbfe047ab0fba29b6843facc5e5e06a.tar.gz | |
Forgot to remove the actual stp directory.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@161056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'stp/AST/STLport_config.h')
| -rw-r--r-- | stp/AST/STLport_config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/stp/AST/STLport_config.h b/stp/AST/STLport_config.h deleted file mode 100644 index 9b7bc14f..00000000 --- a/stp/AST/STLport_config.h +++ /dev/null @@ -1,20 +0,0 @@ -/******************************************************************** - * AUTHORS: Vijay Ganesh, David L. Dill - * - * BEGIN DATE: November, 2005 - * - * LICENSE: Please view LICENSE file in the home dir of this Program - ********************************************************************/ -// -*- c++ -*- - -// STLport debug checking, if we use STLport threads flag is to get -// rid of link errors, since iostreams compiles with threads. alloc -// and uninitialized are extra checks Later on, if used with Purify or -// Valgrind, may want to set flags to prevent reporting of false -// leaks. For some reason, _STLP_THREADS works on the command line -// but not here (?) -#define _STLP_THREADS -#define _STLP_DEBUG 1 -#define _STLP_DEBUG_LEVEL _STLP_STANDARD_DBG_LEVEL -#define _STLP_DEBUG_ALLOC 1 -#define _STLP_DEBUG_UNINITIALIZED 1 |
