Remove some unused preprocessor defines

This commit is contained in:
Matthew Brush 2013-03-04 16:00:36 -08:00
parent 01d2b274b7
commit aafe48ae0d
1 changed files with 0 additions and 8 deletions

View File

@ -48,14 +48,6 @@
CFU_BEGIN_DECLS
/* define this to get thread-safe versions of functions */
#ifndef _REENTRANT
#define _REENTRANT 1
#endif
#ifndef _THREAD_SAFE
#define _THREAD_SAFE 1
#endif
#define LIBCFU_VERSION "0.04"
typedef enum { libcfu_t_none = 0, libcfu_t_hash_table, libcfu_t_list, libcfu_t_string,