blob: cdc5a3cba98b647fb00cea5b89688cc8aa46d691 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* krb5-types.h -- this file was generated for i686-pc-linux-gnu by
$Id: bits.c,v 1.23 2005/01/05 15:22:02 lha Exp $ */
#ifndef __krb5_types_h__
#define __krb5_types_h__
#include "replace.h"
#include "system/network.h"
typedef socklen_t krb5_socklen_t;
typedef ssize_t krb5_ssize_t;
#endif /* __krb5_types_h__ */
|