summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2002-01-03 17:41:23 +0000
committerMichael Jennings <mej@kainx.org>2002-01-03 17:41:23 +0000
commit890147b8ea9c81303bcd55e2f7f8b974d0060fdf (patch)
treef7e57ed42532bfbb7f200d050ad64042fae7a6b5 /src/feature.h
parentbfec3377011730a965cdc1e04bb1f47fe0a075c2 (diff)
downloadeterm-890147b8ea9c81303bcd55e2f7f8b974d0060fdf.tar.gz
Thu Jan 3 12:38:54 2002 Michael Jennings (mej)
Fixed the select() call based on info from Paul W Brannan <pbranna@clemson.edu>. Also added check for _POSIX_SAVED_IDS. SVN revision: 5804
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h
index a914672..f231c46 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -301,6 +301,10 @@ inline void *memmove(void *, const void *, size_t);
# define PATH_ENV "ETERMPATH"
#endif
+#if !(HAVE_SAVED_UIDS) && defined(_POSIX_VERSION) && (_POSIX_SAVED_IDS)
+# define HAVE_SAVED_UIDS 1
+#endif
+
/* utmp doesn't work on CygWin32 */
#ifdef __CYGWIN32__
# undef UTMP_SUPPORT