diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-10 19:13:02 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-10 19:13:02 +0200 |
commit | e32a1b1c1add67ebe82ef6a3e45ae8b51f9f2e97 (patch) | |
tree | 857de7ccf8303aba1bc36db56cbf0e7120479913 /src/ipcpd/shim-udp/shim_udp_config.h.in | |
parent | b4397485d19dc8bd4c109641e0495f8c5a5f4d16 (diff) | |
parent | ba8b2ba46a5b499004272c9acc9049539b600082 (diff) | |
download | ouroboros-e32a1b1c1add67ebe82ef6a3e45ae8b51f9f2e97.tar.gz ouroboros-e32a1b1c1add67ebe82ef6a3e45ae8b51f9f2e97.zip |
Merged in sandervrijders/ouroboros/be (pull request #72)
ipcpd: Allow disabling of DNS
Diffstat (limited to 'src/ipcpd/shim-udp/shim_udp_config.h.in')
-rw-r--r-- | src/ipcpd/shim-udp/shim_udp_config.h.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ipcpd/shim-udp/shim_udp_config.h.in b/src/ipcpd/shim-udp/shim_udp_config.h.in new file mode 100644 index 00000000..71d269d8 --- /dev/null +++ b/src/ipcpd/shim-udp/shim_udp_config.h.in @@ -0,0 +1,29 @@ +/* + * Ouroboros - Copyright (C) 2016 + * + * Configuration information specific for the shim UDP + * + * Sander Vrijders <sander.vrijders@intec.ugent.be> + * + * 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 2 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, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +#ifndef OUROBOROS_SHIM_UDP_CONFIG +#define OUROBOROS_SHIM_UDP_CONFIG + +#define NSUPDATE_EXEC "@NSUPDATE_EXECUTABLE@" +#define NSLOOKUP_EXEC "@NSLOOKUP_EXECUTABLE@" + +#endif |