VirtualBox

Changeset 3105 in kBuild for trunk/src/lib/kDep.c


Ignore:
Timestamp:
Oct 20, 2017 4:40:25 PM (8 years ago)
Author:
bird
Message:

hurd workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/kDep.c

    r3063 r3105  
    6464
    6565
     66/*********************************************************************************************************************************
     67*   Defined Constants And Macros                                                                                                 *
     68*********************************************************************************************************************************/
     69/* For the GNU/hurd weirdo. */
     70#if !defined(PATH_MAX) && !defined(_MAX_PATH)
     71# define PATH_MAX 2048
     72#endif
     73
     74
    6675/*******************************************************************************
    6776*   Global Variables                                                           *
Note: See TracChangeset for help on using the changeset viewer.

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