blob: 548643a487e4eb1052ad3fb52edae6bc3ead9db2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.2 1998/08/07 11:11:25 agc Exp $
--- config.Unix.orig Sun Nov 30 00:39:51 1997
+++ config.Unix Sun Nov 30 00:44:34 1997
@@ -110,7 +110,7 @@
XCOMM --------------------------------------------------------------------
XCOMM --- Use extra code for setenv() and getenv() ?
XCOMM --------------------------------------------------------------------
-#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture)
+#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && !defined(NetBSDArchitecture) && !defined(OpenBSDArchitecture)
# define USE_SETENV_CODE
#endif
|