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

« back to all changes in this revision

Viewing changes to OS/os.h-SunOS5

  • 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-SunOS5,v 1.2 2005/03/15 14:09:12 ph10 Exp $ */
 
2
 
1
3
/* Exim: OS-specific C header file for SunOS5 aka Solaris */
2
4
 
3
5
#define CRYPT_H
18
20
#define os_strsignal            strsignal
19
21
#define OS_STRSIGNAL
20
22
 
21
 
#define SOCKLEN_T               size_t
 
23
/* This is needed for some early Solaris releases, but causes trouble
 
24
in the current ones, so it is out by default. */
 
25
 
 
26
/* #define EXIM_SOCKLEN_T       size_t */
22
27
 
23
28
/* This is different from Linux and all other PAM implementations,
24
29
it seems. */