Commit d8863f0b authored by Richard Levitte's avatar Richard Levitte
Browse files

Small thing. It seems like we have to defined _XOPEN_SOURCE to get

isascii() on DEC/Compaq/HP C for VMS.
parent addb6e16
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -116,6 +116,8 @@

#define _BSD_SOURCE 1		/* Or gethostname won't be declared properly
				   on Linux and GNU platforms. */
#define _XOPEN_SOURCE 1		/* Ot isascii won't be declared properly on
				   VMS (at least with DECompHP C).  */

#include <assert.h>
#include <errno.h>