Disable readline support when building on MacOS Classic.
--- a/test/test_physfs.c Mon Apr 01 18:50:56 2002 +0000
+++ b/test/test_physfs.c Tue Apr 02 13:34:49 2002 +0000
@@ -11,7 +11,7 @@
#include <errno.h>
#include <string.h>
-#if (!defined WIN32)
+#if ((!defined WIN32) && (!defined __MACOS__))
#define HAVE_READLINE
#endif