define NBBY if needed

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3038 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-17 07:25:46 +00:00
parent cc74d79ad9
commit a462ba41a0

View File

@@ -36,6 +36,9 @@
#ifndef _EXTERN_H_
#define _EXTERN_H_
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
@@ -49,8 +52,10 @@
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#ifndef NBBY
#include <limits.h>
#define NBBY CHAR_BIT
#endif
void abor(void);