head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	v0_6:1.1.1.1
	JEDGAR:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2001.05.08.22.34.20;	author jedgar;	state dead;
branches;
next	1.1;

1.1
date	99.11.26.19.34.11;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.11.26.19.34.11;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update port to 1.10
@
text
@--- 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"
 
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of webfs version 0.6.
A simple http server for static content.

PR:		14409
Submitted by:	Chris D. Faulhaber <jedgar@@fxp.org>
@
text
@@
