diff options
Diffstat (limited to 'env.c')
-rw-r--r-- | env.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -31,10 +31,6 @@ #endif #include <limits.h> -#ifndef HAVE_DECL_GETENV -extern char *getenv(const char *); /* needed on sysV68 R3V7.1. */ -#endif - void envquery(int argc, char **argv) /* set up basic stuff from the environment (including the rc file name) */ { |