From eee003da6aee5ffc00e318fc0390e6b19151a675 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 9 Jun 2000 02:59:50 +0000 Subject: started adding support for relative, plus options for autoalignment so the same parser generator can be uses for cifs and rpc (This used to be commit c7829fa0d87081d9b3f33468527583e3b763916b) --- source3/aparser/srvsvc2.struct | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/aparser/srvsvc2.struct') diff --git a/source3/aparser/srvsvc2.struct b/source3/aparser/srvsvc2.struct index bc80d3bc05..362d121e37 100644 --- a/source3/aparser/srvsvc2.struct +++ b/source3/aparser/srvsvc2.struct @@ -1,5 +1,10 @@ module srvsvc +option autoalign True +option relative False +option recurse True +option foo blah + #define BOOL uint32 #define LONG uint32 #define DWORD uint32 -- cgit