mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
change max-width to 67 (#39)
This commit is contained in:
parent
b25c484c92
commit
421aa08541
@ -206,19 +206,19 @@ size_t strlcat(char *dst, const char *src, size_t siz);
|
||||
#define HTTP_USERAGENT "Unknown gopher client"
|
||||
|
||||
/* Defaults for settings */
|
||||
#define DEFAULT_HOST "localhost"
|
||||
#define DEFAULT_PORT 70
|
||||
#define DEFAULT_TLS_PORT 0
|
||||
#define DEFAULT_TYPE TYPE_TEXT
|
||||
#define DEFAULT_MAP "gophermap"
|
||||
#define DEFAULT_TAG "gophertag"
|
||||
#define DEFAULT_CGI "/cgi-bin/"
|
||||
#define DEFAULT_USERDIR "public_gopher"
|
||||
#define DEFAULT_WIDTH 76
|
||||
#define DEFAULT_CHARSET US_ASCII
|
||||
#define MIN_WIDTH 33
|
||||
#define MAX_WIDTH 200
|
||||
#define UNKNOWN_ADDR "unknown"
|
||||
#define DEFAULT_HOST "localhost"
|
||||
#define DEFAULT_PORT 70
|
||||
#define DEFAULT_TLS_PORT 0
|
||||
#define DEFAULT_TYPE TYPE_TEXT
|
||||
#define DEFAULT_MAP "gophermap"
|
||||
#define DEFAULT_TAG "gophertag"
|
||||
#define DEFAULT_CGI "/cgi-bin/"
|
||||
#define DEFAULT_USERDIR "public_gopher"
|
||||
#define DEFAULT_WIDTH 67
|
||||
#define DEFAULT_CHARSET US_ASCII
|
||||
#define MIN_WIDTH 33
|
||||
#define MAX_WIDTH 200
|
||||
#define UNKNOWN_ADDR "unknown"
|
||||
|
||||
/* Session defaults */
|
||||
#define DEFAULT_SESSION_TIMEOUT 1800
|
||||
|
Loading…
Reference in New Issue
Block a user