2 ** openurl.library - universal URL display and browser
5 ** Written by Troels Walsted Hansen <troels@thule.no>
6 ** Placed in the public domain.
9 ** - Alfonso Ranieri <alforan@tin.it>
10 ** - Stefan Kost <ensonic@sonicpulse.de>
12 ** Ported to OS4 by Alexandre Balaban <alexandre@balaban.name>
20 #include <proto/exec.h>
21 #include <proto/dos.h>
22 #include <proto/intuition.h>
23 #include <proto/utility.h>
24 #include <proto/iffparse.h>
25 #include <proto/rexxsyslib.h>
27 #include <clib/alib_protos.h>
29 #include <clib/debug_protos.h>
32 #include <libraries/openurl.h>
42 /**************************************************************************/
44 #define DEF_ENV "ENV:OpenURL.prefs"
45 #define DEF_ENVARC "ENVARC:OpenURL.prefs"
47 #define DEF_FLAGS (UPF_ISDEFAULTS|UPF_PREPENDHTTP|UPF_DOMAILTO)
49 #define DEF_DefShow TRUE
50 #define DEF_DefBringToFront TRUE
51 #define DEF_DefNewWindow FALSE
52 #define DEF_DefLaunch TRUE
54 // ABA, TO BE ABLE TO COMPILE, DON'T KNOW WHY, SEEMS SOMETHING MESSED IN OPENURL.H
55 #define URL_GetPrefs_Default URL_GetPrefs_Mode
57 /**************************************************************************/
68 /**************************************************************************/
78 /**************************************************************************/
80 #include "lib_protos.h"
82 /**************************************************************************/