| | 4886 | #ifdef SITEARCH_EXP |
| | 4887 | /* sitearch is always relative to sitelib on Windows for |
| | 4888 | * DLL-based path intuition to work correctly */ |
| | 4889 | # if !defined(WIN32) |
| | 4890 | incpush(SITEARCH_EXP, FALSE, FALSE, TRUE, TRUE); |
| | 4891 | # endif |
| | 4892 | #endif |
| | 4893 | |
| | 4894 | #ifdef SITELIB_EXP |
| | 4895 | # if defined(WIN32) |
| | 4896 | /* this picks up sitearch as well */ |
| | 4897 | incpush(SITELIB_EXP, TRUE, FALSE, TRUE, TRUE); |
| | 4898 | # else |
| | 4899 | incpush(SITELIB_EXP, FALSE, FALSE, TRUE, TRUE); |
| | 4900 | # endif |
| | 4901 | #endif |
| | 4902 | |
| | 4903 | #if defined(SITELIB_STEM) && defined(PERL_INC_VERSION_LIST) |
| | 4904 | /* Search for version-specific dirs below here */ |
| | 4905 | incpush(SITELIB_STEM, FALSE, TRUE, TRUE, TRUE); |
| | 4906 | #endif |
| | 4907 | |
| 4918 | | #ifdef SITEARCH_EXP |
| 4919 | | /* sitearch is always relative to sitelib on Windows for |
| 4920 | | * DLL-based path intuition to work correctly */ |
| 4921 | | # if !defined(WIN32) |
| 4922 | | incpush(SITEARCH_EXP, FALSE, FALSE, TRUE, TRUE); |
| 4923 | | # endif |
| 4924 | | #endif |
| 4925 | | |
| 4926 | | #ifdef SITELIB_EXP |
| 4927 | | # if defined(WIN32) |
| 4928 | | /* this picks up sitearch as well */ |
| 4929 | | incpush(SITELIB_EXP, TRUE, FALSE, TRUE, TRUE); |
| 4930 | | # else |
| 4931 | | incpush(SITELIB_EXP, FALSE, FALSE, TRUE, TRUE); |
| 4932 | | # endif |
| 4933 | | #endif |
| 4934 | | |
| 4935 | | #if defined(SITELIB_STEM) && defined(PERL_INC_VERSION_LIST) |
| 4936 | | /* Search for version-specific dirs below here */ |
| 4937 | | incpush(SITELIB_STEM, FALSE, TRUE, TRUE, TRUE); |
| 4938 | | #endif |
| 4939 | | |