Commit 1a41b09c 1a41b09c1e0c9c0e267914c06143d1b5dc688dcd by Sergey Poznyakoff

Protect the declaration of environ by #if.

1 parent 8b2b3b53
......@@ -17,7 +17,9 @@
#include "mail.h"
#if !HAVE_DECL_ENVIRON
extern char **environ;
#endif
int
mail_setenv (int argc, char **argv)
......