[dhcp-agent-commits] dhcp-agent config.h.in,1.8,1.9
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2004-05-25 06:49:22
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27699 Modified Files: config.h.in Log Message: added check for SO_BINDTODEVICE Index: config.h.in =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/config.h.in,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** config.h.in 27 Jul 2003 00:30:08 -0000 1.8 --- config.h.in 25 May 2004 06:49:13 -0000 1.9 *************** *** 52,55 **** --- 52,58 ---- #undef HAVE_SIG_ATOMIC_T + /* have SO_BINDTODEVICE */ + #undef HAVE_SO_BINDTODEVICE + /* Define to 1 if you have the <stdarg.h> header file. */ #undef HAVE_STDARG_H *************** *** 94,100 **** #undef HAVE_VARARGS_H - /* kill(pid, 0) can be used to detect a process we can signal */ - #undef KILL_SIGNAL_DETECT - /* Name of package */ #undef PACKAGE --- 97,100 ---- |