1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r18206: need rep_ macro for setlinebuf

(This used to be commit 6a48f75eae)
This commit is contained in:
Andrew Tridgell 2006-09-07 07:26:02 +00:00 committed by Gerald (Jerry) Carter
parent 26a3023cc8
commit 8717b5e3e6

View File

@ -130,6 +130,11 @@ int rep_seteuid(uid_t);
int rep_setegid(gid_t);
#endif
#ifndef HAVE_SETLINEBUF
#define setlinebuf rep_setlinebuf
int rep_setlinebuf(FILE *);
#endif
#ifndef HAVE_STRCASESTR
#define strcasestr rep_strcasestr
char *rep_strcasestr(const char *haystack, const char *needle);