mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
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>
7 lines
85 B
C
7 lines
85 B
C
#ifndef _CONFIGURE_H
|
|
|
|
#define ETC_PREFIX "@ETC_PREFIX@"
|
|
|
|
#define _CONFIGURE_H
|
|
#endif
|