diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-15 16:35:51 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-15 16:35:51 -0800 |
commit | 964b103be665953306e9476ce7dd3c305f0541bd (patch) | |
tree | 1638049497aa2a52aa7b55f833378e9ddcfe0018 /util.c | |
parent | 13fcc6781f192c1bd1ae61ca88543dc1d27e79e9 (diff) |
unifdef __SCO__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |