From 5027722ef4001e81ac1a44c1a38dc9b2dccc69f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 8 Jan 1998 09:44:22 -0800 Subject: [PATCH] DECLARE_ENVIRON added Rev: src/acconfig.h:1.13 --- src/acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/acconfig.h b/src/acconfig.h index 41a19a3844..a1de6a690a 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -112,6 +112,9 @@ /* define if declaration of getenv is missing */ #undef GETENV_DECL_MISSING +/* Define if we can declare 'extern char **environ' */ +#undef DECLARE_ENVIRON + /* What byteorder does your machie use most machines use 4321, PC use 1234 */ #define BYTEORDER 0 -- GitLab