diff options
author | Jeremy Allison <jra@samba.org> | 2001-12-30 01:46:38 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-12-30 01:46:38 +0000 |
commit | bb81e23e176ec7dfe0111b5aa2946a51239ef3b9 (patch) | |
tree | c1df8492aba552c718d407988ab146e37dc4b3e6 /source3/include/config.h.in | |
parent | 98010a076797f4d05d8c9bff45e65c076f30da3a (diff) | |
download | samba-bb81e23e176ec7dfe0111b5aa2946a51239ef3b9.tar.gz samba-bb81e23e176ec7dfe0111b5aa2946a51239ef3b9.tar.bz2 samba-bb81e23e176ec7dfe0111b5aa2946a51239ef3b9.zip |
When running interactive we want to set our own process group for
signal management.
Jeremy.
(This used to be commit fffae94dd5699f44c0b1c8081587deafd89b3fc0)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 1c22c0b5e5..f85de1b1af 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. @@ -695,6 +695,9 @@ /* Define if you have the setnetgrent function. */ #undef HAVE_SETNETGRENT +/* Define if you have the setpgid function. */ +#undef HAVE_SETPGID + /* Define if you have the setpriv function. */ #undef HAVE_SETPRIV |