summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/defines.h b/defines.h
index 52cd41125..886ad9408 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.72 2001/09/20 19:43:41 stevesk Exp $ */ 4/* $Id: defines.h,v 1.73 2001/10/22 00:53:59 tim Exp $ */
5 5
6/* Necessary headers */ 6/* Necessary headers */
7 7
@@ -243,11 +243,6 @@ typedef unsigned char u_char;
243# define HAVE_U_CHAR 243# define HAVE_U_CHAR
244#endif /* HAVE_U_CHAR */ 244#endif /* HAVE_U_CHAR */
245 245
246#ifndef HAVE_SOCKLEN_T
247typedef unsigned int socklen_t;
248# define HAVE_SOCKLEN_T
249#endif /* HAVE_SOCKLEN_T */
250
251#ifndef HAVE_SIZE_T 246#ifndef HAVE_SIZE_T
252typedef unsigned int size_t; 247typedef unsigned int size_t;
253# define HAVE_SIZE_T 248# define HAVE_SIZE_T