]> The Tcpdump Group git mirrors - tcpdump/commitdiff
(__attribute__): define to nothing if not supported by cc/gcc
authorassar <assar>
Sat, 1 Apr 2000 12:10:21 +0000 (12:10 +0000)
committerassar <assar>
Sat, 1 Apr 2000 12:10:21 +0000 (12:10 +0000)
interface.h

index d01e5c1bc1f39b298f830b14d84f3e240b2f8db8..68bb7fef1f7b9f014d0c3a0b4e1d1c7743e9c7c9 100644 (file)
@@ -18,7 +18,7 @@
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.121 2000-01-19 05:34:18 itojun Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.122 2000-04-01 12:10:21 assar Exp $ (LBL)
  */
 
 #ifndef tcpdump_interface_h
 #include <sys/types.h>
 #include <sys/time.h>
 
+#ifndef HAVE___ATTRIBUTE__
+#define __attribute__(x)
+#endif
+
 /* snprintf et al */
 
 #include <stdarg.h>