From d2af8d03ab0722865e21df57ba07dfc1611d149e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 2 Jul 2001 04:47:55 +0000 Subject: Not all OSs have setbuffer, so we better check for it. Andrew Bartlett (This used to be commit aa5708de69a71e6b41a12f63550fae94f2481742) --- source3/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index fed57a33fe..a983f49890 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -640,6 +640,9 @@ /* Define if you have the set_auth_parameters function. */ #undef HAVE_SET_AUTH_PARAMETERS +/* Define if you have the setbuffer function. */ +#undef HAVE_SETBUFFER + /* Define if you have the setenv function. */ #undef HAVE_SETENV -- cgit