1
0
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:
Kai Krakow
2018-01-21 03:02:19 +01:00
parent 17e1171464
commit 8636312cab
3 changed files with 13 additions and 2 deletions

6
lib/configure.h.in Normal file
View File

@ -0,0 +1,6 @@
#ifndef _CONFIGURE_H
#define ETC_PREFIX "@ETC_PREFIX@"
#define _CONFIGURE_H
#endif