changeset 3665:974617133629

Don't declare getenv, thus reverting the change of 2001-11-18. It's no longer necessary, now that stdlib.h is always included.
author Jim Meyering <jim@meyering.net>
date Sun, 02 Dec 2001 19:59:39 +0000
parents 5f6d3c61a0e2
children be82cff1af6a
files lib/tempname.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lib/tempname.c
+++ b/lib/tempname.c
@@ -106,13 +106,6 @@
 
 #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