From 21df01ff7d8f520aa5de2b737bd84ba2460d76b8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 29 Jan 2000 00:23:40 +0000 Subject: Wrapped popen calls in HAVE_POPEN - needed if we are to add the env patch. Jeremy. (This used to be commit 94c075faee88538e48d1898f1694500b8a5d4c8b) --- source3/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 732798ac24..49344a05c8 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -547,6 +547,9 @@ /* Define if you have the pipe function. */ #undef HAVE_PIPE +/* Define if you have the popen function. */ +#undef HAVE_POPEN + /* Define if you have the pread function. */ #undef HAVE_PREAD -- cgit