Home | History | Annotate | Line # | Download | only in include
cdefs.h revision 1.2
      1 /*	$NetBSD: cdefs.h,v 1.2 2001/02/25 15:49:58 msaitoh Exp $	*/
      2 
      3 #ifndef _MACHINE_CDEFS_H_
      4 #define _MACHINE_CDEFS_H_
      5 
      6 #ifdef __ELF__
      7 #define __LEADING_UNDERSCORE
      8 #endif
      9 
     10 #endif /* !_MACHINE_CDEFS_H_ */
     11