* autotools: removed warning of HAVE_HTTP1 by adding doc-string
* NETCONF 1.1 capability: removed extra, redundant conditional
This commit is contained in:
parent
1a9def2f6e
commit
aaf8dee44f
4 changed files with 7 additions and 7 deletions
|
|
@ -33,6 +33,9 @@
|
|||
/* Define to 1 if you have the `getresuid' function. */
|
||||
#undef HAVE_GETRESUID
|
||||
|
||||
/* Enable HTTP/1 (default true) */
|
||||
#undef HAVE_HTTP1
|
||||
|
||||
/* Define to 1 if you have the `inet_aton' function. */
|
||||
#undef HAVE_INET_ATON
|
||||
|
||||
|
|
@ -60,9 +63,6 @@
|
|||
/* Define to 1 if you have the `nghttp2' library (-lnghttp2). */
|
||||
#undef HAVE_LIBNGHTTP2
|
||||
|
||||
/* Set to true if HTTP/1 parser */
|
||||
#undef HAVE_HTTP1
|
||||
|
||||
/* Define to 1 if you have the `socket' library (-lsocket). */
|
||||
#undef HAVE_LIBSOCKET
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue