view src/s/osf5-0.h @ 34284:3a21ff35392b

(xlfd_charset_of_font): Don't overwrite fontname argument. (w32_codepage_for_font): Rename CP_INVALID to CP_UNKNOWN. (w32_list_fonts): Don't choke if pattern doesn't specify a codepage.
author Andrew Innes <andrewi@gnu.org>
date Wed, 06 Dec 2000 15:54:02 +0000
parents 44a6d62deb2b
children 7a1ddacf0683
line wrap: on
line source

#define OSF5
#include "osf1.h"

/* The -BSD loses when _XOPEN_SOURCE gets defined by configure in
   OSF 5.  It's possible this will need to be reverted for earlier
   versions (for which OSF5 isn't defined).  */
#undef C_SWITCH_SYSTEM
#define C_SWITCH_SYSTEM	-D_OSF_SOURCE
#define WAIT_USE_INT
#define SYS_SIGLIST_DECLARED
#define sys_siglist __sys_siglist
#define NSIG __sys_nsig

/* We have missing/inconsistent prototypes on 5.0, at least.  */
#define INHIBIT_X11R6_XIM

#define USE_MMAP_FOR_BUFFERS	1