summaryrefslogtreecommitdiff
path: root/src/acconfig.h
diff options
context:
space:
mode:
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 eff9ea0..9adb29d 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -295,13 +295,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.
*/
@@ -313,12 +306,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