Index: /trunk/Nebulous/nebclient/src/nebclient.c
===================================================================
--- /trunk/Nebulous/nebclient/src/nebclient.c	(revision 13200)
+++ /trunk/Nebulous/nebclient/src/nebclient.c	(revision 13201)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.c,v 1.45 2007-05-03 21:26:55 jhoblitt Exp $
+ * $Id: nebclient.c,v 1.46 2007-05-03 21:28:30 jhoblitt Exp $
  */
 
@@ -38,8 +38,13 @@
     }
 
+#define NEBCOPYFILE 0
+
 static void p_nebSetErr(const char * filename, unsigned long lineno, const char *function, nebServer *server, const char *format, ...);
 static void nebSetServerErr(nebServer *server);
+#if NEBCOPYFILE
 static off_t nebCopyFile(nebServer *server, const char *source, const char *dest);
+#endif
 static off_t nebCopyFilehandle(nebServer *server, int sourceFH, int destFH);
+
 static size_t nebParseURI(nebServer *server, const char *URI, char **filename);
 static bool nebNukeFile(nebServer *server, const char *filename);
@@ -724,4 +729,5 @@
 }
 
+#if NEBCOPYFILE
 static off_t nebCopyFile(nebServer *server, const char *source, const char *dest)
 {
@@ -765,4 +771,5 @@
     return bytesCopied;
 }
+#endif
 
 static off_t nebCopyFilehandle(nebServer *server, int sourceFH, int destFH)
