summaryrefslogtreecommitdiff
path: root/xcode
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-11-01 12:00:13 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-11-01 12:00:13 -0400
commit98491ecc6fb571869d0947096982a64d6ec16a7d (patch)
tree5076c64094e94075efa93a0d21113edb79c031de /xcode
parent4d8e89a654257c6822696fc9bb12159d33721f2d (diff)
downloadcups-98491ecc6fb571869d0947096982a64d6ec16a7d.tar.gz
Drop hard-coded CGI scripting language support (Issue #5124)
Diffstat (limited to 'xcode')
-rw-r--r--xcode/config.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/xcode/config.h b/xcode/config.h
index 760d723a8..14783ab1c 100644
--- a/xcode/config.h
+++ b/xcode/config.h
@@ -517,22 +517,6 @@
/*
- * Various scripting languages...
- */
-
-#if !TARGET_OS_IOS
-# define HAVE_JAVA 1
-# define CUPS_JAVA "/usr/bin/java"
-# define HAVE_PERL 1
-# define CUPS_PERL "/usr/bin/perl"
-# define HAVE_PHP 1
-# define CUPS_PHP "/usr/bin/php"
-# define HAVE_PYTHON 1
-# define CUPS_PYTHON "/usr/bin/python"
-#endif /* !TARGET_OS_IOS */
-
-
-/*
* Do we have CoreFoundation public and private headers?
*/