* HTTP/1 native parser as part of the RESTCONF client
* Fixed memory error in opendir/readdir in clicon_file_dirent * Remove MAXPATH in parsers * New string-del function
This commit is contained in:
parent
0ed34b4fab
commit
dadf4a778a
53 changed files with 1061 additions and 1273 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
#
|
||||
# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC
|
||||
# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC
|
||||
#
|
||||
# This file is part of CLIXON
|
||||
#
|
||||
|
|
@ -37,11 +37,11 @@
|
|||
# This is for RESTCONF. There are three options:
|
||||
# --without-restconf No restconf support
|
||||
# --with-restconf=fcgi FCGI interface for separate web reverse proxy like nginx
|
||||
# --with-restconf=native Integration with embedded web server libevhtp
|
||||
# --with-restconf=native Integration with embedded web server
|
||||
WITH_RESTCONF=@with_restconf@ # native, fcgi or ""
|
||||
|
||||
HAVE_LIBNGHTTP2=@HAVE_LIBNGHTTP2@
|
||||
HAVE_LIBEVHTP=@HAVE_LIBEVHTP@
|
||||
HAVE_HTTP1=@HAVE_HTTP1@
|
||||
|
||||
# This is for libxml2 XSD regex engine
|
||||
# Note this only enables the compiling of the code. In order to actually
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue