mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f9c4cd9156
to connect to a remote NT server, making it behave as if it were on the same LAN.
15 lines
373 B
Plaintext
15 lines
373 B
Plaintext
RCS file: /home/jdp/f5/pptp/cvs/pptp/pptp_callmgr.h,v
|
|
retrieving revision 1.1.1.1
|
|
retrieving revision 1.2
|
|
diff -u -r1.1.1.1 -r1.2
|
|
--- pptp_callmgr.h 1999/04/28 19:36:57 1.1.1.1
|
|
+++ pptp_callmgr.h 1999/04/28 19:43:06 1.2
|
|
@@ -6,4 +6,7 @@
|
|
*/
|
|
|
|
#define PPTP_SOCKET_PREFIX "/var/run/pptp/"
|
|
+
|
|
+#ifndef PPTP_CALLMGR_BINARY
|
|
#define PPTP_CALLMGR_BINARY "./pptp_callmgr"
|
|
+#endif
|