(ISDIGIT): Comment fix.
[gnulib.git] / 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