Source release 14.1.0

This commit is contained in:
John W. Bruce
2018-06-29 15:59:47 -07:00
parent 3ab70cec4e
commit afa11a48a0
1941 changed files with 557780 additions and 105547 deletions

View File

@@ -5,16 +5,19 @@
#define HASH_MAP_CLASS unordered_map
/* the location of <unordered_map> or <hash_map> */
#define HASH_MAP_H <tr1/unordered_map>
#define HASH_MAP_H <unordered_map>
/* the namespace of hash_map/hash_set */
#define HASH_NAMESPACE std::tr1
#define HASH_NAMESPACE std
/* the name of <hash_set> */
#define HASH_SET_CLASS unordered_set
/* the location of <unordered_set> or <hash_set> */
#define HASH_SET_H <tr1/unordered_set>
#define HASH_SET_H <unordered_set>
/* define if the compiler supports basic C++11 syntax */
#define HAVE_CXX11 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
@@ -96,7 +99,7 @@
#define PACKAGE_NAME "Protocol Buffers"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Protocol Buffers 2.6.1"
#define PACKAGE_STRING "Protocol Buffers 3.5.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "protobuf"
@@ -105,15 +108,12 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.6.1"
#define PACKAGE_VERSION "3.5.1"
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
/* #undef PTHREAD_CREATE_JOINABLE */
/* 64bit enabled */
/* #undef SOLARIS_64BIT_ENABLED */
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -140,7 +140,7 @@
/* Version number of package */
#define VERSION "2.6.1"
#define VERSION "3.5.1"
/* Define to 1 if on MINIX. */
/* #undef _MINIX */