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:
parent
26a3023cc8
commit
8717b5e3e6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user