diff options
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 5bb7227d0b..4f11e7a093 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -303,12 +303,6 @@ typedef sig_atomic_t VOLATILE SIG_ATOMIC_T; typedef int VOLATILE SIG_ATOMIC_T; #endif -#ifndef HAVE_SOCKLEN_T_TYPE -#define HAVE_SOCKLEN_T_TYPE -typedef int socklen_t; -#endif - - #ifndef uchar #define uchar unsigned char #endif |