summaryrefslogtreecommitdiff
path: root/lib/make/cctk_Config.h.in
Commit message (Expand)AuthorAge
* Define CCTK_RESTRICT to be the appropriate restrict qualifier forgoodale2004-11-30
* Rename datatype availability macros from CCTK_HAVE_<datatype> intotradke2004-06-26
* Do not define CCTK_L2_CACHE_SIZE and CCTK_L2_CACHELINE_BYTES macros anymore.tradke2004-06-26
* Introduce CCTK_HAVE_INT* and CCTK_HAVE_REAL* macros.tradke2004-06-20
* Test for availability of mkstemp(3).tradke2004-06-20
* Fix typo in commentschnetter2004-04-04
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Rename CCTK_L2_CACHE_SIZE to CCTK_CACHE_SIZE andallen2003-04-30
* Added detection of signal.h.goodale2003-04-05
* Some changes prompted by PR/1320:goodale2003-03-13
* Add #defines for the machine Cactus is being built on.allen2002-09-16
* Moved the defines for 'const', 'inline', and 'restrict' down into thetradke2002-06-03
* Check for availability of <sys/ioctl.h>.tradke2002-06-01
* Check for availability of <sys/filio.h> which is needed for socket I/O code.tradke2002-05-31
* Support for the C99 restrict keyword. This is dealt with in the samegoodale2002-05-07
* Check for availability of <dirent.h>.tradke2002-01-07
* Removed check for scandir(3) which isn't used anymore in IOUtil.tradke2001-12-21
* Get rid of FMODIFIER (DEPRECATED IN BETA 9) and MKDIR/MKDIRFLAGS whichtradke2001-06-12
* Check for isnan.goodale2001-05-16
* Added configure check for finite(3).tradke2001-04-24
* Removed the '#undef HAVE_MKDIR' which isn't needed anymore.tradke2001-04-18
* Checking if SOCKET is defined in the network stuff.goodale2000-10-31
* Check for gethostbyname and #define HAVE_GETHOSTBYNAME if it's available.goodale2000-10-20
* Checking for and #defining, another couple of networking header files.goodale2000-09-16
* Added check for crypt.h.goodale2000-09-15
* Checking for another header for the network stuff.goodale2000-09-15
* Checking for additional headers for socket stuff.goodale2000-09-14
* adding #undef CCTK_SOCKLEN_Tlanfer2000-08-25
* Detect if the C++ compiler defines bool, if not, do a typedef.goodale2000-07-18
* Added check for getopt_long_only. This should hopefully fixgoodale2000-05-15
* A few more checks for things. Now looks for regex.h and getopt.h andgoodale2000-05-14
* Preliminary support for cross-compilation.goodale2000-05-12
* Check, using C++, for the presence of vector and vector.h . This shouldgoodale2000-05-12
* Adding CCTK_FCALL to replace FMODIFIERallen2000-05-10
* Checks for the presence of mode_t. Under NT mkdir doesn't takegoodale2000-05-02
* Creating a #define for the NULL device.goodale2000-04-18
* Removed HAVE_WCHAN_H as we don't need it after all.goodale2000-04-17
* Now havegoodale2000-04-17
* Protecting #defines of inline and const against c++ inclusion.goodale2000-04-13
* Added detection of string.hgoodale2000-02-15
* Renaming fileallen2000-01-16