s4-waf: don't generate PACKAGE_* defines in config.h
authorStefan Metzmacher <metze@samba.org>
Mon, 25 Oct 2010 06:49:46 +0000 (06:49 +0000)
committerStefan Metzmacher <metze@samba.org>
Mon, 25 Oct 2010 08:16:28 +0000 (08:16 +0000)
commit8ea6f41ec9d3e2577432a8d9be100f1f42775787
tree1ecdb2b2eb12a365a3d07e4c07ebf551b3bd573a
parente54d58d11388d0ff4afe3d08e0b19b0dd43835ad
s4-waf: don't generate PACKAGE_* defines in config.h

- We don't use them anywhere (heimdal has special rules)
- They calculate the version at configure time
  and may contain the wrong git hash while building
- If we really need them in future we should add them
  to version.h and not config.h, as the changing git hash
  will trigger a full rebuild if config.h changes.

metze
source4/heimdal_build/config.h
source4/heimdal_build/roken.h
source4/heimdal_build/wscript_build
source4/wscript