diff -u -r djbdns-1.05/conf-cc djbdns-1.05-osx/conf-cc
--- djbdns-1.05/conf-cc Sun Feb 11 22:11:45 2001
+++ djbdns-1.05-osx/conf-cc     Thu Apr 26 15:42:12 2001
@@ -1,3 +1,3 @@
-gcc -O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings
+cc -O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings
 
 This will be used to compile .c files.
diff -u -r djbdns-1.05/conf-ld djbdns-1.05-osx/conf-ld
--- djbdns-1.05/conf-ld Sun Feb 11 22:11:45 2001
+++ djbdns-1.05-osx/conf-ld     Thu Apr 26 15:42:21 2001
@@ -1,3 +1,3 @@
-gcc -s
+cc
 
 This will be used to link .o files into an executable.
