summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 4fa846e99..233e0b833 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
1#ifndef _DEFINES_H 1#ifndef _DEFINES_H
2#define _DEFINES_H 2#define _DEFINES_H
3 3
4/* $Id: defines.h,v 1.70 2001/08/16 00:09:50 mouring Exp $ */ 4/* $Id: defines.h,v 1.71 2001/09/15 11:31:54 djm Exp $ */
5 5
6/* Necessary headers */ 6/* Necessary headers */
7 7
@@ -238,6 +238,11 @@ typedef unsigned long long int u_int64_t;
238# define HAVE_LONG_LONG_INT 1 238# define HAVE_LONG_LONG_INT 1
239#endif 239#endif
240 240
241#ifndef HAVE_U_CHAR
242typedef unsigned char u_char;
243# define HAVE_U_CHAR
244#endif /* HAVE_U_CHAR */
245
241#ifndef HAVE_SOCKLEN_T 246#ifndef HAVE_SOCKLEN_T
242typedef unsigned int socklen_t; 247typedef unsigned int socklen_t;
243# define HAVE_SOCKLEN_T 248# define HAVE_SOCKLEN_T