diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-08-12 21:03:43 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-08-14 13:55:02 +0200 |
commit | 42a0c05408c4151442e6a0ec1c6889acbcfe9c17 (patch) | |
tree | 5a4992c5fa66256987e335ffe94ee960ed1ff9db /sysdep/autoconf.h.in | |
parent | bde872bba745e5596bdb066df6ef323b7cabcfdd (diff) |
BGP Extended communities.
Diffstat (limited to 'sysdep/autoconf.h.in')
-rw-r--r-- | sysdep/autoconf.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/autoconf.h.in b/sysdep/autoconf.h.in index 4739fbaf..d029e2a7 100644 --- a/sysdep/autoconf.h.in +++ b/sysdep/autoconf.h.in @@ -18,6 +18,9 @@ /* 32-bit integer type */ #define INTEGER_32 ? +/* 64-bit integer type */ +#define INTEGER_64 ? + /* CPU endianity */ #undef CPU_LITTLE_ENDIAN #undef CPU_BIG_ENDIAN |