summaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@zen.org>1995-04-16 08:24:34 +0000
committerBrendan Kehoe <brendan@zen.org>1995-04-16 08:24:34 +0000
commite0585da11141e9c96143fe55d74ec8c0591d1d86 (patch)
tree6038ee78da91d709f1bff3dab88298c13c691b85 /sysdeps/unix
parentfc40c039a42951ef1f716d6d761f3719a832d65a (diff)
* /sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining NO_UNDERSCORES then using sysdeps/unix/mips/sysdep.h.
Sun Apr 16 03:23:09 1995 Brendan Kehoe (brendan@zen.org) * /sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining NO_UNDERSCORES then using sysdeps/unix/mips/sysdep.h.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/bsd/ultrix4/mips/sysdep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/bsd/ultrix4/mips/sysdep.h b/sysdeps/unix/bsd/ultrix4/mips/sysdep.h
new file mode 100644
index 0000000000..09b69ff854
--- /dev/null
+++ b/sysdeps/unix/bsd/ultrix4/mips/sysdep.h
@@ -0,0 +1,3 @@
+#define NO_UNDERSCORES
+
+#include <sysdeps/unix/mips/sysdep.h>