We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4018409 + 100b112 commit 0bf5eceCopy full SHA for 0bf5ece
opal/mca/pmix/pmix2x/pmix/src/util/compress.c
@@ -1,5 +1,6 @@
1
/*
2
* Copyright (c) 2016 Intel, Inc. All rights reserved.
3
+ * Copyright (c) 2017 Cisco Systems, Inc. All rights reserved.
4
* $COPYRIGHT$
5
*
6
* Additional copyrights may follow
@@ -21,7 +22,7 @@
21
22
#include "src/include/pmix_globals.h"
23
#include "src/util/compress.h"
24
-#ifdef HAVE_ZLIB_H
25
+#if PMIX_HAVE_ZLIB
26
bool pmix_util_compress_string(char *instring,
27
uint8_t **outbytes,
28
size_t *nbytes)
0 commit comments