diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2015-12-20 19:47:36 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2015-12-20 19:47:36 +0100 |
commit | d549b83fc2f66b4c5e15e158409442993a2d62c4 (patch) | |
tree | 17b428cfabd94d679307c47d315dc9a5e3911d32 /sysdep/config.h | |
parent | 0f7d5b1a889142cdcda0546d8adcc76de465ffb8 (diff) |
Delete ipv6 option from configure
Diffstat (limited to 'sysdep/config.h')
-rw-r--r-- | sysdep/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index 08c15fe9..9620a37d 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -9,6 +9,9 @@ /* BIRD version */ #define BIRD_VERSION "1.5.0" +/* XXXX Temporary */ +#define IPV6 1 + /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" |