diff options
Diffstat (limited to 'depends/protobuf/config.h.in')
| -rw-r--r-- | depends/protobuf/config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/depends/protobuf/config.h.in b/depends/protobuf/config.h.in new file mode 100644 index 00000000..7da01520 --- /dev/null +++ b/depends/protobuf/config.h.in @@ -0,0 +1,12 @@ +#define HASH_MAP_H @HASH_MAP_H@ +#define HASH_SET_H @HASH_SET_H@ +#define HASH_MAP_CLASS @HASH_MAP_CLASS@ +#define HASH_SET_CLASS @HASH_SET_CLASS@ +#define HASH_NAMESPACE @HASH_NAMESPACE@ +#define HAVE_HASH_MAP @HAVE_HASH_MAP@ +#define HAVE_HASH_SET @HAVE_HASH_SET@ +#define HAVE_PTHREAD @CMAKE_USE_PTHREADS_INIT@ + +/* define if you want to use zlib. See readme.txt for additional + * requirements. */ +#define HAVE_ZLIB 1 |
