(_HAVE_SA_LEN): Define.

This commit is contained in:
Ulrich Drepper 2001-02-10 15:39:15 +00:00
parent 7e5fc672a2
commit 4b0e570a52

View File

@ -38,4 +38,6 @@ typedef unsigned char sa_family_t;
#define __SOCKADDR_COMMON_SIZE (2 * sizeof (unsigned char))
#define _HAVE_SA_LEN 1 /* We have the sa_len field. */
#endif /* bits/sockaddr.h */