aboutsummaryrefslogtreecommitdiff
path: root/jconfig.txt
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-05-15 20:30:16 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-05-15 20:30:16 +0000
commit2af0178c4650df2f2b6dd8186ac84de275c0bf5c (patch)
treee420c86d7dd82969041e08a958be85456b75f9e8 /jconfig.txt
parentb393201f0ec0370a6690a003d0869a7dee7e9c63 (diff)
Remove all of the NEED_SHORT_EXTERNAL_NAMES stuff. There is scant information available as to which linkers ever had a 15-character global symbol name limit. AFAICT, it might have been a VMS and/or a.out BSD thing, but none of those platforms have ever been supported by libjpeg-turbo (nor are such systems supported by other open source libraries of this nature.)
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1307 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jconfig.txt')
-rw-r--r--jconfig.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/jconfig.txt b/jconfig.txt
index ba829ad..631c7a0 100644
--- a/jconfig.txt
+++ b/jconfig.txt
@@ -77,11 +77,6 @@
*/
#undef NEED_FAR_POINTERS
-/* Define this if your linker needs global names to be unique in less
- * than the first 15 characters.
- */
-#undef NEED_SHORT_EXTERNAL_NAMES
-
/* Although a real ANSI C compiler can deal perfectly well with pointers to
* unspecified structures (see "incomplete types" in the spec), a few pre-ANSI
* and pseudo-ANSI compilers get confused. To keep one of these bozos happy,