blob: 3f9612122ad7e16fa67d974cdeb787ffeb6e6a9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ag,v 1.6 2005/03/07 23:29:50 tv Exp $
--- config.h.in.orig 2004-08-17 08:54:51.000000000 -0400
+++ config.h.in
@@ -116,6 +116,9 @@
/* Define if you are on Cygwin */
#undef HAVE_CYGWIN
+/* Define if you are on Interix */
+#undef HAVE_INTERIX
+
/* Define if you have a broken realpath. */
#undef BROKEN_REALPATH
|