#ifndef DHCPCTL_TP_h #define DHCPCTL_TP_h 1 #define TP_UNSPECIFIED 0 #define TP_BOOL 1 #define TP_INT 2 #define TP_UINT 3 #define TP_STRING 4 typedef unsigned int TYPE; #endif