]> code.delx.au - gnu-emacs/blobdiff - src/unexapollo.c
(enum it_method): New enum.
[gnu-emacs] / src / unexapollo.c
index 4c87bfa3fe47134f8331b4d33928e1a5b2c7e609..adf72bb4f7a048cb053ac465641385e2d8b4f2bb 100644 (file)
@@ -20,7 +20,10 @@ Boston, MA 02111-1307, USA.  */
 
 /* Written by Leonard N. Zubkoff.  */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <fcntl.h>
 
 
@@ -292,3 +295,6 @@ CopyData (target_file, source_file, total_byte_count)
       total_byte_count -= byte_count;
     }
 }
+
+/* arch-tag: 783ebbdf-7d26-4df8-9469-17a1747dce96
+   (do not change this comment) */