$(AM_V_GEN)$(RAGEL) $< -o dnslabeltext.cc
bind-dnssec.schema.sqlite3.sql.h: bind-dnssec.schema.sqlite3.sql
- ( echo 'static char sqlCreate[] __attribute__((unused))=' ; sed 's/$$/"/g' $< | sed 's/^/"/g' ; echo ';' ) > $@
+ ( echo '#pragma once'; echo 'static char sqlCreate[] __attribute__((unused))=' ; sed 's/$$/"/g' $< | sed 's/^/"/g' ; echo ';' ) > $@
# for bindparser.h/hh
.hh.h:
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#pragma once
+
#include <sys/types.h>
#include <boost/multi_index_container.hpp>
#include "dnsparser.hh"