summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-15 16:35:51 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-15 16:35:51 -0800
commit964b103be665953306e9476ce7dd3c305f0541bd (patch)
tree1638049497aa2a52aa7b55f833378e9ddcfe0018 /util.c
parent13fcc6781f192c1bd1ae61ca88543dc1d27e79e9 (diff)
unifdef __SCO__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'util.c')
-rw-r--r--util.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/util.c b/util.c
index eecb3b4..4da4892 100644
--- a/util.c
+++ b/util.c
@@ -52,11 +52,6 @@ THE SOFTWARE.
#define GMTOFFMEMBER tm_gmtoff
#endif
-#ifdef __SCO__
-#define HAVE_TM_GMTOFF
-#define GMTOFFMEMBER tm_tzadj
-#endif
-
/* That's in POSIX */
#define HAVE_TZSET