~davewalker/ubuntu/maverick/asterisk/lp_705014

« back to all changes in this revision

Viewing changes to db1-ast/include/db.h

  • Committer: Bazaar Package Importer
  • Author(s): Kilian Krause
  • Date: 2005-03-09 22:09:05 UTC
  • mto: (1.2.1 upstream) (8.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050309220905-9afy6hcpw96xbr6j
Tags: upstream-1.0.6
ImportĀ upstreamĀ versionĀ 1.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
#ifndef __BIT_TYPES_DEFINED__
53
53
#define __BIT_TYPES_DEFINED__
54
 
#if (!defined(__FreeBSD__) && !defined(__APPLE__))
 
54
#if (!defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__APPLE__))
55
55
typedef __signed char              int8_t;
56
56
typedef unsigned char            u_int8_t;
57
57
typedef short                     int16_t;