aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/isc4-0.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h
new file mode 100644
index 00000000000..dd8816ba313
--- /dev/null
+++ b/src/s/isc4-0.h
@@ -0,0 +1,8 @@
1/* This is needed for ISC 4.0, but won't be needed for 4.1. */
2
3#include "isc3-0.h"
4
5/* This works around a bug in ISC 4.0; it fails
6 to clear the "POSIX process" flag on an exec. */
7#define EXTRA_INITIALIZE __setostype (0)
8