diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index dbd0280..c16e5e5 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* Define to 1 if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H +/* define if the Boost library is available */ +#undef HAVE_BOOST + /* Define to 1 if you have the `bzero' function. */ #undef HAVE_BZERO @@ -63,9 +66,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the `boost_system' library (-lboost_system). */ -#undef HAVE_LIBBOOST_SYSTEM - /* Define to 1 if you have the `pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD |