open.c (_XOPEN_SOURCE): Define.

1998-10-12  Dave Love  <fx@gnu.org>
	* libI77/open.c (_XOPEN_SOURCE): Define.

From-SVN: r23015
This commit is contained in:
Dave Love 1998-10-12 11:09:53 +00:00 committed by Dave Love
parent 724f93e7c0
commit 5ddbf40f38
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
1998-10-12 Dave Love <fx@gnu.org>
* libI77/open.c (_XOPEN_SOURCE): Define.
1998-10-12 Dave Love <fx@gnu.org>
* Makefile.in (.SUFFIXES): Don't use any.

View file

@ -1,3 +1,6 @@
/* Define _XOPEN_SOURCE to get tempnam prototype with glibc et al --
more general than _INCLUDE_XOPEN_SOURCE used elsewhere `for HP-UX'. */
#define _XOPEN_SOURCE 1
#include "f2c.h"
#include "fio.h"
#include <string.h>