Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

config.h

00001 /* config.h.  Generated automatically by configure.  */
00002 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
00003 
00004 /* Define to empty if the keyword does not work.  */
00005 /* #undef const */
00006 
00007 /* Define as __inline if that's what the C compiler calls it.  */
00008 /* #undef inline */
00009 
00010 /* Define if you have the ANSI C header files.  */
00011 #define STDC_HEADERS 1
00012 
00013 /* Define if your <sys/time.h> declares struct tm.  */
00014 /* #undef TM_IN_SYS_TIME */
00015 
00016 /* Define to disable debugging and assert */
00017 #define NDEBUG 1
00018 
00019 /* Define to enable debugging using mpatrol */
00020 /* #undef WITH_MPATROL */
00021 
00022 /* Define if a struct tm tm_gmtoff member is present */
00023 #define HAVE_STRUCT_TM_GMTOFF 1
00024 
00025 /* Define if $CC knows function __attribute__s */
00026 #define HAVE_FUNC_ATTRIBUTE 1
00027 
00028 /* Define on Solaris where the stdarg.h might be screwed up */
00029 /* #undef HAVE_BROKEN_STDARG_H_SOLARIS */
00030 
00031 /* Define to be a short descriptive name for the Server  */
00032 #define SERVERNAME "pdeppd"
00033 
00034 /* Define to be the server's current version string */
00035 #define SERVERVERSION "pre 0.3.1 (Heart Of Gold)"
00036 
00037 /* Define to be SERVERNAME with all spaces replaced by underscores */
00038 #define SERVERNAME_NSP "pdeppd"
00039 
00040 /* Define to be SERVERVERSION with all spaces replaced by underscores */
00041 #define SERVERVERSION_NSP "pre_0.3.1_(Heart_Of_Gold)"
00042 
00043 /* Define to be a short descriptive name for the benchmark tool  */
00044 #define BENCHNAME "deppmark"
00045 
00046 /* Define to be the benchmark tool's current version string */
00047 #define BENCHVERSION "pre 0.1"
00048 
00049 /* Define if you have the getopt_long function.  */
00050 #define HAVE_GETOPT_LONG 1
00051 
00052 /* Define if you have the strsignal function.  */
00053 #define HAVE_STRSIGNAL 1
00054 
00055 /* Define if you have the <getopt.h> header file.  */
00056 #define HAVE_GETOPT_H 1
00057 
00058 /* Define if you have the <stdarg.h> header file.  */
00059 #define HAVE_STDARG_H 1
00060 
00061 /* Define if you have the <sys/varargs.h> header file.  */
00062 /* #undef HAVE_SYS_VARARGS_H */
00063 
00064 /* Define if you have the nsl library (-lnsl).  */
00065 /* #undef HAVE_LIBNSL */
00066 
00067 /* Name of package */
00068 #define PACKAGE "PDEPP Webserver"
00069 
00070 /* Version number of package */
00071 #define VERSION "pre 0.3.1"
00072 

Generated on Fri Jan 25 22:40:30 2002 for PDepp Webserver by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001