From ed0aec25c50b53e63070c2a4a25480724bdf343a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 3 Sep 2014 17:24:00 +0200 Subject: Fix UHASH build on *BSD --- src/fastd_config.h.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/fastd_config.h.in') diff --git a/src/fastd_config.h.in b/src/fastd_config.h.in index 9949eca..e396bf8 100644 --- a/src/fastd_config.h.in +++ b/src/fastd_config.h.in @@ -41,6 +41,14 @@ /** Defined if the platform defines get_current_dir_name() */ #cmakedefine HAVE_GET_CURRENT_DIR_NAME +/** Defined if exists */ +#cmakedefine HAVE_ENDIAN_H + +/** Defined if exists */ +#cmakedefine HAVE_SYS_ENDIAN_H + +/** Defined if be32toh etc. exist */ +#cmakedefine HAVE_LINUX_ENDIAN /** Defined if the platform supports SO_BINDTODEVICE */ #cmakedefine USE_BINDTODEVICE -- cgit v1.2.3