blob: 183f02f651856b2fc1c4f67f0f15a87a3b60fc53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.2 2005/12/06 16:25:26 joerg Exp $
--- General.h.orig Thu May 11 05:37:35 2000
+++ General.h
@@ -11,7 +11,7 @@
#undef _POSIX_SOURCE
#endif
-#ifndef __FreeBSD__
+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__)
#define _POSIX_SOURCE 1
#endif
|