hamncheese/modules/n2nvpn/config.h
Scott Duensing c68ec92614 Updating n2n
2023-09-07 18:23:07 -05:00

41 lines
1.2 KiB
C

/* Define to 1 if you have the `cap' library (-lcap). */
/* #undef HAVE_LIBCAP */
/* Define to 1 if you have the `crypto' library (-lcrypto). */
/* #undef HAVE_LIBCRYPTO */
/* Define to 1 if you have the `miniupnpc' library (-lminiupnpc). */
/* #undef HAVE_LIBMINIUPNPC */
/* Define to 1 if you have the `natpmp' library (-lnatpmp). */
/* #undef HAVE_LIBNATPMP */
/* Define to 1 if you have the `pcap' library (-lpcap). */
/* #undef HAVE_LIBPCAP */
/* Define to 1 if you have the `pthread' library (-lpthread). */
#define HAVE_LIBPTHREAD 1
/* Define to 1 if you have the `zstd' library (-lzstd). */
/* #undef HAVE_LIBZSTD */
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Last change date */
#define PACKAGE_BUILDDATE "Thu Aug 3 21:40:31 2023 +0100"
/* Define to the full name of this package. */
#define PACKAGE_NAME "edge"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "edge 3.1.1-220-gf791531"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "edge"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "3.1.1-220-gf791531"