Warning, /education/cantor/thirdparty/discount-2.2.6-patched/cmake/config.h.in is written in an unsupported language. File is not indexed.

0001 /*
0002  * Pre-digested configuration header.
0003  * Generated from cmake/config.h.in.
0004  * Tested with MSVC, MinGW on Windows and with GCC on Linux.
0005  * File prototype: msvc/config.h.vc.
0006  */
0007 
0008 #ifndef _CONFIG_D
0009 #define _CONFIG_D 1
0010 
0011 /*
0012  * `discount` feature macros - we want them all!
0013  */
0014 #ifndef WITH_ID_ANCHOR
0015 #define WITH_ID_ANCHOR 1
0016 #endif
0017 #ifndef WITH_FENCED_CODE
0018 #define WITH_FENCED_CODE 1
0019 #endif
0020 #ifndef WITH_GITHUB_TAGS
0021 #define WITH_GITHUB_TAGS 1
0022 #endif
0023 #ifndef USE_DISCOUNT_DL
0024 #define USE_DISCOUNT_DL 1
0025 #endif
0026 #ifndef USE_EXTRA_DL
0027 #define USE_EXTRA_DL 1
0028 #endif
0029 
0030 #ifdef _MSC_VER
0031 
0032 /*
0033  * The Visual C++ "C" compiler has a `__inline` keyword implemented
0034  * in Visual Studio 2008 and later, see
0035  * <http://msdn.microsoft.com/de-de/library/cx3b23a3%28v=vs.90%29.aspx>
0036  */
0037 #if _MSC_VER >= 1500 /* VC 9.0, MSC_VER 15, Visual Studio 2008 */
0038 #define inline __inline
0039 #else
0040 #define inline
0041 #endif /* _MSC_VER >= 1500 */
0042 
0043 #endif /* _MSC_VER */
0044 
0045 @DEFINE_BZERO@
0046 @DEFINE_STRCASECMP@
0047 @DEFINE_STRNCASECMP@
0048 
0049 /*
0050  * Beware of conflicts with <Windows.h>, which typedef's these names.
0051  */
0052 #ifndef WINVER
0053 #define DWORD @DWORD@
0054 #define WORD  @WORD@
0055 #define BYTE  @BYTE@
0056 #endif
0057 
0058 #cmakedefine HAVE_PWD_H 1
0059 #cmakedefine HAVE_GETPWUID 1
0060 
0061 #cmakedefine HAVE_LIBGEN_H 1
0062 #cmakedefine HAVE_BASENAME 1
0063 
0064 #cmakedefine HAVE_RANDOM 1
0065 #cmakedefine HAVE_SRANDOM 1
0066 
0067 #define INITRNG(x) srand((unsigned int)x)
0068 #define COINTOSS() (rand()&1)
0069 
0070 #cmakedefine HAVE_FCHDIR 1
0071 #cmakedefine HAVE_ALLOCA_H 1
0072 #cmakedefine HAVE_MALLOC_H 1
0073 #cmakedefine HAVE_STAT 1
0074 
0075 #define TABSTOP @TABSTOP@
0076 
0077 #define DESTRUCTOR
0078 
0079 #endif /* _CONFIG_D */