diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-03 18:43:39 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-03 18:43:39 +0200 |
commit | 18c8241a91bd9208879666f1a1a13f454e66d75b (patch) | |
tree | 8bdc5f3e384b6b9198d5ab834d869c8d1fb261a7 /sysdep | |
parent | a8b6038225d18155883e330c96b2bc2e44153e1e (diff) | |
download | bird-18c8241a91bd9208879666f1a1a13f454e66d75b.tar bird-18c8241a91bd9208879666f1a1a13f454e66d75b.zip |
BIRD library: The story continues.
Complete resource manages and IP address handling.
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index a17f4d1..c9c1393 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -47,4 +47,8 @@ typedef u16 word; #define CONFIG_BGP #define CONFIG_OSPF +/* Autodetected system features */ + +#define HAVE_SYSLOG + #endif |