| 28 |
|
> DLIBS = |
| 29 |
|
|
| 30 |
|
============= rt/devtable.c ============= |
| 31 |
< |
15c15 |
| 32 |
< |
< char dev_default[] = "x11"; |
| 33 |
< |
--- |
| 34 |
< |
> char dev_default[] = "sun"; /* or "news" for SGI */ |
| 35 |
< |
17,18d16 |
| 36 |
< |
< extern struct driver *x11_init(); |
| 37 |
< |
< |
| 38 |
< |
23c21 |
| 39 |
< |
< {"x11", "X11 color or greyscale display", x11_init}, |
| 40 |
< |
--- |
| 41 |
< |
> {"x11", "X11 color or greyscale display", comm_init}, |
| 31 |
> |
11i |
| 32 |
> |
> #define X11 0 |
| 33 |
|
|
| 34 |
|
These changes may be applied to the Rmakefile's in the src/util and |
| 35 |
|
src/px subdirectories for cleaner compilation: |