diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 14:45:41 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 14:45:41 +0000 |
| commit | a43aa761cdb3fd1051dad474fccf9e500a0d49ea (patch) | |
| tree | 1035a488b2c17d3314b4cfa08f702ea88c5b46c4 /acconfig.h | |
| parent | *** empty log message *** (diff) | |
| download | zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.gz zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.bz2 zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.lz zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.xz zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.zst zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.zip | |
14033: reduce unnecessary library linking for modules and main binary
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 |
