bindkeys.pl revision e2ec0753ce8ed53c870141541b34ebb44598cef7
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Copyright (C) 2009-2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# This Source Code Form is subject to the terms of the Mozilla Public
4b01d45a49f1c2cc4bddc9a1b4c78232867de134Andreas Gustafsson# License, v. 2.0. If a copy of the MPL was not distributed with this
4b01d45a49f1c2cc4bddc9a1b4c78232867de134Andreas Gustafsson# file, You can obtain one at http://mozilla.org/MPL/2.0/.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# $Id: bindkeys.pl,v 1.7 2011/01/04 23:47:13 tbox Exp $
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrewsuse warnings;
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User if (/\/\* .Id:.* \*\//) {
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt s/\"/\\\"/g;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntmy $mkey = '#define MANAGED_KEYS "\\' . "\n" . $lines . "\"\n";
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinmy $tkey = '#define TRUSTED_KEYS "\\' . "\n" . $lines . "\"\n";