diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:16 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:16 +0900 |
commit | 0fd98397eab07f1ec3b1fad9890fd751298e1fe0 (patch) | |
tree | 2e6a21730db1973ea7b81847dbb181ce9c8cd2ce /src/wget.h | |
parent | 24d4e855d95e02a5324c2f3d88cfd5cd19830c2c (diff) | |
download | wget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.tar.gz wget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.tar.bz2 wget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.zip |
Imported Upstream version 1.17.1upstream/1.17.1
Diffstat (limited to 'src/wget.h')
-rw-r--r-- | src/wget.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,8 +48,10 @@ as that of the covered work. */ /* Disable assertions when debug support is not compiled in. */ #ifndef ENABLE_DEBUG +#ifndef NDEBUG # define NDEBUG #endif +#endif /* Is OpenSSL or GNUTLS available? */ #if defined HAVE_LIBSSL || defined HAVE_LIBSSL32 || defined HAVE_LIBGNUTLS |