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