annotate src/s/openbsd.h @ 940:79fb6b9e9f76
[xemacs-hg @ 2002-07-31 10:23:28 by adrian]
[S] [PATCH] xemacs-21.5: Fix for xbm crash
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2002-07-29 Sean MacLennan <seanm@seanm.ca>
* glyphs-x.c (x_locate_pixmap_file): Test path not to be 0, before
using it.
author |
adrian |
date |
Wed, 31 Jul 2002 10:23:39 +0000 |
parents |
57709be46d1b |
children |
861f2601a38b |
rev |
line source |
286
|
1 /* s/ file for openbsd systems. */
|
|
2
|
|
3 /* Get most of the stuff from bsd4.3 */
|
|
4 #include "bsd4-3.h"
|
|
5
|
|
6 /* OpenBSD alpha has no shared libs yet. */
|
|
7 #if defined (__alpha__) && !defined (__ELF__)
|
|
8 #define NO_SHARED_LIBS
|
|
9 #endif
|
|
10
|
|
11 /* Get the rest of the stuff from NetBSD */
|
|
12 #include "netbsd.h"
|