?? gaul_config.h
字號:
/******************************************************************** * * DO NOT EDIT THIS FILE! It was automatically generated from: * configure.in and gaul_config.h.in * on host: whitebox.linux-domain.com * ********************************************************************/#ifndef GAUL_CONFIG_H_INCLUDED#define GAUL_CONFIG_H_INCLUDED/***********************************************************************## gaul_config.h.in -- Process this file with configure to produce gaul_config.h## ## This file contains platform specific magic.## ############################################################################ GAUL - Genetic Algorithm Utility Library## Copyright ?2003-2004, Stewart Adcock <stewart@linux-domain.com>## All rights reserved.#### The latest version of this program should be available at:## http://gaul.sourceforge.net/#### This program is free software; you can redistribute it and/or modify## it under the terms of the GNU General Public License as published by## the Free Software Foundation; either version 2 of the License, or## (at your option) any later version. Alternatively, if your project## is incompatible with the GPL, I will probably agree to requests## for permission to use the terms of any other license.#### This program is distributed in the hope that it will be useful, but## WITHOUT ANY WARRANTY WHATSOEVER.#### A full copy of the GNU General Public License should be in the file## "COPYING" provided with this distribution; if not, see:## http://www.gnu.org/########################################################################## **********************************************************************/#if defined __CYGWIN32__ && !defined __CYGWIN__# define __CYGWIN__ __CYGWIN32__#endif#if defined __CYGWIN__ && !defined WIN32# define WIN32#endif/********************************************************************** * Preparation for Windows DLL generation. **********************************************************************/#ifdef WIN32# ifdef BUILDING_DLL# define FUNCPROTO __declspec (dllexport)# else# define FUNCPROTO __declspec (dllimport)# endif#else# define FUNCPROTO#endif/* util/gaul/gaul_config.h.in */#include <pwd.h>#include <sys/select.h>#include <sys/signal.h>#include <sys/time.h>#include <sys/types.h>#include <sys/wait.h>#include <limits.h>#include <unistd.h>#include <string.h>#ifndef errno/* Some sytems #define this! */extern int errno;#endif#define HAVE_STDBOOL_H 1#define HAVE__BOOL 1/* * Explicitly tested functions for this platform: */#define HAVE_MEMCPY 1#define HAVE_MIN 0#define HAVE_MAX 0#define HAVE_SINCOS 1#define HAVE_STRDUP 1#define HAVE_STRNDUP 1#define HAVE_STRCPY 1#define HAVE_STRNCPY 1#define HAVE_STRCMP 1#define HAVE_STRNCMP 1#define HAVE_STRLEN 1#define HAVE_STRPBRK 1#define HAVE_STRSEP 1#define HAVE_STRCASECMP 1#define HAVE_STRNCASECMP 1#define HAVE_USLEEP 1#define HAVE_SNOOZE 0#define HAVE_INDEX 1#define HAVE_WAITPID 1#define HAVE_GETHOSTNAME 1#define HAVE_BCMP 1#define HAVE_BCOPY 1#define MEMORY_CHUNKS_MIMIC 0/* * Explicitly tested headers for this platform: */#define HAVE_LIMITS_H 1/* * These functions were not explicitely tested. * The probably will be tested in future versions, but * for now they are not needed. */#define HAVE_FDOPEN 1#define HAVE_GETPWUID 1#define HAVE_SELECT 1#define HAVE_ATEXIT 1#define HAVE_ON_EXIT 1#define HAVE_MEMSCAN 1#define HAVE_MEMREV 1#define HAVE_MEMCHR 1#define HAVE_MEMMEM 1#define HAVE_MEMCMP 1#define HAVE_STRCHR 1#define HAVE_STRRCHR 1#define HAVE_STRCAT 1#define HAVE_STRCATV 1#define HAVE_STRREV 1#define HAVE_STRSPN 1#define HAVE_STRCSPN 1#define HAVE_STRERROR 1#define HAVE_STRLCAT 1#define HAVE_STRLCPY 1#define HAVE_STRSTR 1#define HAVE_STRPBRK 1#define HAVE_STRSEP 1#define HAVE_STRNFILL 1#define HAVE_STRSIGNAL 1#define HAVE_VSNPRINTF 1#define HAVE_SNPRINTF 1#define HAVE_STRLEN 1#define HAVE_STRNCPY 1#define HAVE_STRTOD 1#define HAVE_STRTOK 1#define HAVE_MEMSET 1#define HAVE_IPOW 0#define HAVE_DPOW 0#define GA_MAJOR_VERSION 0#define GA_MINOR_VERSION 1849#define GA_LT_MINOR_VERSION 49#define GA_PATCH_VERSION 0#define GA_VERSION_STRING "0.1849-0"#define GA_UNAME_STRING "Linux whitebox.linux-domain.com 2.6.11-1.14_FC3 #1 Thu Apr 7 19:25:50 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux"#define GA_BUILD_DATE_STRING "20/04/05"#define V3_QUICK #define W32_CRIPPLED 0#define HAVE_SLANG 1#define HAVE_MPI 0#define HAVE_PTHREADS 1#define USE_OPENMP 0#define GAUL_DETERMINISTIC_OPENMP 1#define AVLTREE_KEY_TYPE unsigned long#define GA_NUM_PROCESSES_ENVVAR_STRING "GA_NUM_PROCESSES"#define GA_NUM_THREADS_ENVVAR_STRING "GA_NUM_THREADS"#define USE_CHROMO_CHUNKS 0#define USE_OPTIMISED_MEMSET 1#define MEMORY_ALLOC_SAFE 1#define MEMORY_ALLOC_DEBUG 0#endif /* GAUL_CONFIG_H_INCLUDED */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -