[project @ 2004-07-19 19:34:07 by atimmins]

Updated to support NCNetSurf build options

svn path=/import/netsurf/; revision=1115
This commit is contained in:
Andrew Timmins 2004-07-19 19:34:07 +00:00
parent e265b4d0d8
commit a3925b4ffc

View File

@ -23,19 +23,19 @@
#define WITH_COOKIES #define WITH_COOKIES
/* Image renderering modules */ /* Image renderering modules */
#if defined(riscos) || defined(debug) #if defined(riscos) || defined(ncos) || defined(debug)
#define WITH_GIF #define WITH_GIF
#define WITH_JPEG #define WITH_JPEG
#define WITH_PNG #define WITH_PNG
#define WITH_MNG #define WITH_MNG
#endif #endif
#ifdef riscos #ifdef defined (riscos) || defined(ncos)
#define WITH_DRAW #define WITH_DRAW
#define WITH_SPRITE #define WITH_SPRITE
#endif #endif
/* Platform specific features */ /* Platform specific features */
#ifdef riscos #if defined (riscos) || defined(ncos)
/* Plugin module */ /* Plugin module */
#define WITH_PLUGIN #define WITH_PLUGIN
/* Acorn URI protocol support */ /* Acorn URI protocol support */
@ -52,7 +52,7 @@
#define WITH_KEYBOARD_NAVIGATION #define WITH_KEYBOARD_NAVIGATION
#endif #endif
#if defined(riscos) || defined(debug) #if defined(riscos) || defined(ncos) || defined(debug)
/* Export modules */ /* Export modules */
#define WITH_SAVE_COMPLETE #define WITH_SAVE_COMPLETE
#define WITH_DRAW_EXPORT #define WITH_DRAW_EXPORT