Update of /cvsroot/dhcp-agent/dhcp-agent
In directory usw-pr-cvs1:/tmp/cvs-serv19494
Modified Files:
dhcp-agent.h
Log Message:
we don't need an ifdef in dhcp-agent.h for progname
Index: dhcp-agent.h
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-agent.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** dhcp-agent.h 6 Jun 2002 23:59:00 -0000 1.50
--- dhcp-agent.h 7 Jun 2002 20:46:35 -0000 1.51
***************
*** 57,64 ****
# include <config.h>
! #if !defined(HAVE_PROGNAME)
! /* must be placed in main source of each binary. */
! extern const char *__progname;
! #endif
#if defined(HAVE_GETOPT_H)
--- 57,63 ----
# include <config.h>
! /* must be placed in main source of each binary.
! * if not available. */
! extern const char *__progname;
#if defined(HAVE_GETOPT_H)
|