Browse Source

renamed auth/config.h to auth/spec_config.h as it confused the compiler
with ${top_dir}/config.h.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1251 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 15 years ago
parent
commit
07b1694cab
3 changed files with 3 additions and 3 deletions
  1. 1 1
      configure.ac
  2. 2 2
      src/bin/auth/main.cc
  3. 0 0
      src/bin/auth/spec_config.h.in

+ 1 - 1
configure.ac

@@ -232,7 +232,7 @@ AC_OUTPUT([src/bin/cfgmgr/b10-cfgmgr.py
            src/bin/msgq/msgq.py
            src/bin/msgq/msgq_test
            src/bin/msgq/run_msgq.sh
-           src/bin/auth/config.h
+           src/bin/auth/spec_config.h
            src/lib/config/data_def_unittests_config.h
            src/lib/python/isc/config/unittests/config_test
            src/lib/dns/gen-rdatacode.py

+ 2 - 2
src/bin/auth/main.cc

@@ -14,7 +14,7 @@
 
 // $Id$
 
-#include "../../../config.h"
+#include "config.h"
 
 #include <sys/types.h>
 #include <sys/socket.h>
@@ -45,7 +45,7 @@
 #include <cc/data.h>
 #include <config/ccsession.h>
 
-#include "config.h"
+#include "spec_config.h"
 #include "common.h"
 #include "auth_srv.h"
 

src/bin/auth/config.h.in → src/bin/auth/spec_config.h.in