diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-04 16:23:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-04 16:23:50 +0000 |
commit | d9c1c409d69b3284fd2333cf671ab67ceefc44dd (patch) | |
tree | 4cc5931f163494321ab7ec668370befe095b92af /src | |
parent | 44bff953438b63c30921b9a133048c1f72d087d5 (diff) | |
download | emacs-d9c1c409d69b3284fd2333cf671ab67ceefc44dd.tar.gz |
(HAVE_SETPGID): Add #undef.
Diffstat (limited to 'src')
-rw-r--r-- | src/config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 3837b5406b7..2882d47582f 100644 --- a/src/config.in +++ b/src/config.in @@ -187,6 +187,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_SETLOCALE #undef HAVE_UTIMES #undef HAVE_SETRLIMIT +#undef HAVE_SETPGID #undef LOCALTIME_CACHE #undef HAVE_INET_SOCKETS |