aboutsummaryrefslogtreecommitdiffstats
path: root/include/Config/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Config/memory.h')
-rw-r--r--include/Config/memory.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/Config/memory.h b/include/Config/memory.h
new file mode 100644
index 0000000..01d68ae
--- /dev/null
+++ b/include/Config/memory.h
@@ -0,0 +1,18 @@
+/*
+ * Header file: memory.h
+ *
+ * Description:
+ * This header file is the autoconf replacement for memory.h (if it lives
+ * on the system).
+ */
+
+#ifndef _CONFIG_MEMORY_H
+#define _CONFIG_MEMORY_H
+
+#include "Config/config.h"
+
+#ifdef HAVE_MEMORY_H
+#include <memory.h>
+#endif
+
+#endif