summaryrefslogtreecommitdiff
path: root/pk.h.in
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2024-10-31 21:01:08 -0400
committerJonathan Bradley <jcb@pikum.xyz>2024-10-31 21:01:08 -0400
commite4d71f20517488dd48cec43a870af496b0f90c5b (patch)
tree4518595f17b62bcd697904d247d1fe5baa063ca6 /pk.h.in
parentb79beeafcb2feec7fbf830034ddcd61e03297283 (diff)
pkev: checkpoint: create
Diffstat (limited to 'pk.h.in')
-rw-r--r--pk.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/pk.h.in b/pk.h.in
index eb33eee..af36589 100644
--- a/pk.h.in
+++ b/pk.h.in
@@ -18,6 +18,9 @@
*******************************************************************************
* pkstr.h:
*
+*******************************************************************************
+* pkev.h:
+*
******************************************************************************/
#define PK_VERSION "@@PK_VERSION@@"
@@ -32,4 +35,7 @@
# ifndef PK_IMPL_STR
# define PK_IMPL_STR
# endif
+# ifndef PK_IMPL_EV
+# define PK_IMPL_EV
+# endif
#endif