[defines.h] Add defines for HFIXEDSZ and T_SIG
This commit is contained in:
parent
eafd8e9c55
commit
ba1c2b82c4
|
@ -1,6 +1,7 @@
|
|||
20040126
|
||||
- (tim) Typo in regress/README.regress
|
||||
- (tim) [regress/test-exec.sh] RhostsAuthentication is deprecated.
|
||||
- (tim) [defines.h] Add defines for HFIXEDSZ and T_SIG
|
||||
|
||||
20040124
|
||||
- (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com
|
||||
|
@ -1733,4 +1734,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.3189 2004/01/26 22:10:10 tim Exp $
|
||||
$Id: ChangeLog,v 1.3190 2004/01/27 00:02:17 tim Exp $
|
||||
|
|
10
defines.h
10
defines.h
|
@ -25,7 +25,7 @@
|
|||
#ifndef _DEFINES_H
|
||||
#define _DEFINES_H
|
||||
|
||||
/* $Id: defines.h,v 1.107 2004/01/08 12:32:04 dtucker Exp $ */
|
||||
/* $Id: defines.h,v 1.108 2004/01/27 00:02:17 tim Exp $ */
|
||||
|
||||
|
||||
/* Constants */
|
||||
|
@ -133,6 +133,14 @@ including rpc/rpc.h breaks Solaris 6
|
|||
#define __unused
|
||||
#endif
|
||||
|
||||
#ifndef HFIXEDSZ
|
||||
#define HFIXEDSZ 12
|
||||
#endif
|
||||
|
||||
#ifndef T_SIG
|
||||
#define T_SIG 24
|
||||
#endif
|
||||
|
||||
/* Types */
|
||||
|
||||
/* If sys/types.h does not supply intXX_t, supply them ourselves */
|
||||
|
|
Loading…
Reference in New Issue