param: rename iPreferredMaster -> _preferred_master
[Samba.git] / lib / replace / cwrap.c
blobadc5c1e2a390b7db31a789b562d475f9f4fe5754
1 /*
2 * Unix SMB/CIFS implementation.
4 * Replaceable functions by cwrap
6 * Copyright (c) 2014 Andreas Schneider <asn@samba.org>
8 * ** NOTE! The following LGPL license applies to the replace
9 * ** library. This does NOT imply that all of Samba is released
10 * ** under the LGPL
12 * This library is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU Lesser General Public
14 * License as published by the Free Software Foundation; either
15 * version 3 of the License, or (at your option) any later version.
17 * This library is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * Lesser General Public License for more details.
22 * You should have received a copy of the GNU Lesser General Public
23 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
26 #include "replace.h"
28 bool nss_wrapper_enabled(void)
30 return false;
33 bool nss_wrapper_hosts_enabled(void)
35 return false;
38 bool socket_wrapper_enabled(void)
40 return false;
43 bool uid_wrapper_enabled(void)
45 return false;