diff options
| author | Roy Marples <roy@marples.name> | 2008-06-07 00:15:14 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-06-07 00:15:14 +0000 |
| commit | fd34289e216f45570c6c2f5af94863e19be0db53 (patch) | |
| tree | 3eabb562686a16f05b0414e7c46449114f7f113e /config.h | |
| parent | 7c45fb9338092de7ca988f6abbecd4b0d54d76cc (diff) | |
| download | dhcpcd-fd34289e216f45570c6c2f5af94863e19be0db53.tar.xz | |
Bump to beta6 for internal testing and move UNCONST to common.h
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -28,7 +28,7 @@ #define CONFIG_H #define PACKAGE "dhcpcd" -#define VERSION "4.0.0-beta5" +#define VERSION "4.0.0-beta6" /* You can enable/disable various chunks of optional code here. * You would only do this to try and shrink the end binary if dhcpcd @@ -97,6 +97,5 @@ # define PIDFILE RUNDIR "/" PACKAGE "-%s.pid" #endif -#define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) #endif |
