00001 /* INCLUDE/config.h. Generated automatically by configure. */ 00002 /****************************************************************************/ 00003 /* */ 00004 /* This file is part of CONCORDE */ 00005 /* */ 00006 /* (c) Copyright 1995--1999 by David Applegate, Robert Bixby, */ 00007 /* Vasek Chvatal, and William Cook */ 00008 /* */ 00009 /* Permission is granted for academic research use. For other uses, */ 00010 /* contact the authors for licensing options. */ 00011 /* */ 00012 /* Use at your own risk. We make no guarantees about the */ 00013 /* correctness or usefulness of this code. */ 00014 /* */ 00015 /****************************************************************************/ 00016 00017 00018 /* Define if your compiler is missing the appropriate function prototype */ 00019 00020 /* #undef CC_PROTO_PRINTF */ 00021 /* #undef CC_PROTO_GETHOSTNAME */ 00022 /* #undef CC_PROTO_GETRUSAGE */ 00023 00024 /* Define if you want to use posix threads */ 00025 /* #undef CC_POSIXTHREADS */ 00026 00027 /* Define if <signal.h> needs to be included before <pthreads.h> */ 00028 /* #undef CC_SIGNAL_BEFORE_PTHREAD */ 00029 00030 /* Define to empty if the keyword `const' does not work. */ 00031 /* #undef const */ 00032 00033 /* Define to `int' if <sys/types.h> doesn't define. */ 00034 /* #undef pid_t */ 00035 00036 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 00037 /* #undef size_t */ 00038 00039 /* Define to `unsigned char' if <sys/types.h> doesn't define. */ 00040 /* #undef u_char */ 00041 00042 /* Define to `int' if the builtin type `void' does not work. */ 00043 /* #undef void */ 00044 00045 /* Define as the return type of signal handlers (int or void). */ 00046 #define RETSIGTYPE void 00047 00048 /* Define one of the following three to specify the type of signal 00049 * handling to use. */ 00050 #define CCSIGNAL_SIGACTION 1 /* sigaction(), preferred */ 00051 /* #undef CCSIGNAL_SIGNAL *//* signal() */ 00052 /* #undef CCSIGNAL_NONE *//* no signal handling */ 00053 00054 /* Define if you have the gethostname function. */ 00055 #define HAVE_GETHOSTNAME 1 00056 00057 /* Define if you have the socket function. */ 00058 #define HAVE_SOCKET 1 00059 00060 /* Define if you have the strdup function. */ 00061 #define HAVE_STRDUP 1 00062 00063 /* Define if you have the getrusage function. */ 00064 #define HAVE_GETRUSAGE 1 00065 00066 /* Define if you have the times function. */ 00067 #define HAVE_TIMES 1 00068 00069 /* Define if you have the clock function. */ 00070 #define HAVE_CLOCK 1 00071 00072 /* Define if you have the sleep function. */ 00073 #define HAVE_SLEEP 1 00074 00075 /* Define if you have the <stdlib.h> header file. */ 00076 #define HAVE_STDLIB_H 1 00077 00078 /* Define if you have the <math.h> header file. */ 00079 #define HAVE_MATH_H 1 00080 00081 /* Define if you have the <string.h> header file. */ 00082 #define HAVE_STRING_H 1 00083 00084 /* Define if you have the <strings.h> header file. */ 00085 #define HAVE_STRINGS_H 1 00086 00087 /* Define if you have the <errno.h> header file. */ 00088 #define HAVE_ERRNO_H 1 00089 00090 /* Define if you have the <assert.h> header file. */ 00091 #define HAVE_ASSERT_H 1 00092 00093 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 00094 #define TIME_WITH_SYS_TIME 1 00095 00096 /* Define if you have the <sys/time.h> header file. */ 00097 #define HAVE_SYS_TIME_H 1 00098 00099 /* Define if you have the <time.h> header file. */ 00100 #define HAVE_TIME_H 1 00101 00102 /* Define if you have the <stddef.h> header file. */ 00103 #define HAVE_STDDEF_H 1 00104 00105 /* Define if you have the <unistd.h> header file. */ 00106 #define HAVE_UNISTD_H 1 00107 00108 /* Define if you have the <malloc.h> header file. */ 00109 #define HAVE_MALLOC_H 1 00110 00111 /* Define if you have the <sys/types.h> header file. */ 00112 #define HAVE_SYS_TYPES_H 1 00113 00114 /* Define if you have the <sys/stat.h> header file. */ 00115 #define HAVE_SYS_STAT_H 1 00116 00117 /* Define if you have the <sys/resource.h> header file. */ 00118 #define HAVE_SYS_RESOURCE_H 1 00119 00120 /* Define if you have the <fcntl.h> header file. */ 00121 #define HAVE_FCNTL_H 1 00122 00123 /* Define if you have the <signal.h> header file. */ 00124 #define HAVE_SIGNAL_H 1 00125 00126 /* Define if you have the <sys/socket.h> header file. */ 00127 #define HAVE_SYS_SOCKET_H 1 00128 00129 /* Define if you have the <netdb.h> header file. */ 00130 #define HAVE_NETDB_H 1 00131 00132 /* Define if you have the <netinet/in.h> header file. */ 00133 #define HAVE_NETINET_IN_H 1 00134 00135 /* Define if you have the <sys/param.h> header file. */ 00136 #define HAVE_SYS_PARAM_H 1 00137 00138 /* Define if you have the <sys/times.h> header file. */ 00139 #define HAVE_SYS_TIMES_H 1 00140 00141 /* Define if your compiler supports attribute modifiers */ 00142 /* such as __attribute__ ((unused)) (gcc 2.8.1 does) */ 00143 #define CC_ATTRIBUTE 1 00144 00145 /* Define if your header files use non-Ansi casts for SIG_ERR, SIG_IGN, */ 00146 /* or SIG_DFL */ 00147 /* #undef CC_BADSIGDEF_CAST */ 00148 00149 /* Some machine (o/s) specific problems */ 00150 00151 /* Define if unistd.h uses __vfork but does not prototype it */ 00152 /* This happens under Irix 6 */ 00153 /* #undef CC_PROTO___VFORK */