[defines.h] Add defines for HFIXEDSZ and T_SIG
diff --git a/ChangeLog b/ChangeLog
index a59f591..6b67afe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
diff --git a/defines.h b/defines.h
index 18d8995..31bb9a3 100644
--- a/defines.h
+++ b/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 @@
 #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 */