mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
9 lines
119 B
C
9 lines
119 B
C
|
#ifndef __BUILD_H
|
||
|
#define __BUILD_H
|
||
|
|
||
|
/* Conky build info */
|
||
|
|
||
|
#define BUILD_ARCH "@BUILD_ARCH@"
|
||
|
|
||
|
#endif /* __BUILD_H */
|