mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-17 23:09:14 +01: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