From: Ted Lemon Date: Wed, 17 Sep 1997 00:21:45 +0000 (+0000) Subject: Add nextstep configuration X-Git-Tag: NetBSD_1_3_Alpha~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e5a40cd4546a29bf53aafdaa4dfd7d5bc85f0f2;p=thirdparty%2Fdhcp.git Add nextstep configuration --- diff --git a/Makefile.conf b/Makefile.conf index 211dbfb43..9dc0a061c 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -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 diff --git a/configure b/configure index cdad7d420..29a931e33 100755 --- 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 diff --git a/includes/osdep.h b/includes/osdep.h index 25c2fcdc9..ed725db6b 100644 --- a/includes/osdep.h +++ b/includes/osdep.h @@ -109,6 +109,10 @@ # 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