Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

config.h

Go to the documentation of this file.
00001 /*
00002  * $Id: config.h.in,v 1.20 2005/03/25 14:19:47 dsamersoff Exp $
00003  */
00004 
00005 #define LIBDMS_VERSION 441
00006 #define POSIX_OS
00007 #define ARCH i386
00008 
00009 #undef HAVE_NDBM_H
00010 #undef HAVE_GDBM_H
00011 
00012 #define HAVE_STRINGS_H
00013 #define HAVE_UNISTD_H
00014 #define HAVE_SYSLOG_H
00015 #define HAVE_GETOPT_H
00016 #define HAVE_SYS_UTSNAME_H
00017 #define HAVE_SYS_TIME_H
00018 #undef HAVE_IO_H
00019 
00020 #undef HAVE_SETPROCTITLE
00021 #define HAVE_GETPAGESIZE 
00022 #define HAVE_SYSCONF
00023 #define HAVE_MADVISE
00024 #define HAVE_STRNDUP
00025 #define HAVE_NANOSLEEP
00026 #define HAVE_DLOPEN
00027 #define HAVE_SO_REUSEADDR
00028 
00029 #undef OC_VERBOSE
00030 #undef HARD_KOI8                
00031 #undef SOAP_DEBUG           
00032 
00033 #define HAVE_ZLIB
00034 #undef HAVE_LIBPQ
00035 #define HAVE_LIBSSL
00036 #define HAVE_LIBOCI8
00037 #undef HAVE_LIBCT
00038 #undef HAVE_LIBTDS
00039 #undef HAVE_LIBGDBM
00040 #undef HAVE_LIBNDBM
00041 
00042 
00043 /* This define force library to use system vform 
00044  * instead dsvform if possible. 
00045  * System vform is faster, but your lose %m (strerror) format
00046  */
00047 // #undef HAVE_VFORM
00048 
00049 /* Some prehistoric parts of the library 
00050  * require this define to turn off 
00051  * stl workaround
00052  */
00053 
00054 #define HAVE_STL_STRING 1
00055 
00056 #define DS_SIZEOF_LONG 4
00057 #define DS_SIZEOF_INT 4
00058 #define DS_SIZEOF_SHORT 2
00059 
00060 #undef DS_BIG_ENDIAN
00061 #define DS_LITTLE_ENDIAN
00062 
00063 /* defines below control behavoure of 
00064    different modules and should be changed manually */
00065    
00066 /* set dsModem default dailing command to ATDP, undef for ATDT */
00067 
00068 #define  DEFAULT_DIALING_PULSE

Generated on Mon May 16 18:26:57 2005 for libdms4 by doxygen1.3-rc2