projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e13a673
)
Don't declare getenv, thus reverting the change of 2001-11-18.
author
Jim Meyering
<jim@meyering.net>
Sun, 2 Dec 2001 19:59:39 +0000
(19:59 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/lib/tempname.c
b/lib/tempname.c
index 6af0de4022062467c984d749a2f6e5c70b35e051..bf5a15d04415484f94840d9735e34727d4c2e490 100644
(file)
--- 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