< prev index next >

src/java.base/share/native/libjava/java_props.h

Print this page




  51     char *file_separator;
  52     char *path_separator;
  53     char *line_separator;
  54 
  55     nchar *user_name;
  56     nchar *user_home;
  57 
  58     char *format_language;
  59     char *display_language;
  60     char *format_script;
  61     char *display_script;
  62     char *format_country;
  63     char *display_country;
  64     char *format_variant;
  65     char *display_variant;
  66     char *encoding;
  67     char *sun_jnu_encoding;
  68     char *sun_stdout_encoding;
  69     char *sun_stderr_encoding;
  70 
  71     char *graphics_env;
  72     char *awt_toolkit;
  73 
  74     char *unicode_encoding;     /* The default endianness of unicode
  75                                     i.e. UnicodeBig or UnicodeLittle   */
  76 
  77     const char *cpu_isalist;    /* list of supported instruction sets */
  78 
  79     char *cpu_endian;           /* endianness of platform */
  80 
  81     char *data_model;           /* 32 or 64 bit data model */
  82 
  83     char *patch_level;          /* patches/service packs installed */
  84 
  85 #ifdef MACOSX
  86     // These are for proxy-related information.
  87     // Note that if these platform-specific extensions get out of hand we should make a new
  88     // structure for them and #include it here.
  89     int httpProxyEnabled;
  90     char *httpHost;
  91     char *httpPort;




  51     char *file_separator;
  52     char *path_separator;
  53     char *line_separator;
  54 
  55     nchar *user_name;
  56     nchar *user_home;
  57 
  58     char *format_language;
  59     char *display_language;
  60     char *format_script;
  61     char *display_script;
  62     char *format_country;
  63     char *display_country;
  64     char *format_variant;
  65     char *display_variant;
  66     char *encoding;
  67     char *sun_jnu_encoding;
  68     char *sun_stdout_encoding;
  69     char *sun_stderr_encoding;
  70 

  71     char *awt_toolkit;
  72 
  73     char *unicode_encoding;     /* The default endianness of unicode
  74                                     i.e. UnicodeBig or UnicodeLittle   */
  75 
  76     const char *cpu_isalist;    /* list of supported instruction sets */
  77 
  78     char *cpu_endian;           /* endianness of platform */
  79 
  80     char *data_model;           /* 32 or 64 bit data model */
  81 
  82     char *patch_level;          /* patches/service packs installed */
  83 
  84 #ifdef MACOSX
  85     // These are for proxy-related information.
  86     // Note that if these platform-specific extensions get out of hand we should make a new
  87     // structure for them and #include it here.
  88     int httpProxyEnabled;
  89     char *httpHost;
  90     char *httpPort;


< prev index next >