From b95a294a0879e800e816281a80d0074224cd8cd4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 25 Jun 2001 02:53:13 +0000 Subject: fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef instead of a define (This used to be commit e2ecff419fdc0a0dc7551b33b377dc11061ef2a3) --- source3/acconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/acconfig.h') diff --git a/source3/acconfig.h b/source3/acconfig.h index 8f3d334fb5..29f0586e75 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -8,6 +8,7 @@ #undef HAVE_UNSIGNED_CHAR #undef HAVE_UTIMBUF #undef HAVE_SIG_ATOMIC_T_TYPE +#undef HAVE_SOCKLEN_T_TYPE #undef ssize_t #undef ino_t #undef ssize_t -- cgit