summaryrefslogtreecommitdiff
path: root/src/s-sco3-2-2.h
blob: 4599f16fbcabb5747655674dc7e9d71ea8a1d120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Support SCO V 3.2.2 (also called Open Desk Top 1.1) */

#include "s-sco.h"

#ifdef HAVE_X11
/* Use Xselect instead of XSelect.  */
#undef select
#define select Xselect

/* This version was before random and srandom were added to libX11.a.  */
#undef HAVE_RANDOM

/* We don't have XrmDestroyDatabase in this version.  */
#define NO_X_DESTROY_DATABASE

/* Note: on ODT version 1.0, you need #undef BSTRING.  */

#endif /* HAVE_X11 */