X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/cdbe36e825ffdeb88da83148a866db0c9c2806e7..de5ba17561e686e5a05c9cc88288c82b563987de:/src/src/readconf.c diff --git a/src/src/readconf.c b/src/src/readconf.c index 8844ca73a..ead74c1d0 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -11,16 +11,12 @@ implementation of the conditional .ifdef etc. */ #include "exim.h" +extern char **environ; + static void fn_smtp_receive_timeout(const uschar * name, const uschar * str); static void save_config_line(const uschar* line); static void save_config_position(const uschar *file, int line); static void print_config(BOOL admin); -/* glibc seems to define environ as a macro, we can use this to check -it's existence. And, if we declare environ a 2nd time, it shouldn't -harm */ -#ifndef environ -extern char **environ; -#endif #define CSTATE_STACK_SIZE 10