blob: 8c50333a83a48be0bb4b9cd64d38187092dfb10d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- tcpsg.c.orig Wed Oct 30 13:14:39 2002
+++ tcpsg.c Wed Oct 30 13:41:13 2002
@@ -39,8 +39,8 @@
/* Network Headers */
#include <sys/socket.h>
-#include <arpa/inet.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <netdb.h>
/*
@@ -229,7 +229,7 @@
int set_config()
{
int i,j;
- i=read_config("/etc/tcpsg.conf");
+ i=read_config("%%PREFIX%%/etc/tcpsg.conf");
if (i==0)
{
for (i=0;i<main_opt.num_servers;i++)
|