Waldek Hebisch wrote:
Many systems (Linux, BSD and supposedly also Mac OS X) provide 'openpty' function as a preferred method to open a pty (for example on Linux
+#ifdef HAVE_OPENPTY +#include <pty.h> +#endif
On Mac OS X 10.4 using XCode 2.2 I need to #include <util.h> instead. -- Humberto Ortiz-Zuazaga Programmer-Archaeologist UPR Bioinformatics Resource Center http://www.hpcf.upr.edu/~humberto/ _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
