mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 01:57:09 +00:00
27731c50dc
- Print OS information in `conky -v` git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@688 7f574dfc-610e-0410-a909-a81674777703
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 */
|