8210924: Remove PACKAGE_PATH

Reviewed-by: tbell
This commit is contained in:
Magnus Ihse Bursie 2018-09-20 00:19:46 +02:00
parent 3c7b577a89
commit fe67f09af3
7 changed files with 1 additions and 15 deletions

View file

@ -46,10 +46,8 @@ extern char **environ;
* entries, but actual strings can be more efficient (with many compilers).
*/
#ifdef __solaris__
static const char *system_dir = "/usr/jdk";
static const char *user_dir = "/jdk";
#else /* !__solaris__, i.e. Linux, AIX,.. */
static const char *system_dir = "/usr/java";
static const char *user_dir = "/java";
#endif