]> git.saurik.com Git - apple/configd.git/blob - IPMonitorControl/symbol_scope.h
configd-963.50.8.tar.gz
[apple/configd.git] / IPMonitorControl / symbol_scope.h
1 #ifndef _S_SYMBOL_SCOPE_H
2 #define _S_SYMBOL_SCOPE_H
3
4 #ifndef PRIVATE_EXTERN
5 #define PRIVATE_EXTERN __private_extern__
6 #endif /* PRIVATE_EXTERN */
7
8 #ifndef STATIC
9 #define STATIC static
10 #endif /* STATIC */
11
12 #ifndef INLINE
13 #define INLINE static __inline__
14 #endif /* INLINE */
15
16 #endif /* _S_SYMBOL_SCOPE_H */