mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-17 02:13:54 +00:00
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.
16 lines
290 B
C
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
|