17 lines
430 B
Text
17 lines
430 B
Text
|
$NetBSD: patch-aa,v 1.1.1.1 2003/06/23 13:48:33 agc Exp $
|
||
|
--- include/aide.h.orig Wed Apr 26 14:45:29 2000
|
||
|
+++ include/aide.h Wed Apr 26 14:46:12 2000
|
||
|
@@ -23,10 +23,12 @@
|
||
|
#include "db_config.h"
|
||
|
#include "config.h"
|
||
|
|
||
|
+#ifndef __NetBSD__
|
||
|
#ifndef _POSIX_C_SOURCE
|
||
|
/* For _POSIX_THREAD_SEMANTICS _REENTRANT */
|
||
|
#define _POSIX_C_SOURCE 199506L
|
||
|
#endif /* _POSIX_C_SOURCE */
|
||
|
+#endif /* __NetBSD__ */
|
||
|
|
||
|
|
||
|
#define AIDEVERSION VERSION
|