]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add nextstep configuration
authorTed Lemon <source@isc.org>
Wed, 17 Sep 1997 00:21:45 +0000 (00:21 +0000)
committerTed Lemon <source@isc.org>
Wed, 17 Sep 1997 00:21:45 +0000 (00:21 +0000)
Makefile.conf
configure
includes/osdep.h

index 211dbfb4355fc63aebc3f5ffa0adb64e9bdcd627..9dc0a061c57b6e1697f616fc5aa3e21877368362 100644 (file)
@@ -58,6 +58,21 @@ VARDB = /var/db
 # 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
index cdad7d4206c7c3f1d87519784d675ce42d20152e..29a931e33a13a8f1fd8fe63cc6d25798b96c28ef 100755 (executable)
--- a/configure
+++ b/configure
@@ -38,10 +38,13 @@ if [ "$sysname" = "" ]; then
       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"
@@ -59,6 +62,7 @@ if [ "$sysname" = "" ]; then
   echo "   freebsd     FreeBSD"
   echo "   hpux                HP-UX"
   echo "   qnx         QNX 4.2 or higher"
+  echo "   NEXTSTEP     NeXTSTEP"
   exit 1;
 fi
 
index 25c2fcdc955f01481158551befb72b1a3bd9e2a3..ed725db6b5822033d1e696721e5326157df9efc2 100644 (file)
 #  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