diff th_util.h @ 20:323c98360d8b

Synced th-libs.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Mar 2008 04:38:05 +0000
parents 728243125263
children 8749f6517491
line wrap: on
line diff
--- a/th_util.h	Tue Mar 25 01:28:00 2008 +0000
+++ b/th_util.h	Wed Mar 26 04:38:05 2008 +0000
@@ -33,6 +33,15 @@
 #endif
 
 
+#ifdef TH_NO_DEFAULTS
+#define TH_PROG_AUTHOR		NULL
+#define TH_PROG_LICENSE		NULL
+#else
+#define TH_PROG_AUTHOR		"By Matti 'ccr' Hämäläinen (C) Copyright 2008 TNSP"
+#define TH_PROG_LICENSE		"This software is licensed under GNU GPL version 2"
+#endif
+
+
 /* Replacement for assert() */
 #ifdef HAVE_NO_ASSERT
 #  ifdef NDEBUG