home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / bind / bind-4.001 / bind-4~ / bind-4.9.3-BETA9 / named / named.h < prev    next >
C/C++ Source or Header  |  1993-09-08  |  365b  |  20 lines

  1. /* named.h - include the local definitions in the right order
  2.  * vix 28aug93 [original]
  3.  *
  4.  * $Id: named.h,v 1.1 1993/09/08 04:57:40 vixie Exp $
  5.  */
  6.  
  7. #include "../conf/portability.h"
  8. #include "../conf/options.h"
  9.  
  10. #include "pathnames.h"
  11.  
  12. #include "ns_defs.h"
  13. #include "db_defs.h"
  14.  
  15. #include "ns_glob.h"
  16. #include "db_glob.h"
  17.  
  18. #include "ns_func.h"
  19. #include "db_func.h"
  20.