569b7d561e
Siproxd is a proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP clients on a private IP network and performs rewriting of the SIP message bodies to make SIP connections work via an masquerading firewall (NAT). It allows SIP software clients (like kphone, linphone) or SIP hardware clients (Voice over IP phones which are SIP-compatible, such as those from Cisco, Grandstream or Snom) to work behind an IP masquerading firewall or NAT router. from markus@
13 lines
447 B
Plaintext
13 lines
447 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2005/06/29 21:15:24 sturm Exp $
|
|
--- src/Makefile.in.orig Wed Jun 29 22:55:19 2005
|
|
+++ src/Makefile.in Wed Jun 29 22:59:37 2005
|
|
@@ -501,7 +501,7 @@ uninstall-am: uninstall-info-am uninstal
|
|
# count BUILDs - each time increment by one and define the
|
|
# C macro BUILDNO. bind it to a file everybody includes (log.h)
|
|
#
|
|
-log.h: increment_build
|
|
+log.h:
|
|
|
|
increment_build:
|
|
@echo "incrementing BUILD number"
|