VirtualBox

Ignore:
Timestamp:
Sep 17, 2007 5:32:27 AM (17 years ago)
Author:
vboxsync
Message:

Solaris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_solaris.h

    r1 r4837  
    7070#define NEED_STRFTIME_LOCK
    7171
     72#if defined(_LARGEFILE64_SOURCE)                                    /* vbox */
     73#define _PR_HAVE_OFF64_T                                            /* vbox */
     74#elif defined(_LP64) || _FILE_OFFSET_BITS == 32                     /* vbox */
     75#define _PR_HAVE_LARGE_OFF_T                                        /* vbox */
     76#else                                                               /* vbox */
     77#define _PR_NO_LARGE_FILES                                          /* vbox */
     78#endif                                                              /* vbox */
     79
     80
    7281/*
    7382 * Intel x86 has atomic instructions.
     
    116125#define _PR_INET6_PROBE
    117126#define _PR_ACCEPT_INHERIT_NONBLOCK
     127#if !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__)  /* vbox */
     128#define _PR_INET6                                                   /* vbox */
     129#endif                                                              /* vbox */
    118130#ifdef _PR_INET6
    119131#define _PR_HAVE_INET_NTOP
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette