From a43aa761cdb3fd1051dad474fccf9e500a0d49ea Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 19 Apr 2001 14:45:41 +0000 Subject: 14033: reduce unnecessary library linking for modules and main binary --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index e28bbc587..b1fc133d0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -317,3 +317,9 @@ /* Define if you have the terminfo strnames symbol. */ #undef HAVE_STRNAMES + +/* Define if you have the cap library. */ +#undef HAVE_LIBCAP + +/* Define if you have the socket library. */ +#undef HAVE_LIBSOCKET -- cgit 1.4.1