]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Needed to include config.h...
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 27 Sep 1999 17:36:29 +0000 (17:36 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 27 Sep 1999 17:36:29 +0000 (17:36 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@691 7a7537e8-13f0-0310-91df-b6672ffda945

cgi-bin/classes.c
cgi-bin/jobs.c
cgi-bin/printers.c

index d08d3159ba0481fc8a5a696ce871ddd39adbb831..2481c3694fbbdb7d7f76f40e4b64af148e710453 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: classes.c,v 1.7 1999/09/27 17:14:25 mike Exp $"
+ * "$Id: classes.c,v 1.8 1999/09/27 17:36:28 mike Exp $"
  *
  *   Class status CGI for the Common UNIX Printing System (CUPS).
  *
@@ -38,6 +38,7 @@
 #include <cups/cups.h>
 #include <cups/language.h>
 #include <cups/debug.h>
+#include <config.h>
 
 
 /*
@@ -480,5 +481,5 @@ show_class_info(http_t      *http,
 
 
 /*
- * End of "$Id: classes.c,v 1.7 1999/09/27 17:14:25 mike Exp $".
+ * End of "$Id: classes.c,v 1.8 1999/09/27 17:36:28 mike Exp $".
  */
index 6a5d96532540980ecab45eeba596693504bfaa0d..f877d031b116feed2cf4fdfdf971ba78ac2e97fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: jobs.c,v 1.6 1999/09/27 17:14:26 mike Exp $"
+ * "$Id: jobs.c,v 1.7 1999/09/27 17:36:29 mike Exp $"
  *
  *   Job status CGI for the Common UNIX Printing System (CUPS).
  *
@@ -38,6 +38,7 @@
 #include <cups/cups.h>
 #include <cups/language.h>
 #include <cups/debug.h>
+#include <config.h>
 
 
 /*
@@ -580,5 +581,5 @@ show_job_info(http_t      *http,    /* I - Server connection */
 
 
 /*
- * End of "$Id: jobs.c,v 1.6 1999/09/27 17:14:26 mike Exp $".
+ * End of "$Id: jobs.c,v 1.7 1999/09/27 17:36:29 mike Exp $".
  */
index 0245c77cfa1824a066f572a8ae6a282e47fe708b..a20fd4db1a96824fc58844fcabb552b8496cf670 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: printers.c,v 1.9 1999/09/27 17:14:26 mike Exp $"
+ * "$Id: printers.c,v 1.10 1999/09/27 17:36:29 mike Exp $"
  *
  *   Printer status CGI for the Common UNIX Printing System (CUPS).
  *
@@ -38,6 +38,7 @@
 #include <cups/cups.h>
 #include <cups/language.h>
 #include <cups/debug.h>
+#include <config.h>
 
 
 /*
@@ -482,5 +483,5 @@ show_printer_info(http_t      *http,
 
 
 /*
- * End of "$Id: printers.c,v 1.9 1999/09/27 17:14:26 mike Exp $".
+ * End of "$Id: printers.c,v 1.10 1999/09/27 17:36:29 mike Exp $".
  */