diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index a41300fbd..1b4f88339 100644 --- a/acconfig.h +++ b/acconfig.h @@ -78,4 +78,8 @@ Sigfunc *ap_signal(int signo, Sigfunc * func); #define strcasecmp(s1,s2) stricmp(s1,s2) #endif +#if !defined(HAVE_SOCKLEN_T) +typedef int socklen_t; +#endif + #endif /* APR_CONFIG_H */ |