Better hiding of a defunct #ifndef

This commit is contained in:
Thomas Schmitt 2011-01-18 17:50:26 +01:00
parent 84c0bd37ff
commit 81cded618d
1 changed files with 1 additions and 3 deletions

View File

@ -1298,9 +1298,7 @@ void iso_datetime_17(unsigned char *buf, time_t t, int always_gmt)
}
/* >>> ts B10118: re-enable ifdef after testing period is over */
/*
#ifndef HAVE_TIMEGM
*/
/* #ifndef HAVE_TIMEGM */
/* putenv is SVr4, POSIX.1-2001, 4.3BSD , setenv is 4.3BSD, POSIX.1-2001.
So putenv is more widely available.