]> andersk Git - openssh.git/blobdiff - defines.h
[configure.in] Clean up library testing.
[openssh.git] / defines.h
index bdfa8047d454ef0f92562c7a1aebe7972ec3b87e..2a9881084d651ce85faa5cb71ca9d6534896852b 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -243,11 +243,6 @@ typedef unsigned char u_char;
 # define HAVE_U_CHAR
 #endif /* HAVE_U_CHAR */
 
-#ifndef HAVE_SOCKLEN_T
-typedef unsigned int socklen_t;
-# define HAVE_SOCKLEN_T
-#endif /* HAVE_SOCKLEN_T */
-
 #ifndef HAVE_SIZE_T
 typedef unsigned int size_t;
 # define HAVE_SIZE_T
This page took 0.196001 seconds and 4 git commands to generate.