SF patch #584245, get python to link on OSF1 (Dec Unix)
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 05a355b..74625f2 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -247,6 +247,9 @@
 /* Define to 1 if you have the `lstat' function. */
 #undef HAVE_LSTAT
 
+/* Define this if you have the makedev macro. */
+#undef HAVE_MAKEDEV
+
 /* Define to 1 if you have the `memmove' function. */
 #undef HAVE_MEMMOVE
 
@@ -766,6 +769,9 @@
 /* Define to 1 if on MINIX. */
 #undef _MINIX
 
+/* Define _OSF_SOURCE to get the makedev macro. */
+#undef _OSF_SOURCE
+
 /* Define to 2 if the system does not provide POSIX.1 features except with
    this defined. */
 #undef _POSIX_1_SOURCE