config.h.dist updated
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2001-12-01  Fumitoshi UKAI  <ukai@debian.or.jp> | ||||
|  | ||||
| 	* config.h.dist: updated | ||||
|  | ||||
| 2001-11-30  Fumitoshi UKAI  <ukai@debian.or.jp> | ||||
|  | ||||
| 	* url.c (otherinfo): use AcceptLang | ||||
|   | ||||
| @@ -54,12 +54,20 @@ | ||||
|  */ | ||||
| #undef MENU_THIN_FRAME | ||||
|  | ||||
| /* | ||||
|  */ | ||||
| #undef TABLE_EXPAND | ||||
| #undef TABLE_NO_COMPACT | ||||
| #define NOWRAP | ||||
| #define MATRIX | ||||
|  | ||||
| /**********************************************************/ | ||||
| #ifdef makefile_parameter | ||||
|  | ||||
| BIN_DIR = /usr/local/bin | ||||
| HELP_DIR = /usr/local/lib/w3m | ||||
| LIB_DIR = /usr/local/lib/w3m | ||||
| ETC_DIR = /usr/local/etc/w3m | ||||
| HELP_FILE = w3mhelp-w3m_ja.html | ||||
| SYS_LIBRARIES = -lgpm  -lbsd -lnsl -lncurses  -L/usr/lib -L/usr/lib -L/usr/local/ssl/lib -L/usr/local/ssl/lib -lssl -lcrypto  | ||||
| LOCAL_LIBRARIES =  | ||||
| @@ -116,6 +124,7 @@ MODEL=Linux.i686-monster-ja | ||||
|  | ||||
| #define LIB_DIR      "/usr/local/lib/w3m" | ||||
| #define HELP_DIR     "/usr/local/lib/w3m" | ||||
| #define ETC_DIR	     "/usr/local/etc/w3m" | ||||
| #define HELP_FILE    "w3mhelp.html" | ||||
| #define W3MCONFIG    "w3mconfig" | ||||
|  | ||||
| @@ -138,6 +147,7 @@ MODEL=Linux.i686-monster-ja | ||||
| #define HAVE_TERMIOS_H | ||||
| #define HAVE_DIRENT_H | ||||
| #define HAVE_STRCASECMP | ||||
| #define HAVE_STRCASESTR | ||||
| #define HAVE_STRCHR | ||||
| #define HAVE_STRERROR | ||||
| #define HAVE_SYS_ERRLIST | ||||
| @@ -145,7 +155,6 @@ MODEL=Linux.i686-monster-ja | ||||
| #define HAVE_WAITPID | ||||
| #define HAVE_WAIT3 | ||||
| #define HAVE_STRFTIME | ||||
|  | ||||
| #define HAVE_GETCWD | ||||
| #define HAVE_GETWD | ||||
| #define HAVE_READLINK | ||||
| @@ -160,6 +169,8 @@ MODEL=Linux.i686-monster-ja | ||||
| #define SETJMP(env) sigsetjmp(env,1) | ||||
| #define LONGJMP(env,val) siglongjmp(env,val) | ||||
| #define JMP_BUF sigjmp_buf | ||||
| #define HAVE_FLOAT_H | ||||
| #define HAVE_SYS_SELECT_H | ||||
|  | ||||
| typedef void MySignalHandler; | ||||
| #define SIGNAL_ARG int _dummy | ||||
| @@ -172,14 +183,7 @@ typedef void MySignalHandler; | ||||
|  */ | ||||
| #undef INET6 | ||||
|  | ||||
|  | ||||
| #undef TABLE_EXPAND | ||||
| #undef TABLE_NO_COMPACT | ||||
| #define NOWRAP 1 | ||||
| #define MATRIX 1 | ||||
| #define HAVE_FLOAT_H | ||||
| #define HAVE_SYS_SELECT_H | ||||
|  | ||||
| /** dont edit below **/ | ||||
| #ifndef HAVE_SRAND48 | ||||
| #ifdef HAVE_SRANDOM | ||||
| #define srand48 srandom | ||||
| @@ -208,12 +212,18 @@ typedef void MySignalHandler; | ||||
| #endif | ||||
|  | ||||
| #if defined(__EMX__) /* use $extension? */ | ||||
| #define GUNZIP_CMDNAME  "gzip" | ||||
| #define BUNZIP2_CMDNAME "bzip2" | ||||
| #define INFLATE_CMDNAME  "inflate.exe" | ||||
| #define W3MBOOKMARK_CMDNAME	"w3mbookmark.exe" | ||||
| #define W3MHELPERPANEL_CMDNAME	"w3mhelperpanel.exe" | ||||
| #define DEV_NULL_PATH	"nul" | ||||
| #define DEV_TTY_PATH	"con" | ||||
| #define CGI_EXTENSION	".cmd" | ||||
| #else | ||||
| #define GUNZIP_CMDNAME  "gunzip" | ||||
| #define BUNZIP2_CMDNAME "bunzip2" | ||||
| #define INFLATE_CMDNAME  "inflate" | ||||
| #define W3MBOOKMARK_CMDNAME	"w3mbookmark" | ||||
| #define W3MHELPERPANEL_CMDNAME	"w3mhelperpanel" | ||||
| #define DEV_NULL_PATH	"/dev/null" | ||||
| @@ -221,6 +231,11 @@ typedef void MySignalHandler; | ||||
| #define CGI_EXTENSION	".cgi" | ||||
| #endif | ||||
|  | ||||
| #define PATH_SEPARATOR	':' | ||||
| #define GUNZIP_NAME  "gunzip" | ||||
| #define BUNZIP2_NAME "bunzip2" | ||||
| #define INFLATE_NAME "inflate" | ||||
|  | ||||
| #endif /* makefile_parameter */ | ||||
| #endif /* _CONFIGURED_ */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user