summaryrefslogtreecommitdiff
path: root/base/unix-gcc.mak
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2018-11-22 16:30:49 +0000
committerRobin Watts <robin.watts@artifex.com>2018-11-22 16:47:33 +0000
commit8fe6187ace91d49c3ca07ab850bc1fe50da3409e (patch)
tree78c094148c39d0ce565df03b524d5e30c05911f0 /base/unix-gcc.mak
parent07b4a67404479dfa3ae55835f05b6cc8699c9adc (diff)
downloadghostpdl-8fe6187ace91d49c3ca07ab850bc1fe50da3409e.tar.gz
Remove STDIO_IMPLEMENTATION logic from Makefiles.
This has fallen out of usage to the degree where the non-C callbacks based version hasn't even built for years (since at least 2006, by my git archaeology). Just strip it out completely.
Diffstat (limited to 'base/unix-gcc.mak')
-rw-r--r--base/unix-gcc.mak5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/unix-gcc.mak b/base/unix-gcc.mak
index 4d11dbeea..d87d38c8e 100644
--- a/base/unix-gcc.mak
+++ b/base/unix-gcc.mak
@@ -551,11 +551,6 @@ BAND_LIST_COMPRESSOR=zlib
FILE_IMPLEMENTATION=stdio
-# Choose the implementation of stdio: '' for file I/O and 'c' for callouts
-# See gs.mak and ziodevs.c/ziodevsc.c for more details.
-
-STDIO_IMPLEMENTATION=c
-
# List of default devices, in order of priority. They need not be
# present in the actual build.
GS_DEV_DEFAULT="x11alpha bbox"