Define __STRICT_ANSI__ for Linux to eliminate spurious warnings. Checkin

for Chris Seawood <cls@seawood.org>.
This commit is contained in:
srinivas%netscape.com 1999-09-14 19:39:46 +00:00
Родитель 7c47c39d1e
Коммит d2332d76c6
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,10 @@
#define prinet_h__
#if defined(XP_UNIX) || defined(XP_OS2) || defined(XP_BEOS)
#ifdef linux
#undef __STRICT_ANSI__
#define __STRICT_ANSI__
#endif
#include <sys/types.h>
#include <sys/socket.h> /* AF_INET */
#include <netinet/in.h> /* INADDR_ANY, ..., ntohl(), ... */