Imported from libpng-1.0.5.tar
diff --git a/example.c b/example.c
index 52afbdf..b78f787 100644
--- a/example.c
+++ b/example.c
@@ -1,4 +1,6 @@
 
+#if 0 /* in case someone actually tries to compile this */
+
 /* example.c - an example of using libpng */
 
 /* This is an example of how to use libpng to read and write PNG files.
@@ -701,3 +703,4 @@
    return;
 }
 
+#endif /* if 0 */