[Dhcp-agent-commits] CVS: dhcp-agent acconfig.h,1.2,1.3 config.h.in,1.6,1.7
Status: Alpha
Brought to you by:
actmodern
From: Thamer Al-H. <act...@us...> - 2002-06-03 01:39:06
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory usw-pr-cvs1:/tmp/cvs-serv17432 Modified Files: acconfig.h config.h.in Log Message: template now with HAVE_BPF_TIMEVAL Index: acconfig.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/acconfig.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** acconfig.h 31 Jan 2002 11:09:13 -0000 1.2 --- acconfig.h 3 Jun 2002 01:39:03 -0000 1.3 *************** *** 1,2 **** --- 1,4 ---- + /* have struct bpf_timeval */ + #undef HAVE_BPF_TIMEVAL /* have sig_atomic_t */ Index: config.h.in =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/config.h.in,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** config.h.in 14 Feb 2002 10:43:34 -0000 1.6 --- config.h.in 3 Jun 2002 01:39:03 -0000 1.7 *************** *** 1,3 **** --- 1,5 ---- /* config.h.in. Generated automatically from configure.in by autoheader. */ + /* have struct bpf_timeval */ + #undef HAVE_BPF_TIMEVAL /* have sig_atomic_t */ |