links

lynx-like text mode web browser
git clone anongit@rnpnr.xyz:links.git
Log | Files | Refs | Feed | README | LICENSE

Commit: ac16d73f1e33c30b721a9ee4534bf1e1cea2433e
Parent: 14946c3e843a7a3ae1c1b3bc7f7e5511bb164fa6
Author: opask
Date:   Thu, 19 Jul 2018 06:00:20 -0600

remove cfg.h

Diffstat:
Dcfg.h | 23-----------------------
1 file changed, 0 insertions(+), 23 deletions(-)

diff --git a/cfg.h b/cfg.h @@ -1,23 +0,0 @@ -/* cfg.h - * (c) 2002 Mikulas Patocka - * This file is a part of the Links program, released under GPL. - */ - -#ifndef CFG_H -#define CFG_H -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif -#ifdef HAVE_CONFIG2_H -#include "config2.h" -#endif - -#if defined(G) -#define HAVE_SETJMP_H 1 -#endif - -#define my_restrict __restrict - -typedef int cfg_h_no_empty_unit; - -#endif