diff options
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 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 |