Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
#include "common.h"
#if !defined(FALSE)
#define FALSE 0
#endif
#if !defined(TRUE)
#define TRUE !FALSE
extern gGui_t *gGui;
#ifdef HAVE_CURL