Added some #defines for NetBSD's defaults.
This commit is contained in:
parent
36fa07bde5
commit
990d7c70e0
@ -1,8 +1,14 @@
|
||||
/* $NetBSD: private.h,v 1.2 1995/03/09 23:41:19 jtc Exp $ */
|
||||
/* $NetBSD: private.h,v 1.3 1995/03/14 18:49:49 jtc Exp $ */
|
||||
|
||||
#ifndef PRIVATE_H
|
||||
#define PRIVATE_H
|
||||
|
||||
/* NetBSD defaults */
|
||||
#define TM_GMTOFF tm_gmtoff
|
||||
#define TM_ZONE tm_zone
|
||||
#define STD_INSPIRED 1
|
||||
#define HAVE_LONG_DOUBLE 1
|
||||
|
||||
/*
|
||||
** This header is for use ONLY with the time conversion code.
|
||||
** There is no guarantee that it will remain unchanged,
|
||||
|
Loading…
Reference in New Issue
Block a user