When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required in

http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html.

Notified by David Wolfe <dwolfe5272@yahoo.com>
This commit is contained in:
Richard Levitte
2005-05-21 17:39:53 +00:00
parent af6cafc603
commit b9927cfa2d
3 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@
#define USE_SOCKETS
#include "e_os.h"
#define _XOPEN_SOURCE 1 /* Or isascii won't be declared properly on
#define _XOPEN_SOURCE 500 /* Or isascii won't be declared properly on
VMS (at least with DECompHP C). */
#include <ctype.h>