mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-06 05:17:57 +00:00
10 lines
153 B
C
10 lines
153 B
C
#ifndef __BUILD_H
|
|
#define __BUILD_H
|
|
|
|
/* Conky build info */
|
|
|
|
#define BUILD_DATE "@BUILD_DATE@"
|
|
#define BUILD_ARCH "@BUILD_ARCH@"
|
|
|
|
#endif /* __BUILD_H */
|