Lines 1-17
Link Here
|
1 |
--- config/config.mk.orig Tue Dec 24 15:59:08 2002 |
1 |
--- config/config.mk.orig Mon Nov 22 23:44:48 2004 |
2 |
+++ config/config.mk Tue Apr 15 13:40:16 2003 |
2 |
+++ config/config.mk Mon Nov 22 23:48:27 2004 |
3 |
@@ -33,8 +33,8 @@ |
3 |
@@ -34,8 +34,8 @@ |
4 |
# |
4 |
# |
5 |
############################################################################### |
5 |
############################################################################### |
6 |
|
6 |
|
7 |
-#FREE_BSD:= -DFreeBSD |
7 |
-#FREE_BSD:=1 |
8 |
-LINUX:= -DLinux -D_BSD_SOURCE |
8 |
-LINUX:=1 |
9 |
+FREE_BSD:= -DFreeBSD |
9 |
+FREE_BSD:=1 |
10 |
+#LINUX:= -DLinux -D_BSD_SOURCE |
10 |
+#LINUX:=1 |
11 |
#MAC_OS_X:= -DMacOSX |
11 |
#MAC_OS_X:=1 |
12 |
#SOLARIS:= -DSolaris |
12 |
#SOLARIS:=1 |
13 |
#WIN32:= -DWIN32 |
13 |
#WIN32:=1 |
14 |
@@ -112,7 +112,7 @@ |
14 |
@@ -118,7 +118,7 @@ |
15 |
ifdef SEARCH_DAEMON |
15 |
ifdef SEARCH_DAEMON |
16 |
|
16 |
|
17 |
ifdef FREE_BSD |
17 |
ifdef FREE_BSD |
Lines 20-26
Link Here
|
20 |
else |
20 |
else |
21 |
PTHREAD_LINK:= -lpthread |
21 |
PTHREAD_LINK:= -lpthread |
22 |
endif |
22 |
endif |
23 |
@@ -149,7 +149,7 @@ |
23 |
@@ -159,7 +159,7 @@ |
24 |
# The command to remove files recursively and ignore errors; |
24 |
# The command to remove files recursively and ignore errors; |
25 |
# usually "rm -fr" for Unix or "erase" for Windows. |
25 |
# usually "rm -fr" for Unix or "erase" for Windows. |
26 |
|
26 |
|
Lines 28-40
Link Here
|
28 |
+#PERL:= /usr/local/bin/perl |
28 |
+#PERL:= /usr/local/bin/perl |
29 |
# The full path to the Perl 5 executable; usually "/bin/perl" or |
29 |
# The full path to the Perl 5 executable; usually "/bin/perl" or |
30 |
# "/usr/local/bin/perl" for Unix or "\Perl\bin\perl" for |
30 |
# "/usr/local/bin/perl" for Unix or "\Perl\bin\perl" for |
31 |
# Windows. You need this only if you intend on using |
31 |
# Windows. |
32 |
@@ -176,14 +176,14 @@ |
32 |
@@ -185,14 +185,14 @@ |
33 |
# |
33 |
# |
34 |
############################################################################### |
34 |
############################################################################### |
35 |
|
35 |
|
36 |
-CC:= g++ |
36 |
-CC:= g++ |
37 |
+CC:= ${CXX} |
37 |
+CC:= ${CXX} |
38 |
# The C++ compiler you are using; usually "CC" or "g++". |
38 |
# The C++ compiler you are using; usually "CC" or "g++". |
39 |
|
39 |
|
40 |
#DEBUG:= true |
40 |
#DEBUG:= true |
Lines 46-52
Link Here
|
46 |
# The optimization level. Many compilers allow a digit after the |
46 |
# The optimization level. Many compilers allow a digit after the |
47 |
# O to specify the level of optimization; if so, set yours to the |
47 |
# O to specify the level of optimization; if so, set yours to the |
48 |
# highest number your compiler allows without eliciting problems |
48 |
# highest number your compiler allows without eliciting problems |
49 |
@@ -227,7 +227,7 @@ |
49 |
@@ -254,7 +254,7 @@ |
50 |
INSTALL:= $(ROOT)/install-sh |
50 |
INSTALL:= $(ROOT)/install-sh |
51 |
# Install command; usually "$(ROOT)/install-sh". |
51 |
# Install command; usually "$(ROOT)/install-sh". |
52 |
|
52 |
|