diff options
author | Tim Potter <tpot@samba.org> | 2003-09-04 23:55:44 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-04 23:55:44 +0000 |
commit | 7444f0fc7b946dff9156d9a35a915ce8bf2e7733 (patch) | |
tree | 9ef00a00fdb6d82d6161226684a7a636b84c5701 /source3/script | |
parent | 08c3907f4eb9a6235ff401e39b949dbcc929a7ee (diff) | |
download | samba-7444f0fc7b946dff9156d9a35a915ce8bf2e7733.tar.gz samba-7444f0fc7b946dff9156d9a35a915ce8bf2e7733.tar.bz2 samba-7444f0fc7b946dff9156d9a35a915ce8bf2e7733.zip |
Removed {OLD,NEW}_NTDOMAIN cruft from mkproto.awk
(This used to be commit 061decb608a3c881e646617b623277895fc0c13e)
Diffstat (limited to 'source3/script')
-rw-r--r-- | source3/script/mkproto.awk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/script/mkproto.awk b/source3/script/mkproto.awk index 6a45a70cc3..b6e911699e 100644 --- a/source3/script/mkproto.awk +++ b/source3/script/mkproto.awk @@ -41,20 +41,6 @@ END { } } -# special handling for code merge of TNG to head -/^#define OLD_NTDOMAIN 1/ { - printf "#if OLD_NTDOMAIN\n" -} -/^#undef OLD_NTDOMAIN/ { - printf "#endif\n" -} -/^#define NEW_NTDOMAIN 1/ { - printf "#if NEW_NTDOMAIN\n" -} -/^#undef NEW_NTDOMAIN/ { - printf "#endif\n" -} - # we handle the loadparm.c fns separately /^FN_LOCAL_BOOL/ { |