summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorJindrich Novy <jnovy@redhat.com>2008-10-24 12:32:31 +0200
committerJindrich Novy <jnovy@redhat.com>2008-10-24 12:32:31 +0200
commitca40fafedb504ff0195e347886e96a0268b3f5db (patch)
treee86a60a0a8a35d539ab01bc49fe5ce52bb93496c /system.h
parentaeb672ca42cf0cce6d9f3d302f4d04513fc673c3 (diff)
downloadrpm-ca40fafedb504ff0195e347886e96a0268b3f5db.tar.gz
rpm-ca40fafedb504ff0195e347886e96a0268b3f5db.tar.bz2
rpm-ca40fafedb504ff0195e347886e96a0268b3f5db.zip
Remove timezone autoconf checks and system.h reference
- timezone is no more used so it's no more needed
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/system.h b/system.h
index 7bac08793..e0e750f7f 100644
--- a/system.h
+++ b/system.h
@@ -43,10 +43,6 @@ extern char ** environ;
# endif
#endif
-#if NEED_TIMEZONE
-extern time_t timezone;
-#endif
-
/* Since major is a function on SVR4, we can't use `ifndef major'. */
#if MAJOR_IN_MKDEV
#include <sys/mkdev.h>