Mercurial > emacs
view src/s/sol2-4.h @ 11953:d349456b4b1c
(XTread_socket): Don't call popup_get_selection here.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 26 May 1995 22:46:36 +0000 |
parents | e45a4d0aae48 |
children | c0cef571e5e3 |
line wrap: on
line source
/* Handle Solaris 2.4. */ #include "sol2-3.h" #define SOLARIS2_4 /* Solaris 2.4 has a broken vfork. So we don't use it; we use the alternate definition in sysdep.c. But a header file has a declaration that would conflict with the definition of vfork in sysdep.c. So we'll choose the return type to match the system header. */ #define VFORK_RETURN_TYPE pid_t /* Get rid of -traditional and let const really do its thing. */ #ifdef __GNUC__ #undef C_SWITCH_SYSTEM #undef const #endif /* __GNUC__ */