From: Art Cancro Date: Mon, 22 Aug 2016 14:59:13 +0000 (-0400) Subject: Removed traces of another build that leaked into git master X-Git-Tag: v939~652 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=3cda8cbe15813ef4f7eda8d9f69ae4db929baa32 Removed traces of another build that leaked into git master --- diff --git a/webcit/webcit.h b/webcit/webcit.h index d1ec72686..4d3c12333 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -321,7 +321,6 @@ enum { eNone }; -<<<<<<< HEAD enum { eGET, ePOST, @@ -728,15 +727,5 @@ void display_summary_page(void); HashList *GetValidDomainNames(StrBuf *Target, WCTemplputParams *TP); void output_error_pic(const char *ErrMsg1, const char *ErrMsg2); -======= -#define TRACE syslog(LOG_DEBUG, "\033[3%dmCHECKPOINT: %s:%d\033[0m", ((__LINE__%6)+1), __FILE__, __LINE__) -#define SLEEPING 180 // TCP connection timeout -#define MAX_WORKER_THREADS 32 // Maximum number of worker threads permitted to exist - -int webserver(char *webserver_interface, int webserver_port, int webserver_protocol); -int webcit_tcp_server(const char *ip_addr, int port_number, int queue_len); -int webcit_uds_server(char *sockpath, int queue_len); -int lingering_close(int fd); -void perform_one_http_transaction(int ssock); -void worker_entry(int *pointer_to_master_socket); ->>>>>>> af64ffb... textclient: don't try to stat citadel.config; it doesn't exist anymore. + +