diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2015-09-15 02:03:36 -0700 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2015-10-16 23:50:46 -0700 |
commit | 089e5eb7310683be6806726dbf7b7c94b1b66bfb (patch) | |
tree | 15e431679f2fa9dc9880e9690bb9a11f9545a428 | |
parent | 821df2cf18e5978cc7ab532a8695444380d08270 (diff) | |
download | quagga-089e5eb7310683be6806726dbf7b7c94b1b66bfb.tar.bz2 quagga-089e5eb7310683be6806726dbf7b7c94b1b66bfb.tar.xz |
build/solaris: drop duplicate __EXTENSION__ define
__EXTENSION__ is already defined in config.h by autoconf; drop the
duplicate from zebra.h.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
-rw-r--r-- | lib/zebra.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 1ee5107e..fe34be78 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -27,7 +27,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #ifdef SUNOS_5 #define _XPG4_2 -#define __EXTENSIONS__ typedef unsigned int u_int32_t; typedef unsigned short u_int16_t; typedef unsigned char u_int8_t; |