From 18c152f8aa5ab7b5463fa1f6daf72fbbe32eaddb Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 3 Aug 2012 17:59:17 +0200 Subject: lib/param: move enum dns_update_settings to lib/param --- source4/dns_server/dns_update.c | 2 +- source4/dns_server/dns_update.h | 25 ------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 source4/dns_server/dns_update.h (limited to 'source4/dns_server') diff --git a/source4/dns_server/dns_update.c b/source4/dns_server/dns_update.c index a09818d70a..e7514acace 100644 --- a/source4/dns_server/dns_update.c +++ b/source4/dns_server/dns_update.c @@ -26,11 +26,11 @@ #include "librpc/gen_ndr/ndr_dnsp.h" #include #include "param/param.h" +#include "param/loadparm.h" #include "dsdb/samdb/samdb.h" #include "dsdb/common/util.h" #include "smbd/service_task.h" #include "dns_server/dns_server.h" -#include "dns_server/dns_update.h" static WERROR dns_rr_to_dnsp(TALLOC_CTX *mem_ctx, const struct dns_res_rec *rrec, diff --git a/source4/dns_server/dns_update.h b/source4/dns_server/dns_update.h deleted file mode 100644 index 71ff85eda1..0000000000 --- a/source4/dns_server/dns_update.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - Unix SMB/CIFS implementation. - - DNS update settings - - Copyright (C) 2011 Kai Blin - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ -enum dns_update_settings { - DNS_UPDATE_OFF=0, - DNS_UPDATE_ON=1, - DNS_UPDATE_SIGNED=2 -}; -- cgit