]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/export/xtab.c
Autogen update
[nfs-utils.git] / support / export / xtab.c
index eb67b0d19411d128b21200869a1eb56a3cca9a30..0ddb2516a8d5e8327441555ca668788f6c1850e6 100644 (file)
@@ -6,7 +6,9 @@
  * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
  */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <sys/fcntl.h>
 #include <unistd.h>
@@ -149,7 +151,7 @@ xtab_append(nfs_export *exp)
 
 /*
  * rename newfile onto oldfile unless
- * they are identical 
+ * they are identical
  */
 static void cond_rename(char *newfile, char *oldfile)
 {