1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-02-10 02:00:54 +00:00
Files
PDP-10.klh10/src/vaddr-sucks.h
Olaf Seibert 2ac5184ff2 Add a configure script and remove a tangle of frail #if conditions
This only uses autoconf, not automake or libtool or intltool or whatever.
This also allows easy building of different emulators in different build directories.

I have tested TOPS-20 with pcap|tap+bridge, ITS with pcap|tun|tap+bridge, both on NetBSD and Linux
and hopefully everything still works after the fine-tuning.
2016-01-19 23:41:49 +01:00

7 lines
171 B
C

/* DO NOT EDIT - conditionally used, see configure */
#define vaddr_t _kernel_vaddr_t
#define paddr_t _kernel_paddr_t
#include <sys/types.h>
#undef paddr_t
#undef vaddr_t