diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |