Commit 3a3ca3f5 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix for AIX.

Submitted by Dawn Whiteside <dwhitesi@tiercel.uwaterloo.ca>
parent 032c49b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@

#define _XOPEN_SOURCE 600	/* Or gethostname won't be declared properly
				   on Linux and GNU platforms. */
#define _XOPEN_SOURCE_EXTENDED	/* Or gethostname won't be declared properly
#define _XOPEN_SOURCE_EXTENDED	1 /* Or gethostname won't be declared properly
				   on Compaq platforms (at least with DEC C).
				*/