mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
missing stuff from samba4's libreplace
metze (This used to be commit 0177158d85797e0d22c81d88175a77d4ad5ed711)
This commit is contained in:
parent
804396dce9
commit
2ecbed36b2
@ -97,7 +97,6 @@ void *rep_memmove(void *dest,const void *src,int size);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_TIMEGM
|
||||
struct tm;
|
||||
#define timegm rep_timegm
|
||||
/* prototype is in "system/time.h" */
|
||||
#endif
|
||||
|
@ -49,6 +49,10 @@
|
||||
#include <netinet/tcp.h>
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_GETADDRINFO)
|
||||
#include "getaddrinfo.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The next three defines are needed to access the IPTOS_* options
|
||||
* on some systems.
|
||||
|
Loading…
x
Reference in New Issue
Block a user