home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Headers
/
ansi
/
standards.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-01-23
|
252 b
|
14 lines
/* Copyright (c) 1992 NeXT, Inc. - 11/14/92 WMG */
#ifndef _STANDARDS_H
#define _STANDARDS_H
#ifdef _POSIX_SOURCE
#ifndef __STRICT_ANSI__
#define __STRICT_ANSI__
#endif
#undef __STRICT_BSD__
#endif /* _POSIX_SOURCE */
#endif /* _STANDARDS_H */