1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

define INADDR_NONE if not already defined

(This used to be commit 7446540017e29827900981cab5ae3a2f9f7b3ce6)
This commit is contained in:
Andrew Tridgell 1998-08-14 06:25:26 +00:00
parent 3cf6cc6134
commit 2bb8f8ce43

View File

@ -428,6 +428,10 @@ union semun {
#define INADDR_LOOPBACK 0x7f000001
#endif
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff
#endif
#ifndef HAVE_CRYPT
#define crypt ufc_crypt
#endif