view config.h.bot @ 3124:38684be52a3e

[project @ 1997-12-12 04:01:51 by jwe]
author jwe
date Fri, 12 Dec 1997 04:01:56 +0000
parents 9aeba8e006a4
children dcc6c985d72d
line wrap: on
line source


#if defined (__GNUC__)
#define GCC_ATTR_NORETURN __attribute__ ((__noreturn__))
#define GCC_ATTR_UNUSED __attribute__ ((__unused__))
#else
#define GCC_ATTR_NORETURN
#define GCC_ATTR_UNUSED
#endif

#define CONST_CAST(T, E) const_cast<T> (E)

#define DYNAMIC_CAST(T, E) dynamic_cast<T> (E)

#define REINTERPRET_CAST(T, E) reinterpret_cast<T> (E)

#define STATIC_CAST(T, E) static_cast<T> (E)

#define HEAVYWEIGHT_INDEXING 1

#define WITH_KPATHSEARCH 1