summaryrefslogtreecommitdiff
path: root/print/gv/patches/patch-ac
blob: 031008195f3ec17a8a43a7d99fb62052583b7f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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