remove HAVE_SETPGRP, because it doesn't detach terminal
authorAndrey Chernov <ache@FreeBSD.org>
Thu, 18 Nov 1993 01:19:06 +0000 (01:19 +0000)
committerAndrey Chernov <ache@FreeBSD.org>
Thu, 18 Nov 1993 01:19:06 +0000 (01:19 +0000)
in POSIX (setsid() is only way to do it)

gnu/libexec/uucp/common_sources/conf.h

index c0eacf6..9053c44 100644 (file)
 
 /* The code will use one of the following functions when detaching
    from a terminal.  One of these must exist.  */
 
 /* The code will use one of the following functions when detaching
    from a terminal.  One of these must exist.  */
-#define HAVE_SETPGRP 1
+#define HAVE_SETPGRP 0
 #define HAVE_SETSID 1
 
 /* If you do not specify the local node name in the main configuration
 #define HAVE_SETSID 1
 
 /* If you do not specify the local node name in the main configuration