configure, configure.in stamp-h.in, and uip/Makefile.in modified to fix
[mmh] / uip / mshcmds.c
index 427bff6..3d6e260 100644 (file)
@@ -933,11 +933,16 @@ forwcmd (char **args)
 
                                        /* foil search of .mh_profile */
     snprintf (buf, sizeof(buf), "%sXXXXXX", invo_name);
 
                                        /* foil search of .mh_profile */
     snprintf (buf, sizeof(buf), "%sXXXXXX", invo_name);
+/*
+  Mkstemp work postponed until later -Doug
 #ifdef HAVE_MKSTEMP
     vec[0] = (char *)mkstemp (buf);
 #else
 #ifdef HAVE_MKSTEMP
     vec[0] = (char *)mkstemp (buf);
 #else
+*/
     vec[0] = (char *)mktemp (buf);
     vec[0] = (char *)mktemp (buf);
+/*
 #endif
 #endif
+*/
     vec[vecp++] = "-file";
     vec[vecp] = NULL;
     if (!msgp)
     vec[vecp++] = "-file";
     vec[vecp] = NULL;
     if (!msgp)