* ChangeLog: fix my last update config.h -> zebra.h ;)
* zebra.h: Fix gcc check.
+2004-06-21 Paul Jakma <paul@dishone.st>
+
+ * ChangeLog: fix my last update config.h -> zebra.h ;)
+ * zebra.h: Fix gcc check.
+
2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
* filter.c: (access_list_remark_cmd) buffer_putstr doesnt need cast
2004-06-09 Paul Jakma <paul@dishone.st>
- * config.h: __attribute__ is a gcc'ism
+ * zebra.h: __attribute__ is a gcc'ism
2004-06-04 Paul Jakma <paul@dishone.st>
#define CMSG_LEN(l) (_CMSG_DATA_ALIGN(sizeof(struct cmsghdr)) + (l))
#endif /* CMSG_LEN */
-#if !defined(__GNUC__) || __GNUC__ < 2 || __GNUC_MINOR__ < 5
+#if !(defined(__GNUC__) || defined(VTYSH_EXTRACT_PL))
#define __attribute__(x)
#endif /* !__GNUC__ */