summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-01-15 22:26:16 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-01-15 22:26:16 +0000
commitff935051c0581ebaf8a1cbeb640d7c48ba85cbbc (patch)
treeafb0bc01beeadf71f36cb170573472e37b457d58 /patchlevel.h
parent434d2535978fdc93cf6e9722bc7f9d272a9c2632 (diff)
downloadperl-ff935051c0581ebaf8a1cbeb640d7c48ba85cbbc.tar.gz
Metaconfig and Porting patches from Andy; start using the new
long long and long double thingies from #4804; regen Configure. p4raw-id: //depot/cfgperl@4805
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h
index e25b1308bf..9670081a00 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -12,12 +12,18 @@
compatibility to run XS code built with the older version).
Normally this should not change across maintenance releases.
- This is used by Configure et al to figure out which version libraries
- are legal to include in @INC. See INSTALL for how this works.
+ This is used by Configure et al to figure out
+ PERL_INC_VERSION_LIST, which lists version libraries
+ to include in @INC. See INSTALL for how this works.
*/
#define PERL_API_REVISION 5 /* Adjust manually as needed. */
#define PERL_API_VERSION 5 /* Adjust manually as needed. */
#define PERL_API_SUBVERSION 640 /* Adjust manually as needed. */
+/*
+ XXX Note: The selection of non-default Configure options, such
+ as -Duselonglong may invalidate these settings. Currently, Configure
+ does not adequately test for this. A.D. Jan 13, 2000
+*/
#define __PATCHLEVEL_H_INCLUDED__
#endif