mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
ac9d107e77
For reproducible builds, the build date messes things up, and some distros just set it to 1980 now anyway. Thus, it's better to remove the date altogether.
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 */
|