diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2024-10-31 21:01:08 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2024-10-31 21:01:08 -0400 |
| commit | e4d71f20517488dd48cec43a870af496b0f90c5b (patch) | |
| tree | 4518595f17b62bcd697904d247d1fe5baa063ca6 /pk.h.in | |
| parent | b79beeafcb2feec7fbf830034ddcd61e03297283 (diff) | |
pkev: checkpoint: create
Diffstat (limited to 'pk.h.in')
| -rw-r--r-- | pk.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
