diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-10 16:33:53 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-10 16:33:53 +0200 |
commit | dfda83926c50297d7c315f743b4514f687469c9c (patch) | |
tree | 3b1041b979779c3ecf9f114beaaa0f3ffa9e8ea5 /src/ipcpd/shim-udp/shim_udp_config.h.in | |
parent | b4397485d19dc8bd4c109641e0495f8c5a5f4d16 (diff) | |
download | ouroboros-dfda83926c50297d7c315f743b4514f687469c9c.tar.gz ouroboros-dfda83926c50297d7c315f743b4514f687469c9c.zip |
ipcpd: Allow disabling of DNS
This allows someone to disable the use of DNS in the shim UDP. It also
adds a config file specific for the shim UDP (which holds the nsupdate
location). Certain defines were also moved to the global config file.
Diffstat (limited to 'src/ipcpd/shim-udp/shim_udp_config.h.in')
-rw-r--r-- | src/ipcpd/shim-udp/shim_udp_config.h.in | 28 |
1 files changed, 28 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..00b0b910 --- /dev/null +++ b/src/ipcpd/shim-udp/shim_udp_config.h.in @@ -0,0 +1,28 @@ +/* + * 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@" + +#endif |