comparison 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
comparison
equal deleted inserted replaced
19:e80072e26178 20:323c98360d8b
28 #endif 28 #endif
29 #endif 29 #endif
30 30
31 #ifdef HAVE_MEMORY_H 31 #ifdef HAVE_MEMORY_H
32 #include <memory.h> 32 #include <memory.h>
33 #endif
34
35
36 #ifdef TH_NO_DEFAULTS
37 #define TH_PROG_AUTHOR NULL
38 #define TH_PROG_LICENSE NULL
39 #else
40 #define TH_PROG_AUTHOR "By Matti 'ccr' Hämäläinen (C) Copyright 2008 TNSP"
41 #define TH_PROG_LICENSE "This software is licensed under GNU GPL version 2"
33 #endif 42 #endif
34 43
35 44
36 /* Replacement for assert() */ 45 /* Replacement for assert() */
37 #ifdef HAVE_NO_ASSERT 46 #ifdef HAVE_NO_ASSERT