mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
Compilation: Let the code know about package config
This commit adds support for putting package configuration options into header files. This is needed to prepare reading config files from /etc. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
6
lib/configure.h.in
Normal file
6
lib/configure.h.in
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _CONFIGURE_H
|
||||
|
||||
#define ETC_PREFIX "@ETC_PREFIX@"
|
||||
|
||||
#define _CONFIGURE_H
|
||||
#endif
|
Reference in New Issue
Block a user