# removes the comment characters from the appropriate set of
# assignments, and writes the output to Makefile.
+## NEXTSTEP 3.x,4.x
+##--nextstep--
+#LIBS =
+#CF = cf/nextstep.h
+#CC=cc
+#COPTS = -Wall
+#BINDIR=/usr/etc
+#ADMMANDIR = /usr/local/man/cat8
+#FFMANDIR = /usr/local/man/cat5
+#ADMMANEXT = .8
+#FFMANEXT = .5
+#VARRUN = /etc
+#VARDB = /etc
+##--nextstep--
+
## SunOS 4.1
##--sunos4--
#LIBS = -lresolv
sysname=hpux;;
QNX)
sysname=qnx;;
+ NEXTSTEP)
+ sysname=nextstep;;
esac
fi
if [ "$sysname" = "" ]; then
+ echo "UNIX name: $uname machine: $machine"
echo
echo "Unknown system. If this is an SCO system running ODT 3.0 or"
echo "higher, type \`\`./configure sco''. Otherwise, this is a"
echo " freebsd FreeBSD"
echo " hpux HP-UX"
echo " qnx QNX 4.2 or higher"
+ echo " NEXTSTEP NeXTSTEP"
exit 1;
fi
# include "cf/cygwin32.h"
#endif
+#ifdef NeXT
+# include "cf/nextstep.h"
+#endif
+
/* Porting::
If you add a new network API, and have it set up so that it can be