minmdur.h 759 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Licensed Materials - Property of IBM and/or HCL
  3. *
  4. * IBM Informix Dynamic Server
  5. * (c) Copyright IBM Corporation 1996, 2004 All rights reserved.
  6. * (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved.
  7. *
  8. ***************************************************************************
  9. *
  10. * Title: minmdur.h
  11. * Description:
  12. * Restricted use memory duration definitions
  13. * used datablade developers
  14. *
  15. ***************************************************************************
  16. */
  17. /*
  18. Obsolete file. Should be deleted once we figure out how to run
  19. make depend again.
  20. */
  21. #ifndef _MINMDUR_H_
  22. #define _MINMDUR_H_
  23. #ifndef _MEMDUR_H_
  24. #include "memdur.h"
  25. #endif /* not _MEMDUR_H_ */
  26. #endif /* _MINMDUR_H_ */