This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
ulock/config.h.in

8 lines
221 B
C

#ifndef _ULOCK_CONFIG_H_
#define _ULOCK_CONFIG_H_
#define CONFIG_FILE "@CONFIG_DIR@/ulock.conf"
#define PREFIX "@CMAKE_INSTALL_PREFIX@"
#define DATA_DIR "@CMAKE_INSTALL_PREFIX@/@DATA_DIR@"
#endif /* _ULOCK_CONFIG_H_ */