Skip to content

Commit

Permalink
Undo config.h changes
Browse files Browse the repository at this point in the history
  • Loading branch information
agedemenli committed Jan 6, 2022
1 parent afcd212 commit 20d8b04
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/include/citus_config.h.in
Expand Up @@ -31,17 +31,14 @@
/* A string containing the version number, platform, and C compiler */
#undef CITUS_VERSION_STR

/* Define to 1 to build with lz4 support. (--with-lz4) */
#undef HAVE_CITUS_LIBLZ4

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the `curl' library (-lcurl). */
#undef HAVE_LIBCURL

/* Define to 1 if you have the `lz4' library (-llz4). */
#undef HAVE_LIBLZ4
#undef HAVE_CITUS_LIBLZ4

/* Define to 1 if you have the `zstd' library (-lzstd). */
#undef HAVE_LIBZSTD
Expand Down

0 comments on commit 20d8b04

Please sign in to comment.