2d6fcee4fe
DESCR: The Library of Assorted Spiffy Things (LibAST - formerly libmej) was originally designed as a companion library to Eterm. However, it contains many features that other projects may find useful, so it has been broken out into its own library. Features include thorough debugging and memory tracking engines, various string manipulation functions, and a flexible config file parsing engine.
13 lines
315 B
Text
13 lines
315 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/12/26 04:52:19 wiz Exp $
|
|
--- include/libast.h.orig Sat Dec 14 19:46:35 2002
|
|
+++ include/libast.h Sat Dec 14 19:51:09 2002
|
|
@@ -35,9 +35,6 @@
|
|
# ifndef _BSD_SOURCE
|
|
# define _BSD_SOURCE
|
|
# endif
|
|
-# ifndef _XOPEN_SOURCE
|
|
-# define _XOPEN_SOURCE
|
|
-# endif
|
|
#endif
|
|
|
|
#include <stdio.h>
|