]>
git.saurik.com Git - apple/ipsec.git/blob - ipsec-tools/racoon/gnuc.h
1 /* $Id: gnuc.h,v 1.4 2004/11/18 15:14:44 ludvigm Exp $ */
3 /* Define __P() macro, if necessary */
7 #define __P(protos) protos
15 #define inline __inline
21 * Handle new and old "dead" routine prototypes
25 * __dead void foo(void) __attribute__((volatile));
30 #define __dead volatile
32 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
34 #define __attribute__(args)
42 #define __attribute__(args)