diff src/main.h @ 239:9626307f3eeb

Streamline SQL table creation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 May 2018 23:33:52 +0300
parents 54ab3f3e28c0
children 14c6a4d40232
line wrap: on
line diff
--- a/src/main.h	Mon May 07 20:07:39 2018 +0300
+++ b/src/main.h	Mon May 07 23:33:52 2018 +0300
@@ -44,6 +44,10 @@
 #define BACKUP_HTTP          1  // HTTP(s) POST to a PHP script
 
 
+// Helper macros
+#define SL_STR_HELPER(x) #x
+#define SL_STR(x) SL_STR_HELPER(x)
+
 
 //
 // Person information record