mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +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
|
||||
|
||||
#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.
|
||||
|
Reference in New Issue
Block a user