blob: 01d68aea0d3d85c9c8f23fc47df1d34a0320af48 [file] [log] [blame]
John Criswell7a73b802003-06-30 21:59:07 +00001/*
2 * Header file: memory.h
3 *
4 * Description:
5 * This header file is the autoconf replacement for memory.h (if it lives
6 * on the system).
7 */
8
9#ifndef _CONFIG_MEMORY_H
10#define _CONFIG_MEMORY_H
11
12#include "Config/config.h"
13
14#ifdef HAVE_MEMORY_H
15#include <memory.h>
16#endif
17
18#endif