[defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ

and T_SIG to getrrsetbyname.h
This commit is contained in:
Tim Rice 2004-01-26 21:40:35 -08:00
Родитель 2597bfd1fb
Коммит 01326ebada
3 изменённых файлов: 12 добавлений и 10 удалений

Просмотреть файл

@ -3,6 +3,8 @@
- (tim) [regress/test-exec.sh] RhostsAuthentication is deprecated.
- (tim) [defines.h] Add defines for HFIXEDSZ and T_SIG
- (tim) [configure.ac includes.h] add <sys/ptms.h> for grantpt() and friends.
- (tim) [defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ
and T_SIG to getrrsetbyname.h
20040124
- (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com
@ -1735,4 +1737,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.3191 2004/01/27 03:03:39 tim Exp $
$Id: ChangeLog,v 1.3192 2004/01/27 05:40:35 tim Exp $

Просмотреть файл

@ -25,7 +25,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
/* $Id: defines.h,v 1.108 2004/01/27 00:02:17 tim Exp $ */
/* $Id: defines.h,v 1.109 2004/01/27 05:40:35 tim Exp $ */
/* Constants */
@ -133,14 +133,6 @@ 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 */

Просмотреть файл

@ -58,6 +58,14 @@
#include <netdb.h>
#include <resolv.h>
#ifndef HFIXEDSZ
#define HFIXEDSZ 12
#endif
#ifndef T_SIG
#define T_SIG 24
#endif
/*
* Flags for getrrsetbyname()
*/