--- include/sm/conf.h 2002/06/17 22:44:56 1.89 +++ include/sm/conf.h 2002/06/18 01:22:13 @@ -1361,7 +1361,9 @@ # ifndef TZ_TYPE # define TZ_TYPE TZ_NONE /* no standard for Linux */ # endif /* ! TZ_TYPE */ -# include +# if (__GLIBC__ >= 2) +# include +# endif /* (__GLIBC__ >= 2) */ # ifndef _PATH_SENDMAILPID # define _PATH_SENDMAILPID "/var/run/sendmail.pid" # endif /* ! _PATH_SENDMAILPID */