summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-05-10 16:08:49 +0000
committerRoy Marples <roy@marples.name>2007-05-10 16:08:49 +0000
commitc3d07f4c70c363a63fc549364b2f11f276f2056b (patch)
tree52c94b9ec375f4957ac5308ff4e1afd523e810ba /dhcpcd.c
parent3b963f04a7bd0e30d4944e752a96edc8a5d41e29 (diff)
downloaddhcpcd-c3d07f4c70c363a63fc549364b2f11f276f2056b.tar.xz
Add support for RFC 4361
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index 0ce089d7..3ac30448 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -38,16 +38,14 @@
#include <string.h>
#include <unistd.h>
+#include "config.h"
#include "client.h"
#include "dhcpcd.h"
#include "dhcp.h"
#include "interface.h"
#include "logger.h"
-#include "pathnames.h"
#include "version.h"
-#define PACKAGE "dhcpcd"
-
#define STRINGINT(_string, _int) { \
char *_tmp; \
long _number = strtol (_string, &_tmp, 0); \