00001 /****************************************************************************/ 00002 /* */ 00003 /* This file is part of QSopt_ex. */ 00004 /* */ 00005 /* (c) Copyright 2006 by David Applegate, William Cook, Sanjeeb Dash, */ 00006 /* and Daniel Espinoza */ 00007 /* */ 00008 /* Sanjeeb Dash ownership of copyright in QSopt_ex is derived from his */ 00009 /* copyright in QSopt. */ 00010 /* */ 00011 /* This code may be used under the terms of the GNU General Public License */ 00012 /* (Version 2.1 or later) as published by the Free Software Foundation. */ 00013 /* */ 00014 /* Alternatively, use is granted for research purposes only. */ 00015 /* */ 00016 /* It is your choice of which of these two licenses you are operating */ 00017 /* under. */ 00018 /* */ 00019 /* We make no guarantees about the correctness or usefulness of this code. */ 00020 /* */ 00021 /****************************************************************************/ 00022 00023 /* RCSINFO $Id: config.h,v 1.2 2003/11/05 16:47:22 meven Exp $ */ 00024 #ifndef __CONFIG_H 00025 #define __CONFIG_H 00026 00027 /* INCLUDE/config.h. Generated automatically by configure. */ 00028 /****************************************************************************/ 00029 /* */ 00030 /* This file is part of CONCORDE */ 00031 /* */ 00032 /* (c) Copyright 1995--1999 by David Applegate, Robert Bixby, */ 00033 /* Vasek Chvatal, and William Cook */ 00034 /* */ 00035 /* Permission is granted for academic research use. For other uses, */ 00036 /* contact the authors for licensing options. */ 00037 /* */ 00038 /* Use at your own risk. We make no guarantees about the */ 00039 /* correctness or usefulness of this code. */ 00040 /* */ 00041 /****************************************************************************/ 00042 00043 00044 /* Define if your compiler is missing the appropriate function prototype */ 00045 00046 /* #undef ILL_PROTO_PRINTF */ 00047 /* #undef ILL_PROTO_GETHOSTNAME */ 00048 /* #undef ILL_PROTO_GETRUSAGE */ 00049 00050 /* Define if you want to use posix threads */ 00051 /* #undef ILL_POSIXTHREADS */ 00052 00053 /* Define to empty if the keyword `const' does not work. */ 00054 /* #undef const */ 00055 00056 /* Define to `int' if <sys/types.h> doesn't define. */ 00057 /* #undef pid_t */ 00058 00059 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 00060 /* #undef size_t */ 00061 00062 /* Define to `unsigned char' if <sys/types.h> doesn't define. */ 00063 /* #undef u_char */ 00064 00065 /* Define to `int' if the builtin type `void' does not work. */ 00066 /* #undef void */ 00067 00068 /* Define if you have the gethostname function. */ 00069 00070 /* Define if you have the socket function. */ 00071 00072 /* Define if you have the strdup function. */ 00073 00074 /* Define if you have the getrusage function. */ 00075 #ifndef WIN32 00076 #ifndef HAVE_GETRUSAGE 00077 #define HAVE_GETRUSAGE 00078 #endif 00079 #endif 00080 00081 /* Define if you have the times function. */ 00082 00083 /* Define if you have the clock function. */ 00084 #ifndef HAVE_CLOCK 00085 #define HAVE_CLOCK 00086 #endif 00087 00088 /* Define if you have the sleep function. */ 00089 00090 /* Define if you have the <stdio.h> header file. */ 00091 #define HAVE_STDIO_H 1 00092 00093 /* Define if you have the <stdarg.h> header file. */ 00094 #define HAVE_STDARG_H 1 00095 00096 /* Define if you have the <stdlib.h> header file. */ 00097 #define HAVE_STDLIB_H 1 00098 00099 /* Define if you have the <math.h> header file. */ 00100 #define HAVE_MATH_H 1 00101 00102 /* Define if you have the <string.h> header file. */ 00103 #define HAVE_STRING_H 1 00104 00105 00106 /* Define if you have the <strings.h> header file. */ 00107 #ifndef WIN32 00108 #define HAVE_STRINGS_H 1 00109 #endif 00110 00111 /* Define if you have the <errno.h> header file. */ 00112 #define HAVE_ERRNO_H 1 00113 00114 /* Define if you have the <assert.h> header file. */ 00115 #define HAVE_ASSERT_H 1 00116 00117 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 00118 00119 /* Define if you have the <sys/time.h> header file. */ 00120 00121 /* Define if you have the <time.h> header file. */ 00122 #ifndef HAVE_TIME_H 00123 #define HAVE_TIME_H 00124 #endif 00125 00126 /* Define if you have the <stddef.h> header file. */ 00127 #define HAVE_STDDEF_H 1 00128 00129 /* Define if you have the <unistd.h> header file. */ 00130 #ifndef WIN32 00131 #ifndef HAVE_UNISTD_H 00132 #define HAVE_UNISTD_H 00133 #endif 00134 #endif 00135 00136 /* Define if you have the <malloc.h> header file. */ 00137 #define HAVE_MALLOC_H 1 00138 00139 /* Define if you have the <sys/types.h> header file. */ 00140 00141 /* Define if you have the <sys/stat.h> header file. */ 00142 00143 /* Define if you have the <sys/resource.h> header file. */ 00144 #ifndef WIN32 00145 #ifndef HAVE_SYS_RESOURCE_H 00146 #define HAVE_SYS_RESOURCE_H 00147 #endif 00148 #endif 00149 00150 /* Define if you have the <fcntl.h> header file. */ 00151 00152 /* Define if you have the <signal.h> header file. */ 00153 00154 /* Define if you have the <sys/socket.h> header file. */ 00155 00156 /* Define if you have the <netdb.h> header file. */ 00157 00158 /* Define if you have the <netinet/in.h> header file. */ 00159 00160 /* Define if you have the <sys/param.h> header file. */ 00161 00162 /* Define if you have the <sys/times.h> header file. */ 00163 00164 /* Define if your compiler supports attribute modifiers */ 00165 /* such as __attribute__ ((unused)) (gcc 2.8.1 does) */ 00166 #define ILL_ATTRIBUTE 1 00167 00168 /* Some machine (o/s) specific problems */ 00169 00170 /* Define if unistd.h uses __vfork but does not prototype it */ 00171 /* This happens under Irix 6 */ 00172 /* #undef ILL_PROTO___VFORK */ 00173 00174 #ifdef WIN32 00175 #define HAVE_DOS_TIME 00176 #endif 00177 /* __CONFIG_H */ 00178 #endif
1.5.2