diff options
| author | Tobias Markmann <tobias.markmann@isode.com> | 2019-11-14 21:08:53 (GMT) |
|---|---|---|
| committer | Tobias Markmann <tobias.markmann@isode.com> | 2019-11-15 11:58:11 (GMT) |
| commit | 8230b23238b4d0ef0fcde01a799758558d502fa1 (patch) | |
| tree | 849251b42e457357b86a2ba91e9b78f635cc55a3 /3rdParty/CppUnit/src/include/cppunit/config-auto.h | |
| parent | caca46ceedddd43c707e7eda9b4c765d61730ccb (diff) | |
| download | swift-8230b23238b4d0ef0fcde01a799758558d502fa1.zip swift-8230b23238b4d0ef0fcde01a799758558d502fa1.tar.bz2 | |
Update 3rdParty/CppUnit to version 1.14.0
This gets rid of std::auto_ptr usage and its deprecation
warnings.
Test-Information:
Builds and tests pass on macOS.
Change-Id: I299a0a8d9aa2ead15c933e83a2e3e53f84a4f5b7
Diffstat (limited to '3rdParty/CppUnit/src/include/cppunit/config-auto.h')
| -rw-r--r-- | 3rdParty/CppUnit/src/include/cppunit/config-auto.h | 161 |
1 files changed, 0 insertions, 161 deletions
diff --git a/3rdParty/CppUnit/src/include/cppunit/config-auto.h b/3rdParty/CppUnit/src/include/cppunit/config-auto.h deleted file mode 100644 index 58b3d6e..0000000 --- a/3rdParty/CppUnit/src/include/cppunit/config-auto.h +++ /dev/null | |||
| @@ -1,161 +0,0 @@ | |||
| 1 | #ifndef _INCLUDE_CPPUNIT_CONFIG_AUTO_H | ||
| 2 | #define _INCLUDE_CPPUNIT_CONFIG_AUTO_H 1 | ||
| 3 | |||
| 4 | /* include/cppunit/config-auto.h. Generated automatically at end of configure. */ | ||
| 5 | /* config/config.h. Generated by configure. */ | ||
| 6 | /* config/config.h.in. Generated from configure.in by autoheader. */ | ||
| 7 | |||
| 8 | /* define if library uses std::string::compare(string,pos,n) */ | ||
| 9 | /* #undef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST */ | ||
| 10 | |||
| 11 | |||
| 12 | #define CPPUNIT_HAVE_CPP_CAST | ||
| 13 | |||
| 14 | /* define if the library defines strstream */ | ||
| 15 | #ifndef CPPUNIT_HAVE_CLASS_STRSTREAM | ||
| 16 | #define CPPUNIT_HAVE_CLASS_STRSTREAM 1 | ||
| 17 | #endif | ||
| 18 | |||
| 19 | /* Define to 1 if you have the <cmath> header file. */ | ||
| 20 | #ifndef CPPUNIT_HAVE_CMATH | ||
| 21 | #define CPPUNIT_HAVE_CMATH 1 | ||
| 22 | #endif | ||
| 23 | |||
| 24 | /* Define if you have the GNU dld library. */ | ||
| 25 | /* #undef CPPUNIT_HAVE_DLD */ | ||
| 26 | |||
| 27 | /* Define to 1 if you have the `dlerror' function. */ | ||
| 28 | #ifndef CPPUNIT_HAVE_DLERROR | ||
| 29 | #define CPPUNIT_HAVE_DLERROR 1 | ||
| 30 | #endif | ||
| 31 | |||
| 32 | /* Define to 1 if you have the <dlfcn.h> header file. */ | ||
| 33 | #ifndef CPPUNIT_HAVE_DLFCN_H | ||
| 34 | #define CPPUNIT_HAVE_DLFCN_H 1 | ||
| 35 | #endif | ||
| 36 | |||
| 37 | /* define if the compiler supports GCC C++ ABI name demangling */ | ||
| 38 | #ifndef CPPUNIT_HAVE_GCC_ABI_DEMANGLE | ||
| 39 | #define CPPUNIT_HAVE_GCC_ABI_DEMANGLE 1 | ||
| 40 | #endif | ||
| 41 | |||
| 42 | /* Define to 1 if you have the <inttypes.h> header file. */ | ||
| 43 | #ifndef CPPUNIT_HAVE_INTTYPES_H | ||
| 44 | #define CPPUNIT_HAVE_INTTYPES_H 1 | ||
| 45 | #endif | ||
| 46 | |||
| 47 | /* Define if you have the libdl library or equivalent. */ | ||
| 48 | #ifndef CPPUNIT_HAVE_LIBDL | ||
| 49 | #define CPPUNIT_HAVE_LIBDL 1 | ||
| 50 | #endif | ||
| 51 | |||
| 52 | /* Define to 1 if you have the <memory.h> header file. */ | ||
| 53 | #ifndef CPPUNIT_HAVE_MEMORY_H | ||
| 54 | #define CPPUNIT_HAVE_MEMORY_H 1 | ||
| 55 | #endif | ||
| 56 | |||
| 57 | /* define to 1 if the compiler implements namespaces */ | ||
| 58 | #ifndef CPPUNIT_HAVE_NAMESPACES | ||
| 59 | #define CPPUNIT_HAVE_NAMESPACES 1 | ||
| 60 | #endif | ||
| 61 | |||
| 62 | /* define if the compiler supports Run-Time Type Identification */ | ||
| 63 | #ifndef CPPUNIT_HAVE_RTTI | ||
| 64 | #define CPPUNIT_HAVE_RTTI 1 | ||
| 65 | #endif | ||
| 66 | |||
| 67 | /* Define if you have the shl_load function. */ | ||
| 68 | /* #undef CPPUNIT_HAVE_SHL_LOAD */ | ||
| 69 | |||
| 70 | /* define if the compiler has stringstream */ | ||
| 71 | #ifndef CPPUNIT_HAVE_SSTREAM | ||
| 72 | #define CPPUNIT_HAVE_SSTREAM 1 | ||
| 73 | #endif | ||
| 74 | |||
| 75 | /* Define to 1 if you have the <stdint.h> header file. */ | ||
| 76 | #ifndef CPPUNIT_HAVE_STDINT_H | ||
| 77 | #define CPPUNIT_HAVE_STDINT_H 1 | ||
| 78 | #endif | ||
| 79 | |||
| 80 | /* Define to 1 if you have the <stdlib.h> header file. */ | ||
| 81 | #ifndef CPPUNIT_HAVE_STDLIB_H | ||
| 82 | #define CPPUNIT_HAVE_STDLIB_H 1 | ||
| 83 | #endif | ||
| 84 | |||
| 85 | /* Define to 1 if you have the <strings.h> header file. */ | ||
| 86 | #ifndef CPPUNIT_HAVE_STRINGS_H | ||
| 87 | #define CPPUNIT_HAVE_STRINGS_H 1 | ||
| 88 | #endif | ||
| 89 | |||
| 90 | /* Define to 1 if you have the <string.h> header file. */ | ||
| 91 | #ifndef CPPUNIT_HAVE_STRING_H | ||
| 92 | #define CPPUNIT_HAVE_STRING_H 1 | ||
| 93 | #endif | ||
| 94 | |||
| 95 | /* Define to 1 if you have the <strstream> header file. */ | ||
| 96 | #ifndef CPPUNIT_HAVE_STRSTREAM | ||
| 97 | #define CPPUNIT_HAVE_STRSTREAM 1 | ||
| 98 | #endif | ||
| 99 | |||
| 100 | /* Define to 1 if you have the <sys/stat.h> header file. */ | ||
| 101 | #ifndef CPPUNIT_HAVE_SYS_STAT_H | ||
| 102 | #define CPPUNIT_HAVE_SYS_STAT_H 1 | ||
| 103 | #endif | ||
| 104 | |||
| 105 | /* Define to 1 if you have the <sys/types.h> header file. */ | ||
| 106 | #ifndef CPPUNIT_HAVE_SYS_TYPES_H | ||
| 107 | #define CPPUNIT_HAVE_SYS_TYPES_H 1 | ||
| 108 | #endif | ||
| 109 | |||
| 110 | /* Define to 1 if you have the <unistd.h> header file. */ | ||
| 111 | #ifndef CPPUNIT_HAVE_UNISTD_H | ||
| 112 | #define CPPUNIT_HAVE_UNISTD_H 1 | ||
| 113 | #endif | ||
| 114 | |||
| 115 | /* Name of package */ | ||
| 116 | #ifndef CPPUNIT_PACKAGE | ||
| 117 | #define CPPUNIT_PACKAGE "cppunit" | ||
| 118 | #endif | ||
| 119 | |||
| 120 | /* Define to the address where bug reports for this package should be sent. */ | ||
| 121 | #ifndef CPPUNIT_PACKAGE_BUGREPORT | ||
| 122 | #define CPPUNIT_PACKAGE_BUGREPORT "" | ||
| 123 | #endif | ||
| 124 | |||
| 125 | /* Define to the full name of this package. */ | ||
| 126 | #ifndef CPPUNIT_PACKAGE_NAME | ||
| 127 | #define CPPUNIT_PACKAGE_NAME "" | ||
| 128 | #endif | ||
| 129 | |||
| 130 | /* Define to the full name and version of this package. */ | ||
| 131 | #ifndef CPPUNIT_PACKAGE_STRING | ||
| 132 | #define CPPUNIT_PACKAGE_STRING "" | ||
| 133 | #endif | ||
| 134 | |||
| 135 | /* Define to the one symbol short name of this package. */ | ||
| 136 | #ifndef CPPUNIT_PACKAGE_TARNAME | ||
| 137 | #define CPPUNIT_PACKAGE_TARNAME "" | ||
| 138 | #endif | ||
| 139 | |||
| 140 | /* Define to the version of this package. */ | ||
| 141 | #ifndef CPPUNIT_PACKAGE_VERSION | ||
| 142 | #define CPPUNIT_PACKAGE_VERSION "" | ||
| 143 | #endif | ||
| 144 | |||
| 145 | /* Define to 1 if you have the ANSI C header files. */ | ||
| 146 | #ifndef CPPUNIT_STDC_HEADERS | ||
| 147 | #define CPPUNIT_STDC_HEADERS 1 | ||
| 148 | #endif | ||
| 149 | |||
| 150 | /* Define to 1 to use type_info::name() for class names */ | ||
| 151 | #ifndef CPPUNIT_USE_TYPEINFO_NAME | ||
| 152 | #define CPPUNIT_USE_TYPEINFO_NAME CPPUNIT_HAVE_RTTI | ||
| 153 | #endif | ||
| 154 | |||
| 155 | /* Version number of package */ | ||
| 156 | #ifndef CPPUNIT_VERSION | ||
| 157 | #define CPPUNIT_VERSION "1.12.0" | ||
| 158 | #endif | ||
| 159 | |||
| 160 | /* _INCLUDE_CPPUNIT_CONFIG_AUTO_H */ | ||
| 161 | #endif | ||
Swift