diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-13 19:38:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:19 -0500 |
commit | efe67458c17ffa52b48f979505caf11c2ac52c4e (patch) | |
tree | 996874beb2ccc26e2434f4e19f7d5916b8bbc6c1 /source4/build/smb_build/smb_build_h.pm | |
parent | d8c4862d8cb4ab0c87e35f0aa6a91731f55d718b (diff) | |
download | samba-efe67458c17ffa52b48f979505caf11c2ac52c4e.tar.gz samba-efe67458c17ffa52b48f979505caf11c2ac52c4e.tar.bz2 samba-efe67458c17ffa52b48f979505caf11c2ac52c4e.zip |
r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers
in build/smb_build/, remove unused pstring macros
(This used to be commit 432296207400636dd81d0929ec7b1b4cebbcaa62)
Diffstat (limited to 'source4/build/smb_build/smb_build_h.pm')
-rw-r--r-- | source4/build/smb_build/smb_build_h.pm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/source4/build/smb_build/smb_build_h.pm b/source4/build/smb_build/smb_build_h.pm index b31cf8b9d9..e06e965ac7 100644 --- a/source4/build/smb_build/smb_build_h.pm +++ b/source4/build/smb_build/smb_build_h.pm @@ -1,10 +1,8 @@ -########################################################### -### SMB Build System ### -### - create output for smb_build.h ### -### ### -### Copyright (C) Stefan (metze) Metzmacher 2004 ### -### Released under the GNU GPL ### -########################################################### +# SMB Build System +# - create output for smb_build.h +# +# Copyright (C) Stefan (metze) Metzmacher 2004 +# Released under the GNU GPL package smb_build_h; use strict; |