VirtualBox

Changeset 3110 in kBuild for trunk/src/kObjCache


Ignore:
Timestamp:
Oct 20, 2017 7:14:56 PM (7 years ago)
Author:
bird
Message:

More GNU hurd adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kObjCache/kObjCache.c

    r3065 r3110  
    4343#include <ctype.h>
    4444#ifndef PATH_MAX
    45 # define PATH_MAX _MAX_PATH /* windows */
     45# ifdef _MAX_PATH
     46#  define PATH_MAX _MAX_PATH /* windows */
     47# else
     48#  define PATH_MAX 4096 /* gnu hurd */
     49# endif
    4650#endif
    4751#if defined(__OS2__) || defined(__WIN__)
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