summaryrefslogtreecommitdiffstats
path: root/drakconf.desktop.in
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-01-08 04:24:36 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-01-08 04:24:36 +0100
commit0d6a89e44006395044fc53ffbba4e518943aa75f (patch)
tree13d1df2ed64e88a580b0613d3fc70f838d674def /drakconf.desktop.in
parent6f5b4c1b1021099b6e6c513c6b16089484f7931c (diff)
downloadcontrol-center-0d6a89e44006395044fc53ffbba4e518943aa75f.tar
control-center-0d6a89e44006395044fc53ffbba4e518943aa75f.tar.gz
control-center-0d6a89e44006395044fc53ffbba4e518943aa75f.tar.bz2
control-center-0d6a89e44006395044fc53ffbba4e518943aa75f.tar.xz
control-center-0d6a89e44006395044fc53ffbba4e518943aa75f.zip
fix date
Diffstat (limited to 'drakconf.desktop.in')
0 files changed, 0 insertions, 0 deletions
class="hl ppc">#ifndef _KUDZU_H_ #define _KUDZU_H_ /* kudzu: it grows on you */ /* level of debugging output */ #undef DEBUG_LEVEL #ifdef DEBUG_LEVEL #define DEBUG(s...) fprintf(stderr,s) #else #define DEBUG(s...) ; #endif #endif