summaryrefslogtreecommitdiff
path: root/src/acconfig.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2012-01-10 20:41:26 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-25 14:59:50 +0200
commit3e398fba7bb7e3e78fc4200f639a70a4b138a6f4 (patch)
treeb1e610631868ed948b08dcd5358436d08beccc87 /src/acconfig.h
parent0b75e836732e9055b7663ee9e8a56026b4e817b4 (diff)
downloadscreen-3e398fba7bb7e3e78fc4200f639a70a4b138a6f4.tar.gz
More removal, mainly SYSV SYSVSIGS
Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
Diffstat (limited to 'src/acconfig.h')
-rw-r--r--src/acconfig.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/acconfig.h b/src/acconfig.h
index 13b30b0..83eb4f3 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -300,13 +300,6 @@
#undef NEED_OSPEED
/*
- * Define SYSV if your machine is SYSV complient (Sys V, HPUX, A/UX)
- */
-#ifndef SYSV
-#undef SYSV
-#endif
-
-/*
* Define SIGVOID if your signal handlers return void. On older
* systems, signal returns int, but on newer ones, it returns void.
*/
@@ -318,12 +311,6 @@
#undef USESIGSET
/*
- * Define SYSVSIGS if signal handlers must be reinstalled after
- * they have been called.
- */
-#undef SYSVSIGS
-
-/*
* Define BSDWAIT if your system defines a 'union wait' in <sys/wait.h>
*
* Only allow BSDWAIT i.e. wait3 on nonposix systems, since