diff options
author | Martin Mares <mj@ucw.cz> | 1998-11-27 20:28:29 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-11-27 20:28:29 +0100 |
commit | 3cef8c706ccfbc17d8af6aed7820c9231d908214 (patch) | |
tree | 7cd4206609872677c7186acc7d7d231e4a58abf8 | |
parent | 4254dc45e77b4c2d45178c7a5ce1e9bff19b8bf7 (diff) | |
download | bird-3cef8c706ccfbc17d8af6aed7820c9231d908214.tar bird-3cef8c706ccfbc17d8af6aed7820c9231d908214.zip |
Added path to config file.
-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 65a0110..27b9da3 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -56,4 +56,8 @@ typedef u16 word; #define HAVE_SYSLOG +/* Paths */ + +#define PATH_CONFIG "bird.conf" + #endif |