r14349: Kill proto.h!
[bbaumbach/samba-autobuild/.git] / source4 / build / smb_build / TODO
index 22130b6b7aea7d7518b8decff276bcbe9ffe11d1..53027d33d527f1ecd8374fe635c75f1912cf8518 100644 (file)
@@ -1,11 +1,22 @@
-- sonames
 - saner names for some of the .pc files
 - .pc files also when there is a public header?
 - get rid of include/structs.h and include/proto.h
-- add register function to smbtorture
-- improve (un)install scripts (rewrite in perl?)
+ - support including a custom header by librpc/gen_ndr/*.c files
+ - if a ndr_.*_man.h file exists, include it.
+- plugin loading support in ldb
 - proper #include dependencies:
   for each subsystem:
   - include line in Makefile
   - rule in Makefile
-- determine dependencies from #include lines ?
+- install autogenerated headers (seperate directory)
+- subdir handler for install headers into a specific directory
+
+set of test scripts that check the code:
+- configure_check_unused.pl
+- find_unused_macros.pl
+- find_unused_makefilevars.pl
+- find_unused_options.sh
+- findstatic.pl
+- minimal_includes.pl
+- check dependencies based on #include lines ?
+- check whether private headers are not used outside their own subsystem