openafs/src/libadmin
Simon Wilkinson 36524b2ed7 Rationalise our include paths
Our include paths are a bit of a mess. Fix these so that they're
more rational, and more in line with normal coding style.

In particular:
   *) Don't include all of the subdirectories of our top level
      include directory. If a file wants afs/file.h, it should
      include that, not "file.h"
   *) Try to avoid including '.' in the search path (although
      objdir builds make this harder)
   *) Don't blindly include other directories from the code tree
      in the search path. If a package wants another packages header,
      then it should get it from the include directory
   *) Use the convention that quoted includes ("") pick up local
      headers. Bracketed includes (<>) pick up ones from the top level
      include dir
   *) In directories which pull in files from multiple packages, don't
      blindly put all of the package directories in the search path.
      Specifically include the file's package directory when required

The big change here is that it's no longer possible to hide a system
include by placing a header of the same name in include/afs. The most
common case where this was happening was for 'assert.h'

Change-Id: I0796fabcf83ffcd74e533624c64e138a160dd632
Reviewed-on: http://gerrit.openafs.org/834
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
2009-11-17 13:12:57 -08:00
..
adminutil Windows: Permit build system to update symbol store 2009-08-19 10:19:43 -07:00
bos Add support for warning checked builds 2009-09-28 05:00:04 -07:00
cfg Fix unitialized variable warning in cfghost.c 2009-10-15 05:03:29 -07:00
client Miscellaneous warning cleanup 2009-09-28 01:58:16 -07:00
kas Rationalise our include paths 2009-11-17 13:12:57 -08:00
pts Windows: Permit build system to update symbol store 2009-08-19 10:19:43 -07:00
samples Add support for warning checked builds 2009-09-28 05:00:04 -07:00
test Make typedefs of AFS_UCRED and AFS_PROC with renaming 2009-10-21 11:08:15 -07:00
vos Update warning inhibition 2009-11-11 09:17:56 -08:00
afs_Admin.h libadmin-windows-socket-20090320 2009-03-20 11:47:00 +00:00
Makefile.in autoconf-likes-relative-paths-20060802 2006-08-03 03:37:12 +00:00
NTMakefile