summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2012-10-23 14:36:19 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2012-10-23 14:36:19 +0000
commit0393d6fe1cb61827036e7990aa57a9a6a37287ff (patch)
tree4316338dcf9cf5647e9322a1a443ae00515a561f /sbin
parenta08614f1b58fab6f1cb652bd66bdc00dec2ae4f9 (diff)
Allow to overwrite a few more definitions like file paths from the
Makefile. No functional change.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/iked/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/iked/types.h b/sbin/iked/types.h
index e9db578f90c..a62247712aa 100644
--- a/sbin/iked/types.h
+++ b/sbin/iked/types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: types.h,v 1.14 2012/10/22 10:25:17 reyk Exp $ */
+/* $OpenBSD: types.h,v 1.15 2012/10/23 14:36:18 reyk Exp $ */
/* $vantronix: types.h,v 1.24 2010/05/11 12:05:56 reyk Exp $ */
/*
@@ -20,7 +20,9 @@
#ifndef _IKED_TYPES_H
#define _IKED_TYPES_H
+#ifndef IKED_USER
#define IKED_USER "_iked"
+#endif
#ifndef IKED_CONFIG
#define IKED_CONFIG "/etc/iked.conf"