summaryrefslogtreecommitdiff
path: root/utils/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-191-5/+0
| | | | | | | The config header was causing many source files to unecessarily include the dirent headers causing extra dependancies. This has been fixed by providing a utility dirent header that provides a common API across all platforms while removing the unecessary dirent header usage.
* Reduce unecessary use of networking headersVincent Sanders2016-04-171-10/+2
| | | | | | | | The utility configuration header dragged in a number of bsd sockets and related API as a side effect of setting up the configuration. By splitting the header and API setup into a separate header only the small number of places that need the functionality explitly include it.
* Initial pass removing gtk frontend theme codeVincent Sanders2016-03-081-5/+0
|
* Use compiler environment to control riscos header usageVincent Sanders2016-02-151-4/+4
| | | | | Instead of relying on building the RISC OS frontend to determine correct include compatability use the compiler __riscos__ macro.
* Revert "Fix RISC OS not having a pread/pwrite implementation."Vincent Sanders2015-04-021-13/+0
| | | | | | | This reverts commit 82c7a7a4baf4a7a15381ee720799dc41c3d54909. Conflicts: content/fs_backing_store.c
* Fix RISC OS not having a pread/pwrite implementation.Vincent Sanders2015-03-311-3/+17
|
* Move win32 window operations into their own moduleVincent Sanders2015-03-121-0/+2
| | | | | | This splits up a great deal of the win32 window code out from other gui code. It also remove large quantities of unused and junk variables and functions.
* Stop the Amiga build complaining about redefined strndupChris Young2014-09-201-1/+1
|
* extend gtk viewdata to open files in an editor using the freedesktop default ↵Vincent Sanders2014-08-161-1/+1
| | | | app specification
* fix fetchers include on windowsVincent Sanders2014-07-011-0/+3
|
* add helpers for time_t reading/writingVincent Sanders2014-05-151-4/+6
|
* add struct tm definition and fix build errorVincent Sanders2014-05-131-0/+1
|
* add strptime compatabilityVincent Sanders2014-05-131-0/+8
|
* make brackets matchVincent Sanders2014-05-021-1/+1
|
* OpenBSD headers have strcasestrVincent Sanders2014-05-021-1/+1
|
* Add own implementations of alphasort and scandir when not available.Michael Drake2013-11-141-0/+4
|
* Marginally cleaner handling of scandir absence.Michael Drake2013-11-111-0/+5
|
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-2/+2
| | | | | | | | * Toolbar use HVIF icons on Haiku * Download window * Some tweaks to the event loop to let network traffic happen Signed-off-by: François Revol <revol@free.fr>
* add mint to mmap exclude listVincent Sanders2012-08-131-1/+1
|
* alter file fetcher to use mmap where availableVincent Sanders2012-08-131-10/+4
|
* Fix RO build.Michael Drake2012-08-131-0/+2
|
* fix windows build format specifiersVincent Sanders2012-08-121-0/+10
| | | | add install target for windows - creates installer rather than actually installing
* Remove bogus sanity checks -- the content factory removed the need for these.John Mark Bell2012-06-261-9/+0
| | | | svn path=/trunk/netsurf/; revision=13988
* Stop win32 frontend using 100% cpu time when idleVincent Sanders2011-02-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=11633
* add compatability for inet_pton and inet_atonVincent Sanders2011-02-071-0/+16
| | | | svn path=/trunk/netsurf/; revision=11627
* Rationalise definition of NO_IPV6 for atari frontendJohn Mark Bell2011-02-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=11623
* Remove odd WARNFLAGS copied from Atari stuff. Silence warning about ↵François Revel2011-01-191-1/+1
| | | | | | redeclared strcasestr(). svn path=/trunk/netsurf/; revision=11381
* Add Mac OS X detection to config.h (credit: Sven Weidauer)John Mark Bell2011-01-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=11291
* AmigaOS 3 doesn't support IPv6, eitherJohn Mark Bell2010-12-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=11147
* OS4's Roadshow doesn't have IPv6 yetChris Young2010-12-121-0/+3
| | | | svn path=/trunk/netsurf/; revision=11031
* BeOS does not support IPv6, and never will.François Revel2010-12-051-0/+4
| | | | svn path=/trunk/netsurf/; revision=11014
* Update build instructionsVincent Sanders2010-10-091-0/+1
| | | | | | Remove warnings from treeview branch merge svn path=/trunk/netsurf/; revision=10874
* add realpath compatability for windowsVincent Sanders2010-10-091-0/+5
| | | | svn path=/trunk/netsurf/; revision=10873
* hell with it, heres a version which should result in fewer portability ↵Vincent Sanders2010-09-111-15/+0
| | | | | | complaints svn path=/trunk/netsurf/; revision=10756
* Fix compilation on AmigaOS4Chris Young2010-09-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=10755
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-0/+16
| | | | | | r=jmb svn path=/trunk/netsurf/; revision=10750
* hopefully fix the _GNU_SOURCE messVincent Sanders2010-04-261-9/+17
| | | | svn path=/trunk/netsurf/; revision=10487
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-11/+2
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474
* Add Windows frontendVincent Sanders2010-01-311-3/+23
| | | | svn path=/trunk/netsurf/; revision=9940
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+5
| | | | svn path=/trunk/netsurf/; revision=9729
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-0/+15
| | | | svn path=/trunk/netsurf/; revision=8752
* Purge WITH_DRAW_EXPORTJohn Mark Bell2009-03-291-4/+0
| | | | svn path=/trunk/netsurf/; revision=6980
* Purge WITH_SAVE_COMPLETEJohn Mark Bell2009-03-291-1/+0
| | | | svn path=/trunk/netsurf/; revision=6979
* OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or ↵Rob Kendrick2009-03-021-1/+2
| | | | | | -Wstrict-aliasing for lpu or hubbub. svn path=/trunk/netsurf/; revision=6673
* Purge WITH_SEARCHJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6604
* Purge WITH_URLJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6603
* Purge WITH_URIJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6602
* Purge WITH_PRINTJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6601
* Purge WITH_AUTHJohn Mark Bell2009-02-221-3/+0
| | | | svn path=/trunk/netsurf/; revision=6600
* Re-enable the ability to control the SSL certificate UI's inclusion. As a ↵Daniel Silverstone2009-02-151-5/+0
| | | | | | side-effect, NetSurf won't build SSL unless the cURL on the system is linked against OpenSSL svn path=/trunk/netsurf/; revision=6526