mirror of
https://github.com/PDP-10/klh10.git
synced 2026-02-10 02:00:54 +00:00
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.
7 lines
171 B
C
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
|