mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Use consistent indentation. Sort many blocks of module-specific MCFLAGS settings by module name. Add XXXs about some questionable options.
This directory contains stuff for accessing POSIX.3 stuff directly from Mercury. Since I don't actually have a copy of the standard, it's more like the stuff that man pages claim is in POSIX.3, and not even all of that. :-) conway, 12/10/99 Note that on some systems, it may be necessary to link with additional libraries. This can be done by setting the variable MLLIBS in the Mmakefile, e.g. MLLIBS = -lsocket -lnsl