mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9124689114
A simple http server for static content. PR: 14409 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
--- ls.c.orig Wed Oct 20 13:40:30 1999
|
|
+++ ls.c Mon Oct 25 11:13:51 1999
|
|
@@ -15,6 +15,10 @@
|
|
|
|
#include "httpd.h"
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#define NAME_MAX FILENAME_MAX
|
|
+#endif
|
|
+
|
|
#define LS_ALLOC_SIZE 8192
|
|
#define HOMEPAGE "http://www.in-berlin.de/User/kraxel/webfs.html"
|
|
|