chttpd/src/chttpd.h

12 lines
275 B
C
Raw Permalink Normal View History

// CTHTTPD - Simple Web Server - GPLv2
// Chris Dorman, 2012-2014 (cddo@riseup.net)
// Help from Nickolai Vurgaft (slipperygate@gmail.com)
// definitions
#define BUFSIZE 4096
#define LIST_BUFSIZE 3068
#define ERROR 42
#define SORRY 43
#define LOG 44
#define SEND_ERROR 45