summaryrefslogtreecommitdiff
path: root/devices/gdevtifs.c
diff options
context:
space:
mode:
Diffstat (limited to 'devices/gdevtifs.c')
-rw-r--r--devices/gdevtifs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/devices/gdevtifs.c b/devices/gdevtifs.c
index 0182344b6..dc5c9076e 100644
--- a/devices/gdevtifs.c
+++ b/devices/gdevtifs.c
@@ -355,6 +355,7 @@ int tiff_set_fields_for_printer(gx_device_printer *pdev,
TIFFSetField(tif, TIFFTAG_XRESOLUTION, (float)xpi);
TIFFSetField(tif, TIFFTAG_YRESOLUTION, (float)ypi);
+#ifndef CLUSTER
{
char revs[32];
#define maxSoftware 40
@@ -372,6 +373,7 @@ int tiff_set_fields_for_printer(gx_device_printer *pdev,
TIFFSetField(tif, TIFFTAG_SOFTWARE, softwareValue);
}
+#endif
if (writedatetime) {
struct tm tms;
time_t t;