diff options
author | Ondrej Filip <feela@majklik.network.cz> | 2009-06-02 00:28:08 +0200 |
---|---|---|
committer | Ondrej Filip <feela@majklik.network.cz> | 2009-06-02 00:28:08 +0200 |
commit | dc16584ac2be1c097acbf8a0b2f6d412214f2a01 (patch) | |
tree | 9cbd9c8c763dad1a35cacdf0b7021cd354918e2c /sysdep/config.h | |
parent | 9be1086d2970633fb5af2a1faaae16d5a1cf48ea (diff) | |
download | bird-dc16584ac2be1c097acbf8a0b2f6d412214f2a01.tar bird-dc16584ac2be1c097acbf8a0b2f6d412214f2a01.zip |
Small change to make BIRD's IPv6 packaging easier
Diffstat (limited to 'sysdep/config.h')
-rw-r--r-- | sysdep/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index 47d175b..f0a5ecc 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -38,11 +38,11 @@ typedef u16 word; /* Path to configuration file */ #ifdef IPV6 # ifdef DEBUGGING -# define PATH_CONFIG "bird-6.conf" -# define PATH_CONTROL_SOCKET "bird-6.ctl" +# define PATH_CONFIG "bird6.conf" +# define PATH_CONTROL_SOCKET "bird6.ctl" # else -# define PATH_CONFIG PATH_CONFIG_DIR "/bird-6.conf" -# define PATH_CONTROL_SOCKET PATH_CONTROL_SOCKET_DIR "/bird-6.ctl" +# define PATH_CONFIG PATH_CONFIG_DIR "/bird6.conf" +# define PATH_CONTROL_SOCKET PATH_CONTROL_SOCKET_DIR "/bird6.ctl" # endif #else # ifdef DEBUGGING |