~ubuntu-branches/ubuntu/maverick/exim4/maverick-updates

« back to all changes in this revision

Viewing changes to OS/os.h-USG

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2010-01-01 16:28:19 UTC
  • mfrom: (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100101162819-htn71my7yj4v1vkr
Tags: 4.71-3ubuntu1
* Merge with Debian unstable (lp: #501657). Remaining changes:
  + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
    Improve handling of broken messages when "exim4 -bp" (mailq) reports
    lines without size info.
  + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
    the default.
  + debian/control: Change build dependencies to MySQL 5.1.
  + debian/{control,rules}: add and enable hardened build for PIE
    (Debian bug 542726).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Cambridge: exim/exim-src/OS/os.h-USG,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
 
2
 
 
3
/* Exim: OS-specific C header file for Unixware 2.x */
 
4
 
 
5
#define NO_SYSEXITS
 
6
 
 
7
#define LOAD_AVG_NEEDS_ROOT
 
8
#define HAVE_DEV_KMEM
 
9
#define LOAD_AVG_TYPE   short
 
10
#define LOAD_AVG_SYMBOL "avenrun"
 
11
#define KERNEL_PATH     "/stand/unix"
 
12
#define FSCALE          256
 
13
 
 
14
#define HAVE_SYS_STATVFS_H
 
15
#define _SVID3
 
16
#define NEED_H_ERRNO
 
17
 
 
18
/* End */