1
0
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:
Stefan Metzmacher
2007-10-15 10:59:50 +02:00
parent ec8e3f7f92
commit 0177158d85
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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.