New directory
[bpt/emacs.git] / src / s / hpux10.h
index bc236d0..ba0a11f 100644 (file)
@@ -8,9 +8,9 @@
    tries to redeclare what was once srandom to be srand48.  So we go
    with HAVE_LRAND48 being defined.  */
 #undef srandom
-#undef srand48
+#undef random
 #undef HAVE_RANDOM
-#define HPUX10
+
 #define FORCE_ALLOCA_H
 
 /* AlainF 20-Jul-1996 says this is right.  */
    on HP-UX.  (You get duplicate symbol errors on linking). */
 
 #undef _FILE_OFFSET_BITS
+
+/* Don't define _BSD */
+#undef C_SWITCH_SYSTEM
+
+/* HP-UX 10.10 seem to have problems with signals coming in
+   Causes "poll: interrupted system call" messages when Emacs is run
+   in an X window (see process.c) */
+#define POLL_INTERRUPTED_SYS_CALL