From: Ted Lemon Date: Sun, 14 Feb 1999 18:32:42 +0000 (+0000) Subject: Update linux support. X-Git-Tag: V3-ALPHA-19990315~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b97a65785d8f90d5ae4cba5e163a9e0879fa7230;p=thirdparty%2Fdhcp.git Update linux support. --- diff --git a/Makefile.conf b/Makefile.conf index a9c7954c1..3f841fbaf 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -1,6 +1,6 @@ # Makefile.conf # -# Copyright (c) 1996, 1997, 1998 The Internet Software Consortium. +# Copyright (c) 1996, 1997, 1998, 1999 The Internet Software Consortium. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -177,7 +177,7 @@ VARDB = /var/db ## Linux 1.x ##--linux-1-- -#COPTS = -DLINUX_1_X +#COPTS = -DLINUX_MAJOR=1 -DLINUX_MINOR=0 #CF = cf/linux.h #ADMMANDIR = /usr/man/man8 #ADMMANEXT = .8 @@ -190,7 +190,7 @@ VARDB = /var/db ## Linux 2.0 ##--linux-2.0-- -#COPTS = -DLINUX_2_0 +#COPTS = -DLINUX_MAJOR=2 -DLINUX_MINOR=0 #CF = cf/linux.h #ADMMANDIR = /usr/man/man8 #ADMMANEXT = .8 @@ -203,7 +203,7 @@ VARDB = /var/db ## Linux 2.1 ##--linux-2.1-- -#COPTS = -DLINUX_2_1 +#COPTS = -DLINUX_MAJOR=2 -DLINUX_MINOR=1 #CF = cf/linux.h #ADMMANDIR = /usr/man/man8 #ADMMANEXT = .8 @@ -214,6 +214,19 @@ VARDB = /var/db #SCRIPT=linux ##--linux-2.1-- +## Linux 2.2 +##--linux-2.2-- +#COPTS = -DLINUX_MAJOR=2 -DLINUX_MINOR=2 +#CF = cf/linux.h +#ADMMANDIR = /usr/man/man8 +#ADMMANEXT = .8 +#FFMANDIR = /usr/man/man5 +#FFMANEXT = .5 +#VARRUN = /var/run +#VARDB = /var/dhcpd +#SCRIPT=linux +##--linux-2.2-- + ## SCO ##--sco-- #CF = cf/sco.h