~ubuntu-branches/ubuntu/utopic/foremost/utopic-proposed

« back to all changes in this revision

Viewing changes to main.h

  • Committer: Bazaar Package Importer
  • Author(s): Gürkan Sengün
  • Date: 2008-05-20 09:31:54 UTC
  • mfrom: (1.2.2 upstream) (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080520093154-qalsy1z1slax40z0
Tags: 1.5.4-1
* New upstream version.
* Updated my email address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
#elif defined (__MACOSX)
80
80
#include <machine/endian.h>
 
81
#define __U16_TYPE unsigned short
81
82
#endif
82
83
 
83
84
 
89
90
/* RBF - Do we need these type definitions? */ 
90
91
#ifdef __SOLARIS
91
92
#define   u_int32_t   unsigned int
92
 
#define   u_int64_t   unsigned long
 
93
#define   u_int64_t   unsigned long long
93
94
#endif 
94
95
 
95
96
 
103
104
 
104
105
#ifdef __UNIX
105
106
 
 
107
#ifndef __U16_TYPE
 
108
#define __U16_TYPE unsigned short
 
109
#endif
 
110
 
106
111
#include <libgen.h>
107
112
 
108
113
#ifndef BYTE_ORDER