Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/include/includes.h

    r414 r740  
    3333#include "system/time.h"
    3434#include "system/wait.h"
     35#include "system/locale.h"
    3536
    3637/* only do the C++ reserved word check when we compile
     
    3839   still have comflicts with their header files (e.g. IRIX 6.4) */
    3940
    40 #if !defined(__cplusplus) && defined(DEVELOPER)
     41#if !defined(__cplusplus) && defined(DEVELOPER) && defined(__linux__)
    4142#define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
    4243#define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
     
    6970#include "../lib/util/smb_threads_internal.h"
    7071
    71 #if defined(UID_WRAPPER)
    72 #if !defined(UID_WRAPPER_REPLACE) && !defined(UID_WRAPPER_NOT_REPLACE)
    73 #define UID_WRAPPER_REPLACE
    74 #include "../uid_wrapper/uid_wrapper.h"
    75 #endif
    76 #else
    77 #define uwrap_enabled() 0
    78 #endif
    79 
    8072#endif /* _INCLUDES_H */
Note: See TracChangeset for help on using the changeset viewer.