set this to 4 to specify how much X/Open we want with that.
* e-dateedit.c (_XOPEN_SOURCE): set this to 4 to specify how much X/Open we want with that. svn path=/trunk/; revision=5491
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2000-09-18 Dan Winship <danw@helixcode.com>
|
||||
|
||||
* e-dateedit.c (_XOPEN_SOURCE): set this to 4 to specify how much
|
||||
X/Open we want with that.
|
||||
|
||||
2000-09-18 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
/* We need this for strptime. */
|
||||
#define _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE 4
|
||||
|
||||
#include <config.h>
|
||||
#include <ctype.h>
|
||||
|
||||
Reference in New Issue
Block a user