head 1.8; access; symbols XDS_0_9_3:1.8 XDS_0_9_2:1.8 XDS_0_9_1:1.7 XDS_0_9_0:1.6; locks; strict; comment @# @; 1.8 date 2005.06.02.18.51.44; author rse; state Exp; branches; next 1.7; 1.7 date 2004.09.12.17.32.14; author rse; state Exp; branches; next 1.6; 1.6 date 2003.02.17.12.36.02; author rse; state Exp; branches; next 1.5; 1.5 date 2002.03.17.10.25.53; author rse; state Exp; branches; next 1.4; 1.4 date 2002.01.02.17.13.44; author rse; state Exp; branches; next 1.3; 1.3 date 2001.08.13.19.48.02; author rse; state Exp; branches; next 1.2; 1.2 date 2001.08.12.11.31.45; author rse; state Exp; branches; next 1.1; 1.1 date 2001.08.11.15.23.09; author rse; state Exp; branches; next ; desc @@ 1.8 log @Bumped year in copyright messages for year 2005. @ text @dnl ## dnl ## OSSP xds - Extensible Data Serialization dnl ## Copyright (c) 2001-2005 Ralf S. Engelschall dnl ## Copyright (c) 2001-2005 The OSSP Project dnl ## Copyright (c) 2001-2005 Cable & Wireless dnl ## dnl ## This file is part of OSSP xds, an extensible data serialization dnl ## library which can be found at http://www.ossp.org/pkg/lib/xds/. 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 ## xds.m4: XDS-specific autoconf macros dnl ## AC_DEFUN(AC_XDS,[ dnl Check for exact data types. dnl AC_CHECK_TYPE(u_int8_t, [xds_uint8_t=u_int8_t], [AC_CHECK_TYPE(uint8_t, [xds_uint8_t=uint8_t], [AC_MSG_ERROR([no unsigned 8 bit data type found])])]) AC_CHECK_TYPE(u_int16_t, [xds_uint16_t=u_int16_t], [AC_CHECK_TYPE(uint16_t, [xds_uint16_t=uint16_t], [AC_MSG_ERROR([no unsigned 16 bit data type found])])]) AC_CHECK_TYPE(u_int32_t, [xds_uint32_t=u_int32_t], [AC_CHECK_TYPE(uint32_t, [xds_uint32_t=uint32_t], [AC_MSG_ERROR([no unsigned 32 bit data type found])])]) AC_CHECK_TYPE(u_int64_t, [xds_uint64_t=u_int64_t], [AC_CHECK_TYPE(uint64_t, [xds_uint64_t=uint64_t], [AC_MSG_WARN([no unsigned 64 bit data type found]) xds_uint64_t=undefined])]) dnl AC_CHECK_TYPE(int8_t, [xds_int8_t=int8_t], [AC_MSG_ERROR([no signed 8 bit data type found]) ]) AC_CHECK_TYPE(int16_t, [xds_int16_t=int16_t], [AC_MSG_ERROR([no signed 16 bit data type found]) ]) AC_CHECK_TYPE(int32_t, [xds_int32_t=int32_t], [AC_MSG_ERROR([no signed 32 bit data type found]) ]) AC_CHECK_TYPE(int64_t, [xds_int64_t=int64_t], [AC_MSG_WARN([no signed 64 bit data type found]) xds_int64_t=undefined]) dnl AC_SUBST([xds_uint8_t]) AC_SUBST([xds_uint16_t]) AC_SUBST([xds_uint32_t]) AC_SUBST([xds_uint64_t]) AC_SUBST([xds_int8_t]) AC_SUBST([xds_int16_t]) AC_SUBST([xds_int32_t]) AC_SUBST([xds_int64_t]) if test "$xds_int64_t" = "undefined" -o "$xds_uint64_t" = "undefined"; then have_64_bit_support="#undef XDS_HAVE_64_BIT_SUPPORT" else have_64_bit_support="#define XDS_HAVE_64_BIT_SUPPORT" fi AC_SUBST([have_64_bit_support]) ]) @ 1.7 log @Bumped year in copyright messages for year 2004. @ text @d3 3 a5 3 dnl ## Copyright (c) 2001-2004 Ralf S. Engelschall dnl ## Copyright (c) 2001-2004 The OSSP Project dnl ## Copyright (c) 2001-2004 Cable & Wireless @ 1.6 log @upgrade to standard OSSP copyright and bump year to 2003 @ text @d3 3 a5 3 dnl ## Copyright (c) 2001-2003 Ralf S. Engelschall dnl ## Copyright (c) 2001-2003 The OSSP Project dnl ## Copyright (c) 2001-2003 Cable & Wireless Germany @ 1.5 log @update texts @ text @d3 3 a5 2 dnl ## Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/) dnl ## Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/) @ 1.4 log @bump copyright year @ text @d2 1 a2 1 dnl ## XDS - OSSP Extensible Data Serialization Library d6 2 a7 2 dnl ## This file is part of OSSP XDS, an extensible data serialization dnl ## library which can be found at http://www.ossp.org/pkg/xds/. @ 1.3 log @Remove trailing whitespaces on all non-generated files. @ text @d3 2 a4 2 dnl ## Copyright (c) 2001 The OSSP Project (http://www.ossp.org/) dnl ## Copyright (c) 2001 Cable & Wireless Deutschland (http://www.cw.com/de/) @ 1.2 log @Hhmm... who has introduced ossp.com?! Our project's domain is ossp.org, of course. @ text @d5 1 a5 1 dnl ## d8 1 a8 1 dnl ## d13 1 a13 1 dnl ## @ 1.1 log @First cut for GNU Libtool 1.4 & GNU Shtool 1.5 support. This needs a little bit more cleanup which will follow later, but I want to flush my pending work now in order to continue with other projects. The XDS build environment now is in sync with the usual style for OSSP libraries. @ text @d7 1 a7 1 dnl ## library which can be found at http://www.ossp.com/pkg/xds/. @