]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Alpha OSF/1 doesn't normally have <sys/bitypes.h>
authorTed Lemon <source@isc.org>
Thu, 23 May 1996 22:23:43 +0000 (22:23 +0000)
committerTed Lemon <source@isc.org>
Thu, 23 May 1996 22:23:43 +0000 (22:23 +0000)
cf/alphaosf.h
includes/cf/alphaosf.h

index 431f3265a648389aa8d38789782f4f8accef3e56..7aedf50f667d8d80fe53b276512a50ac5f3ba03e 100644 (file)
  * under a contract with Vixie Laboratories.
  */
 
+/* Define the basic integer types... */
+typedef char int8_t;
+typedef short int16_t;
+typedef int int32_t;
+
+typedef unsigned char u_int8_t;
+typedef unsigned short u_int16_t;
+typedef unsigned int u_int32_t;
+
 #include <syslog.h>
 #include <sys/types.h>
-#include <sys/bitypes.h>
 #include <string.h>
 #include <paths.h>
 #include <errno.h>
index 431f3265a648389aa8d38789782f4f8accef3e56..7aedf50f667d8d80fe53b276512a50ac5f3ba03e 100644 (file)
  * under a contract with Vixie Laboratories.
  */
 
+/* Define the basic integer types... */
+typedef char int8_t;
+typedef short int16_t;
+typedef int int32_t;
+
+typedef unsigned char u_int8_t;
+typedef unsigned short u_int16_t;
+typedef unsigned int u_int32_t;
+
 #include <syslog.h>
 #include <sys/types.h>
-#include <sys/bitypes.h>
 #include <string.h>
 #include <paths.h>
 #include <errno.h>