home *** CD-ROM | disk | FTP | other *** search
- #ifndef _MACHINE_ANSI_H_
- #define _MACHINE_ANSI_H_
-
- /*
- * Types which are fundamental to the implementation and may appear in
- * more than one standard header are defined here. Standard headers
- * then use:
- * #ifdef _BSD_SIZE_T_
- * typedef _BSD_SIZE_T_ size_t;
- * #undef _BSD_SIZE_T_
- * #endif
- */
- #define _BSD_SIZE_T_ unsigned long
-
- #endif /* _MACHINE_ANSI_H_ */
-