jdk/src/java.base/macosx/native/libjava/java_props_macosx.h
changeset 45829 991121499947
parent 28658 344426303820
equal deleted inserted replaced
45761:9ef5029b247b 45829:991121499947
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    24  */
    24  */
    25 
    25 
    26 #include "java_props.h"
    26 #include "java_props.h"
    27 
    27 
    28 char *setupMacOSXLocale(int cat);
    28 char *setupMacOSXLocale(int cat);
       
    29 const char *convertToPOSIXLocale(const char* src);
    29 void setOSNameAndVersion(java_props_t *sprops);
    30 void setOSNameAndVersion(java_props_t *sprops);
    30 void setUserHome(java_props_t *sprops);
    31 void setUserHome(java_props_t *sprops);
    31 void setProxyProperties(java_props_t *sProps);
    32 void setProxyProperties(java_props_t *sProps);
    32 int isInAquaSession();
    33 int isInAquaSession();