X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fdhcpd-pools.h;fp=src%2Fdhcpd-pools.h;h=c43bd33b1c3826fbc9042c0bcc427c559642e46d;hb=e299e7fce261036090d78547a91cfeb840d5a6ce;hp=fcf75b220d5fd6d347534998d94db957aaeb05ec;hpb=4c9f177b2ea35eed95226e8c461855a927716418;p=debian%2Fdhcpd-pools.git diff --git a/src/dhcpd-pools.h b/src/dhcpd-pools.h index fcf75b2..c43bd33 100644 --- a/src/dhcpd-pools.h +++ b/src/dhcpd-pools.h @@ -19,16 +19,18 @@ # define DHCPD_POOLS_H 1 #include +#include /* Feature test switches */ #define _POSIX_SOURCE 1 #define POSIXLY_CORRECT 1 #ifdef HAVE_STDLIB_H -#include #else extern void exit(); extern char *malloc(); +#define EXIT_FAILURE 1 +#define EXIT_SUCCESS 0 #endif /* STDC_HEADERS */ #ifndef HAVE_PROGRAM_INVOCATION_SHORT_NAME