summaryrefslogtreecommitdiffstats
path: root/sysdep/config.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-05-03 18:43:39 +0200
committerMartin Mares <mj@ucw.cz>1998-05-03 18:43:39 +0200
commit18c8241a91bd9208879666f1a1a13f454e66d75b (patch)
tree8bdc5f3e384b6b9198d5ab834d869c8d1fb261a7 /sysdep/config.h
parenta8b6038225d18155883e330c96b2bc2e44153e1e (diff)
downloadbird-18c8241a91bd9208879666f1a1a13f454e66d75b.tar
bird-18c8241a91bd9208879666f1a1a13f454e66d75b.zip
BIRD library: The story continues.
Complete resource manages and IP address handling.
Diffstat (limited to 'sysdep/config.h')
-rw-r--r--sysdep/config.h4
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