1
0
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:
Stefan Metzmacher 2007-10-15 10:59:50 +02:00
parent 804396dce9
commit 2ecbed36b2
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.