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

9 lines
221 B
C
Raw Permalink Normal View History

2013-09-19 19:41:24 +02:00
#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_ */