Don't declare getenv, thus reverting the change of 2001-11-18.
authorJim Meyering <jim@meyering.net>
Sun, 2 Dec 2001 19:59:39 +0000 (19:59 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Dec 2001 19:59:39 +0000 (19:59 +0000)
It's no longer necessary, now that stdlib.h is always included.

lib/tempname.c

index 6af0de4..bf5a15d 100644 (file)
 
 #if ! (HAVE___SECURE_GETENV || _LIBC)
 # define __secure_getenv getenv
-
-# ifndef HAVE_DECL_GETENV
-"this configure-time declaration test was not run"
-# endif
-# if !HAVE_DECL_GETENV
-char *getenv ();
-# endif
 #endif
 
 #ifdef _LIBC