This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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_ */