skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit b626785ad87ac7c7e7581cb5381a3430cd5f4252
parent b15c4329b10e422d85673e1708ce20bb0116598e
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sun, 30 Apr 2017 10:02:31 +0000

 Add _DEFAULT_SOURCE ftm to skalibs/nonposix.h

Diffstat:
Msrc/include/skalibs/nonposix.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/include/skalibs/nonposix.h b/src/include/skalibs/nonposix.h @@ -38,6 +38,9 @@ #ifndef _BSD_SOURCE #define _BSD_SOURCE #endif +#ifndef _DEFAULT_SOURCE +#define _DEFAULT_SOURCE +#endif /* NetBSD: of course they had to have their own macros. */