diff options
| author | dscho <dscho> | 2003-08-02 23:59:18 +0000 |
|---|---|---|
| committer | dscho <dscho> | 2003-08-02 23:59:18 +0000 |
| commit | 34316ef618b8994faaa73fc47e0bee944dec34ca (patch) | |
| tree | 9466846bc10e033539132b3e5fd9ec5ebc37f171 /config.h.in | |
| parent | 37b93d7844fa539099a35b295a4ec42174ed8119 (diff) | |
| download | libtdevnc-34316ef618b8994faaa73fc47e0bee944dec34ca.tar.gz libtdevnc-34316ef618b8994faaa73fc47e0bee944dec34ca.zip | |
really check for setsid, not pgrp
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index ca064b1..eb1821d 100644 --- a/config.h.in +++ b/config.h.in @@ -75,6 +75,9 @@ /* Define if you have the `select' function. */ #undef HAVE_SELECT +/* Define if you have the `setsid' function. */ +#undef HAVE_SETSID + /* Define if you have the `socket' function. */ #undef HAVE_SOCKET @@ -161,9 +164,6 @@ /* Name of package */ #undef PACKAGE -/* Define if the `setpgrp' function takes no argument. */ -#undef SETPGRP_VOID - /* The number of bytes in type char */ #undef SIZEOF_CHAR |
