running on the action machines doesn't seem to support it, while the
Debian Linux we're running on everything else does.
/* -*-C-*-
-$Id: pruxdld.c,v 1.10 1997/05/05 07:24:13 cph Exp $
+$Id: pruxdld.c,v 1.11 1997/05/05 07:25:55 cph Exp $
Copyright (c) 1993-97 Massachusetts Institute of Technology
It has been tried under HP-UX, SunOS (4.1.?), and Alpha OSF 1.
*/
+/* This #if covers the entire file. */
+#ifndef DISABLE_DLD_SUPPORT
+
#include "scheme.h"
#include "prims.h"
#include "usrdef.h"
address = ((long) (arg_integer (1)));
PRIMITIVE_RETURN (char_pointer_to_string ((unsigned char *) address));
}
+
+#endif /* not DISABLE_DLD_SUPPORT */