Ignore:
Timestamp:
May 29, 2009, 9:57:41 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Fix for Ticket #85 (by diver) in 3.3 branch

Location:
branches/samba-3.3.x/source/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/include/build_env.h

    r206 r239  
    44#define _BUILD_ENV_H
    55
    6 #define BUILD_ENV_UNAME "OS/2 smedley.id.au 1 2.45 i386 i386 GenuineIntel OS/2"
    7 #define BUILD_ENV_DATE "Fri Feb 13 13:26:42 CWT 2009"
    8 #define BUILD_ENV_SRCDIR "U:/DEV/samba-3.3.0/source"
    9 #define BUILD_ENV_BUILDDIR "U:/DEV/samba-3.3.0/source"
    10 #define BUILD_ENV_USER "smedley.id.au"
    11 #define BUILD_ENV_HOST "smedley.id.au"
     6#define BUILD_ENV_UNAME "OS/2 CHB 1 2.45 i386 i386 AuthenticAMD OS/2"
     7#define BUILD_ENV_DATE "Thu May 28 18:30:09 CDT 2009"
     8#define BUILD_ENV_SRCDIR "U:/Develop/Samba/samba-3.3.x/source"
     9#define BUILD_ENV_BUILDDIR "U:/Develop/Samba/samba-3.3.x/source"
     10#define BUILD_ENV_USER "CHB"
     11#define BUILD_ENV_HOST "CHB"
    1212#define BUILD_ENV_COMPILER "gcc"
    1313#endif /* _BUILD_ENV_H */
  • branches/samba-3.3.x/source/include/config.h

    r206 r239  
    207207
    208208/* Define to 1 if you have the `ber_scanf' function. */
    209 #define HAVE_BER_SCANF 1
     209/* #undef HAVE_BER_SCANF */
    210210
    211211/* Define to 1 if you have the `ber_sockbuf_add_io' function. */
    212 #define HAVE_BER_SOCKBUF_ADD_IO 1
     212/* #undef HAVE_BER_SOCKBUF_ADD_IO */
    213213
    214214/* What header to include for iconv() function: biconv.h */
     
    736736
    737737/* Define to 1 if you have the <history.h> header file. */
    738 #define HAVE_HISTORY_H 1
     738/* #undef HAVE_HISTORY_H */
    739739
    740740/* Do we have history_list? */
     
    10381038
    10391039/* Define to 1 if you have the <lber.h> header file. */
    1040 #define HAVE_LBER_H 1
     1040/* #undef HAVE_LBER_H */
    10411041
    10421042/* Support for LDAP/LBER logging interception */
    1043 #define HAVE_LBER_LOG_PRINT_FN 1
     1043/* #undef HAVE_LBER_LOG_PRINT_FN */
    10441044
    10451045/* Define to 1 if you have the `lchown' function. */
     
    10531053
    10541054/* Define to 1 if you have the <ldap.h> header file. */
    1055 #define HAVE_LDAP_H 1
     1055/* #undef HAVE_LDAP_H */
    10561056
    10571057/* Define to 1 if you have the `ldap_init' function. */
     
    10621062
    10631063/* Support for SASL wrapping */
    1064 /* #define HAVE_LDAP_SASL_WRAPPING 1 */
     1064/* #undef HAVE_LDAP_SASL_WRAPPING */
    10651065
    10661066/* Define to 1 if you have the `ldap_set_rebind_proc' function. */
     
    11161116
    11171117/* Define to 1 if you have the `lber' library (-llber). */
    1118 #define HAVE_LIBLBER 1
     1118/* #undef HAVE_LIBLBER */
    11191119
    11201120/* Define to 1 if you have the `ldap' library (-lldap). */
     
    14791479
    14801480/* Define to 1 if you have the <readline.h> header file. */
    1481 #define HAVE_READLINE_H 1
     1481/* #undef HAVE_READLINE_H */
    14821482
    14831483/* Define to 1 if you have the <readline/history.h> header file. */
     
    24842484
    24852485/* Number of arguments to ldap_set_rebind_proc */
    2486 #define LDAP_SET_REBIND_PROC_ARGS 3
     2486/* #undef LDAP_SET_REBIND_PROC_ARGS */
    24872487
    24882488/* LIBREPLACE_NETWORK_CHECKS were used */
Note: See TracChangeset for help on using the changeset viewer.