Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

38 rindas
733 B

/* Define if the C++ compiler supports BOOL */
#undef HAVE_BOOL
#undef VERSION
#undef PACKAGE
/* defines if having libgif (always 1) */
#undef HAVE_LIBGIF
/* defines if having libjpeg (always 1) */
#undef HAVE_LIBJPEG
/* defines which to take for ksize_t */
#undef ksize_t
/* define if you have setenv */
#undef HAVE_FUNC_SETENV
/* Define to 1 if NLS is requested. */
#undef ENABLE_NLS
/* Define as 1 if you have the stpcpy function. */
#undef HAVE_STPCPY
/* Define if your locale.h file contains LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
/* Define if you need the GNU extensions to compile */
#undef _GNU_SOURCE
#ifndef HAVE_BOOL
#define HAVE_BOOL
typedef int bool;
const bool false = 0;
const bool true = 1;
#endif