44 lines
1.3 KiB
C
44 lines
1.3 KiB
C
/* include/config.h. Generated from config.h.in by configure. */
|
|
/* include/config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* 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). */
|
|
#define HAVE_LIBMINIUPNPC 1
|
|
|
|
/* Define to 1 if you have the `natpmp' library (-lnatpmp). */
|
|
#define HAVE_LIBNATPMP 1
|
|
|
|
/* 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 "Sat Sep 23 18:31:22 CDT 2023"
|
|
|
|
/* 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"
|
|
|
|
/* 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"
|