mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
22 lines
254 B
C
22 lines
254 B
C
/* $FreeBSD$
|
|
*
|
|
* $Log: EXTERN.h,v $
|
|
* Revision 2.0 86/09/17 15:35:37 lwall
|
|
* Baseline for netwide release.
|
|
*
|
|
*/
|
|
|
|
#ifdef EXT
|
|
#undef EXT
|
|
#endif
|
|
#define EXT extern
|
|
|
|
#ifdef INIT
|
|
#undef INIT
|
|
#endif
|
|
#define INIT(x)
|
|
|
|
#ifdef DOINIT
|
|
#undef DOINIT
|
|
#endif
|