diff options
author | Jan Moskyto Matejka <mq@ucw.cz> | 2016-12-07 14:15:35 +0100 |
---|---|---|
committer | Jan Moskyto Matejka <mq@ucw.cz> | 2016-12-07 14:15:35 +0100 |
commit | af62c0f9f1f6382fe88c8ae5e514f70c0b5b6d05 (patch) | |
tree | 49c82267598c92cc758203f8ed06d822c6c2deb2 /sysdep/autoconf.h.in | |
parent | cdbe1defa4b783715ed29d8d253a55d3efe0b9ed (diff) |
LibSSH may be switched off together with RPKI
Diffstat (limited to 'sysdep/autoconf.h.in')
-rw-r--r-- | sysdep/autoconf.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/autoconf.h.in b/sysdep/autoconf.h.in index b746eb34..a68f3e90 100644 --- a/sysdep/autoconf.h.in +++ b/sysdep/autoconf.h.in @@ -68,4 +68,7 @@ /* We have stdint.h */ #undef HAVE_STDINT_H +/* We have LibSSH */ +#undef HAVE_LIBSSH + #define CONFIG_PATH ? |