Displaying 1 result from an estimated 1 matches for "have_mcheck_h".
2002 Jan 07
2
rsync-2.5.1 / popt patches
...em.h Sun Jan 6 08:42:28 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_popt:system.tpu on
6-JAN-2002 08:42:28.07 OPENVMS_AXP */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -7,7 +8,7 @@
#include <fcntl.h>
#include <limits.h>
-#if HAVE_MCHECK_H
+#ifdef HAVE_MCHECK_H
#include <mcheck.h>
#endif
@@ -15,7 +16,7 @@
#include <stdlib.h>
#include <string.h>
-#if HAVE_UNISTD_H
+#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
@@ -27,14 +28,14 @@
/* AIX requires this to be the first thing in the file. */...