This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/deps/cdk-5.0-20161210/include/config.hin
2017-03-20 21:40:32 +10:00

15 lines
224 B
Plaintext

/*
* $Id: config.hin,v 1.2 2000/01/17 14:48:19 tom Exp $
*/
#ifndef CDK_CONFIG_H
#define CDK_CONFIG_H 1
@DEFS@
#if !defined(HAVE_LSTAT) && !defined(lstat)
#define lstat(f,b) stat(f,b)
#endif
#endif /* CDK_CONFIG_H */