Files
mercury/runtime/autoconf.h.in
Zoltan Somogyi 5b4e509c31 A first cut at an autoconfigure script. By running "autoconf"
configure.in, Makefile.conf.in, autoconf.h.in:
	A first cut at an autoconfigure script. By running "autoconf"
	without arguments on munta, you get configure, which is when
	run produces Makefile.conf and autoconf.h. These are not used
	at present.

conf.h, memory.h:
	Slight changes to get closer to the autoconfiguration scheme.
1995-04-03 09:03:55 +00:00

16 lines
290 B
C

#define RETSIGTYPE void
#undef HAVE_SYSCONF
#undef HAVE_GETPAGESIZE
#undef HAVE_MEMALIGN
#undef HAVE_MPROTECT
#undef HAVE_SIGACTION
#undef HAVE_SIGINFO_H
#undef HAVE_UCONTEXT_H
#undef SIGACTION_FIELD
#undef PC_INDEX
#undef HAVE_GCC_REGS
#undef HAVE_GCC_LABELS
#undef HAVE_ASM_LABELS