head	1.3;
access;
symbols
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.1.1.1
	RELEASE_2_2_1:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	jdp_1_0:1.1.1.1
	JDP:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2002.01.02.19.31.50;	author jdp;	state dead;
branches;
next	1.2;

1.2
date	98.01.20.17.39.25;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	96.11.01.02.37.34;	author jdp;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.11.01.02.37.34;	author jdp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove the modula-3-socks port.  It is obsolete.  CVSup works fine
now with standard runsocks, and I have finally updated the manual
page to reflect that.
@
text
@Index: SOCKS-SOURCE/h/socksdef.h
--- SOCKS-SOURCE/h/socksdef.h.orig	Wed Aug  7 19:25:31 1996
+++ SOCKS-SOURCE/h/socksdef.h	Wed Oct 30 21:05:37 1996
@@@@ -15,9 +15,11 @@@@
 #define P_(x) ()
 #endif /* ! ANSI C */
 
+#ifndef __FreeBSD__
 extern int syslog P_((int , const char *, ...));
 extern int openlog P_((const char *, int , int ));
 extern int closelog P_((void));
+#endif
 
 #define LOG_LOW	LOG_NOTICE
 #define LOG_HIGH LOG_ERR
@@@@ -34,9 +36,9 @@@@
 #define INETD_SEC	"/var/adm/inetd.sec"
 #define DEFAULT_DEST	"/opt/socks/bin"	/* for socksify */
 #else /* ! V4FS */
-#define SOCKD_DUMP_FILE	"/usr/tmp/sockd.conf.dump"
+#define SOCKD_DUMP_FILE	"/var/tmp/sockd.conf.dump"
 #define SOCKD_CONF	"/usr/local/etc/sockd.conf"
-#define SOCKS_CONF	"/etc/socks.conf"
+#define SOCKS_CONF	"/usr/local/etc/m3socks.conf"
 #define OTHER_SOCKS_CONF "/usr/local/etc/socks.conf"
 #define INETD_SEC	"/usr/adm/inetd.sec"
 #define DEFAULT_DEST	"."	/* for socksify */
@


1.2
log
@Fix diff lines
@
text
@@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
--- socksdef.h.orig	Wed Aug  7 19:25:31 1996
+++ socksdef.h	Wed Oct 30 21:05:37 1996
@


1.1.1.1
log
@This package implements SOCKS support for Modula-3 applications.  It
will be used to support SOCKS operation in the soon-to-be-released next
version of CVSup.

A tip of the hat to:  Darryl Okahata, who developed the patches
necessary to make the SOCKS library work with Modula-3's multithreaded
I/O system.
@
text
@@
