diff options
Diffstat (limited to 'lib/bind/port/decunix/include')
| -rw-r--r-- | lib/bind/port/decunix/include/Makefile.in | 34 | ||||
| -rw-r--r-- | lib/bind/port/decunix/include/sys/bitypes.h | 50 | ||||
| -rw-r--r-- | lib/bind/port/decunix/include/sys/cdefs.h | 6 |
3 files changed, 0 insertions, 90 deletions
diff --git a/lib/bind/port/decunix/include/Makefile.in b/lib/bind/port/decunix/include/Makefile.in deleted file mode 100644 index 77edaa75..00000000 --- a/lib/bind/port/decunix/include/Makefile.in +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") -# Copyright (C) 2001 Internet Software Consortium. -# -# Permission to use, copy, modify, and/or distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH -# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY -# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, -# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -# PERFORMANCE OF THIS SOFTWARE. - -# $Id: Makefile.in,v 1.4 2007/06/19 23:47:14 tbox Exp $ - -srcdir = @srcdir@ -VPATH = @srcdir@ -top_srcdir = @top_srcdir@ - -HEADERS= sys/bitypes.h sys/cdefs.h - -all: - -@BIND9_MAKE_RULES@ - -installdirs: - $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/sys - -install:: installdirs - for i in ${HEADERS}; do \ - ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/sys; \ - done diff --git a/lib/bind/port/decunix/include/sys/bitypes.h b/lib/bind/port/decunix/include/sys/bitypes.h deleted file mode 100644 index 8d735f36..00000000 --- a/lib/bind/port/decunix/include/sys/bitypes.h +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 1996,1999 by Internet Software Consortium. - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT - * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -#ifndef __BIT_TYPES_DEFINED__ -#define __BIT_TYPES_DEFINED__ - - /* - * Basic integral types. Omit the typedef if - * not possible for a machine/compiler combination. - */ - typedef /*signed*/ char int8m_t; - typedef unsigned char u_int8_t, u_int8m_t; - typedef short int16m_t; - typedef unsigned short u_int16_t, u_int16m_t; - typedef int int32m_t; - typedef unsigned int u_int32_t, u_int32m_t; - -#ifdef __arch64__ - typedef long int64m_t; - typedef unsigned long u_int64_t, u_int64m_t; -#endif - -#ifndef _INTTYPES_H - typedef signed char int8_t; - typedef signed short int16_t; - typedef signed int int32_t; - typedef unsigned char uint8_t; - typedef unsigned short uint16_t; - typedef unsigned int uint32_t; -#ifdef __arch64__ - typedef signed long int64_t; - typedef unsigned long uint64_t; -#endif -#endif - -#endif /* __BIT_TYPES_DEFINED__ */ diff --git a/lib/bind/port/decunix/include/sys/cdefs.h b/lib/bind/port/decunix/include/sys/cdefs.h deleted file mode 100644 index 86ea9090..00000000 --- a/lib/bind/port/decunix/include/sys/cdefs.h +++ /dev/null @@ -1,6 +0,0 @@ -#define __BEGIN_DECLS -#define __END_DECLS -#define __P(x) x -#define __dead -#define __pure -#define __attribute__(x) |
