12345678910111213141516171819202122232425262728293031 |
- /*
- * Licensed Materials - Property of IBM and/or HCL
- *
- * IBM Informix Dynamic Server
- * (c) Copyright IBM Corporation 1996, 2004 All rights reserved.
- * (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved.
- *
- ***************************************************************************
- *
- * Title: minmdur.h
- * Description:
- * Restricted use memory duration definitions
- * used datablade developers
- *
- ***************************************************************************
- */
- /*
- Obsolete file. Should be deleted once we figure out how to run
- make depend again.
- */
- #ifndef _MINMDUR_H_
- #define _MINMDUR_H_
- #ifndef _MEMDUR_H_
- #include "memdur.h"
- #endif /* not _MEMDUR_H_ */
- #endif /* _MINMDUR_H_ */
|