From f72ea9815b8d319b34e861c9f368556b4472f00b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 25 Dec 1993 01:44:18 +0000 Subject: [PATCH] Add #undef HAVE_SETSID. --- src/config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.in b/src/config.in index 443fb520cf2..c22806303e2 100644 --- a/src/config.in +++ b/src/config.in @@ -124,6 +124,7 @@ and this notice must be preserved on all copies. */ #undef HAVE_FREXP #undef HAVE_FTIME #undef HAVE_RES_INIT /* For -lresolv on Suns. */ +#undef HAVE_SETSID #undef HAVE_AIX_SMT_EXP -- 2.39.5