mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
[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:
parent
e265b4d0d8
commit
a3925b4ffc
@ -23,19 +23,19 @@
|
||||
#define WITH_COOKIES
|
||||
|
||||
/* Image renderering modules */
|
||||
#if defined(riscos) || defined(debug)
|
||||
#if defined(riscos) || defined(ncos) || defined(debug)
|
||||
#define WITH_GIF
|
||||
#define WITH_JPEG
|
||||
#define WITH_PNG
|
||||
#define WITH_MNG
|
||||
#endif
|
||||
#ifdef riscos
|
||||
#ifdef defined (riscos) || defined(ncos)
|
||||
#define WITH_DRAW
|
||||
#define WITH_SPRITE
|
||||
#endif
|
||||
|
||||
/* Platform specific features */
|
||||
#ifdef riscos
|
||||
#if defined (riscos) || defined(ncos)
|
||||
/* Plugin module */
|
||||
#define WITH_PLUGIN
|
||||
/* Acorn URI protocol support */
|
||||
@ -52,7 +52,7 @@
|
||||
#define WITH_KEYBOARD_NAVIGATION
|
||||
#endif
|
||||
|
||||
#if defined(riscos) || defined(debug)
|
||||
#if defined(riscos) || defined(ncos) || defined(debug)
|
||||
/* Export modules */
|
||||
#define WITH_SAVE_COMPLETE
|
||||
#define WITH_DRAW_EXPORT
|
||||
|
Loading…
Reference in New Issue
Block a user