Files
mercury/extras/posix
Zoltan Somogyi 2a1f376c5d Use spaces in all Mercury.options files.
Use consistent indentation.

Sort many blocks of module-specific MCFLAGS settings by module name.

Add XXXs about some questionable options.
2025-12-06 10:39:04 +11:00
..
2025-05-05 08:08:50 +10:00

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