~ubuntu-branches/ubuntu/hardy/exim4/hardy-proposed

« back to all changes in this revision

Viewing changes to OS/os.h-GNUkFreeBSD

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber
  • Date: 2005-07-02 06:08:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050702060834-qk17pd52kb9nt3bj
Tags: 4.52-1
* new upstream version 4.51. (mh)
  * adapt 70_remove_exim-users_references
  * remove 37_gnutlsparams
  * adapt 36_pcre
  * adapt 31_eximmanpage
* fix package priorities to have them in sync with override again. (mh)
* Fix error in nb (Norwegian) translation.
  Thanks to Helge Hafting. (mh). Closes: #315775
* Standards-Version: 3.6.2, no changes needed. (mh)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Cambridge: exim/exim-src/OS/os.h-GNUkFreeBSD,v 1.1 2005/01/04 10:25:58 ph10 Exp $ */
 
2
 
 
3
/* Exim: OS-specific C header file for GNU/kFreeBSD */
 
4
 
 
5
#define CRYPT_H
 
6
#define GLIBC_IP_OPTIONS
 
7
#define HAVE_MMAP
 
8
#define HAVE_BSD_GETLOADAVG
 
9
#define HAVE_SYS_VFS_H
 
10
#define NO_IP_VAR_H
 
11
#define SIG_IGN_WORKS
 
12
 
 
13
#define F_FREESP     O_TRUNC
 
14
typedef struct flock flock_t;
 
15
 
 
16
#define os_strsignal strsignal
 
17
#define OS_STRSIGNAL
 
18
 
 
19
/* kFreeBSD-specific bits below */
 
20
 
 
21
#define HAVE_SYS_MOUNT_H
 
22
#define SIOCGIFCONF_GIVES_ADDR
 
23
 
 
24
/* End */