head 1.4; access; symbols LMTP2NNTP_1_4_0:1.1.1.1 LMTP2NNTP_1_3_0:1.4 LMTP2NNTP_1_3b2:1.4 LMTP2NNTP_1_3b1:1.4 LMTP2NNTP_1_3a3:1.4 LMTP2NNTP_1_3a2:1.4 LMTP2NNTP_1_3a1:1.4 LMTP2NNTP_1_2_0:1.3 LMTP2NNTP_1_2b4:1.3 LMTP2NNTP_1_2b3:1.3 LMTP2NNTP_1_2b2:1.3 LMTP2NNTP_1_2b1:1.3 LMTP2NNTP_1_2a8:1.3 LMTP2NNTP_1_2a7:1.3 LMTP2NNTP_1_2a6:1.3 LMTP2NNTP_1_2a5:1.1.1.1 TAI_0_0_0:1.1.1.1 VENDOR:1.1.1; locks; strict; comment @# @; 1.4 date 2003.03.23.18.00.29; author rse; state Exp; branches; next 1.3; 1.3 date 2002.08.14.14.28.27; author rse; state Exp; branches; next 1.2; 1.2 date 2002.08.14.13.34.01; author rse; state Exp; branches; next 1.1; 1.1 date 2002.04.18.09.10.46; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.04.18.09.10.46; author rse; state Exp; branches; next ; desc @@ 1.4 log @bump copyright year @ text @dnl ## dnl ## OSSP tai - Time Handling dnl ## Copyright (c) 2002-2003 Ralf S. Engelschall dnl ## Copyright (c) 2002-2003 The OSSP Project dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland dnl ## dnl ## This file is part of OSSP tai, a time handling library dnl ## which can be found at http://www.ossp.org/pkg/lib/tai/. dnl ## dnl ## Permission to use, copy, modify, and distribute this software for dnl ## any purpose with or without fee is hereby granted, provided that dnl ## the above copyright notice and this permission notice appear in all dnl ## copies. dnl ## dnl ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED dnl ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF dnl ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. dnl ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR dnl ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, dnl ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT dnl ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF dnl ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND dnl ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, dnl ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT dnl ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF dnl ## SUCH DAMAGE. dnl ## dnl ## tm.ac: OSSP tm Autoconf checks dnl ## dnl # Check for anything OSSP tai wants to know dnl # configure.in: dnl # TAI_CHECK_ALL AC_DEFUN(TAI_CHECK_ALL,[ # gmtime_r hack for Solaris (FIXME) CFLAGS="$CFLAGS -D_REENTRANT" # check for system functions AC_CHECK_FUNCS(gmtime_r timegm) # determine whether "tm_gmtoff" exists in "struct tm" AC_CHECK_MEMBER(struct tm.tm_gmtoff, AC_DEFINE(HAVE_TM_GMTOFF, 1, [Define to 1 if "struct tm" has "tm_gmtoff"]),, [#include ]) ]) @ 1.3 log @hacking wild to get OSSP tai (just) working on Solaris @ text @d3 3 a5 3 dnl ## Copyright (c) 2002 Ralf S. Engelschall dnl ## Copyright (c) 2002 The OSSP Project dnl ## Copyright (c) 2002 Cable & Wireless Deutschland @ 1.2 log @fix tai_op() and add support for gmtime_r under Solaris @ text @d36 3 a39 1 CFLAGS="$CFLAGS -D_REENTRANT" d41 5 @ 1.1 log @Initial revision @ text @d37 1 @ 1.1.1.1 log @Import first cut for OSSP tai @ text @@