mirror of
https://github.com/altlinux/admc.git
synced 2025-03-20 02:50:07 +03:00
Added config.h.in with basic definitions
This commit is contained in:
parent
98bb676a28
commit
d743c403ab
20
config.h.in
Normal file
20
config.h.in
Normal file
@ -0,0 +1,20 @@
|
||||
#if !defined(__ADTOOL_CONFIG_H)
|
||||
# define __ADTOOL_CONFIG_H 1
|
||||
|
||||
#define _XOPEN_SOURCE 700
|
||||
#define _C99_SOURCE 1
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
# define _BSD_VISIBLE 1
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
# define ADTOOL_VERSION "${PROJECT_VERSION}"
|
||||
# define ADTOOL_APPLICATION_NAME "${ADTOOL_APPLICATION_NAME}"
|
||||
# define ADTOOL_APPLICATION_DISPLAY_NAME "${ADTOOL_APPLICATION_DISPLAY_NAME}"
|
||||
# define ADTOOL_ORGANIZATION "${ADTOOL_ORGANIZATION}"
|
||||
# define ADTOOL_ORGANIZATION_DOMAIN "${ADTOOL_ORGANIZATION_DOMAIN}"
|
||||
|
||||
#endif /* __ADTOOL_CONFIG_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user