Portability to BSD/OS 4.2.
[pspp] / m4 / stdint.m4
index 733c3c60219c7cb54f6bef8c2e49004c02d0aa4e..63d16566cf14cbe5a2d541565266772024c70373 100644 (file)
@@ -1,4 +1,4 @@
-# stdint.m4 serial 8
+# stdint.m4 serial 9
 dnl Copyright (C) 2001-2002, 2004-2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -90,7 +90,7 @@ typedef int array [2 * (POW63 != 0 && POW64 == 0) - 1];
 #if defined(__FreeBSD__) && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)
 # include <sys/inttypes.h>
 #endif
-#if defined(__OpenBSD__) || defined(__sgi)
+#if defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)
 # include <sys/types.h>
 # if HAVE_INTTYPES_H
 #  include FULL_PATH_INTTYPES_H