cleaning up

This commit is contained in:
2024-06-01 00:50:02 +02:00
parent f2610dcbb6
commit 1159fca0ec
16 changed files with 467 additions and 126 deletions

1
lib/.gitignore vendored
View File

@ -1,2 +1 @@
/libcsp
/cfg/csp/autoconfig.h

View File

@ -4,10 +4,9 @@
#define CSP_HAVE_STDIO 1
#define CSP_ENABLE_CSP_PRINT 1
#define CSP_PRINT_STDIO 1
#define CSP_REPRODUCIBLE_BUILDS 0
#define CSP_QFIFO_LEN 15
#define CSP_QFIFO_LEN 16
#define CSP_PORT_MAX_BIND 16
#define CSP_CONN_RXQUEUE_LEN 16
#define CSP_CONN_MAX 8
@ -19,7 +18,7 @@
#define CSP_USE_RDP 1
#define CSP_USE_HMAC 1
#define CSP_USE_PROMISC 1
#define CSP_USE_RTABLE 1
#define CSP_USE_RTABLE 0
#define CSP_HAVE_LIBSOCKETCAN 0
#define CSP_HAVE_LIBZMQ 1
#define CSP_HAVE_LIBZMQ 0