diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-10 19:13:02 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-10 19:13:02 +0200 |
commit | e32a1b1c1add67ebe82ef6a3e45ae8b51f9f2e97 (patch) | |
tree | 857de7ccf8303aba1bc36db56cbf0e7120479913 /include | |
parent | b4397485d19dc8bd4c109641e0495f8c5a5f4d16 (diff) | |
parent | ba8b2ba46a5b499004272c9acc9049539b600082 (diff) | |
download | ouroboros-e32a1b1c1add67ebe82ef6a3e45ae8b51f9f2e97.tar.gz ouroboros-e32a1b1c1add67ebe82ef6a3e45ae8b51f9f2e97.zip |
Merged in sandervrijders/ouroboros/be (pull request #72)
ipcpd: Allow disabling of DNS
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/config.h.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ouroboros/config.h.in b/include/ouroboros/config.h.in index 380c1065..2a496343 100644 --- a/include/ouroboros/config.h.in +++ b/include/ouroboros/config.h.in @@ -26,10 +26,11 @@ #define PROJECT_NAME "@CMAKE_PROJECT_NAME@" #define PROJECT_VERSION "@PACKAGE_VERSION@" #define INSTALL_DIR "@CMAKE_INSTALL_PREFIX@" -#define BUILD_TYPE "@CMAKE_BUILD_TYPE@" #define _POSIX_C_SOURCE 199506L #define IPCP_SHIM_UDP_EXEC "@IPCP_SHIM_UDP_TARGET@" #define IPCP_NORMAL_EXEC "@IPCP_NORMAL_TARGET@" -#define NSUPDATE_EXEC "@NSUPDATE_EXECUTABLE@" +#define AP_MAX_FLOWS 256 +#define DU_BUFF_HEADSPACE 128 +#define DU_BUFF_TAILSPACE 0 #endif |