Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields  

clawconfig.h

00001 /*--------------------------------------------------------------------
00002   This file is auto-generated please don't modify it!!!!
00003 
00004   This software is protected under the terms of the GNU General
00005   Public License
00006 
00007 
00008   Authors:
00009                 Juan V. Guerrero <mindstorm2600@users.sourceforge.net>
00010  *--------------------------------------------------------------------*/
00011 
00012 #ifndef __CLAW_SOFT_CONFIG_HEADER__
00013 #define __CLAW_SOFT_CONFIG_HEADER__
00014 
00015 
00016 #ifndef UNIX_SOCKETS
00017 #define UNIX_SOCKETS
00018 #endif
00019 #ifndef USE_POSIX_THREADS
00020 #define USE_POSIX_THREADS
00021 #endif
00022 #ifndef _REENTRANT
00023 #define _REENTRANT
00024 #endif
00025 #ifndef _THREAD_SAFE
00026 #define _THREAD_SAFE
00027 #endif
00028 #ifndef USE_DEBUG
00029 #define USE_DEBUG
00030 #endif
00031 #ifndef USING_GCC3
00032 #define USING_GCC3
00033 #endif
00034 #ifndef USING_LINUX
00035 #define USING_LINUX
00036 #endif
00037 #ifndef __GNU
00038 #define __GNU
00039 #endif
00040 #endif

Authors:

Juan V. Guerrero
Jannette C. Mejia
Juan C. Guevara

Powered by:

SourceForgeLogo