libanim

annotate src/config.h @ 45:603db9031600

added an example program
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 01 Mar 2013 09:46:53 +0200
parents
children
rev   line source
nuclear@0 1 #ifndef ANIM_CONFIG_H_
nuclear@0 2 #define ANIM_CONFIG_H_
nuclear@0 3
nuclear@0 4 #undef ANIM_THREAD_SAFE
nuclear@0 5
nuclear@0 6 #endif /* ANIM_CONFIG_H_ */