Changeset 239 for branches/samba-3.3.x/source/include
- Timestamp:
- May 29, 2009, 9:57:41 AM (16 years ago)
- 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 4 4 #define _BUILD_ENV_H 5 5 6 #define BUILD_ENV_UNAME "OS/2 smedley.id.au 1 2.45 i386 i386 GenuineIntelOS/2"7 #define BUILD_ENV_DATE " Fri Feb 13 13:26:42 CWT 2009"8 #define BUILD_ENV_SRCDIR "U:/D EV/samba-3.3.0/source"9 #define BUILD_ENV_BUILDDIR "U:/D EV/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" 12 12 #define BUILD_ENV_COMPILER "gcc" 13 13 #endif /* _BUILD_ENV_H */ -
branches/samba-3.3.x/source/include/config.h
r206 r239 207 207 208 208 /* Define to 1 if you have the `ber_scanf' function. */ 209 #define HAVE_BER_SCANF 1 209 /* #undef HAVE_BER_SCANF */ 210 210 211 211 /* 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 */ 213 213 214 214 /* What header to include for iconv() function: biconv.h */ … … 736 736 737 737 /* Define to 1 if you have the <history.h> header file. */ 738 #define HAVE_HISTORY_H 1 738 /* #undef HAVE_HISTORY_H */ 739 739 740 740 /* Do we have history_list? */ … … 1038 1038 1039 1039 /* Define to 1 if you have the <lber.h> header file. */ 1040 #define HAVE_LBER_H 1 1040 /* #undef HAVE_LBER_H */ 1041 1041 1042 1042 /* Support for LDAP/LBER logging interception */ 1043 #define HAVE_LBER_LOG_PRINT_FN 1 1043 /* #undef HAVE_LBER_LOG_PRINT_FN */ 1044 1044 1045 1045 /* Define to 1 if you have the `lchown' function. */ … … 1053 1053 1054 1054 /* Define to 1 if you have the <ldap.h> header file. */ 1055 #define HAVE_LDAP_H 1 1055 /* #undef HAVE_LDAP_H */ 1056 1056 1057 1057 /* Define to 1 if you have the `ldap_init' function. */ … … 1062 1062 1063 1063 /* Support for SASL wrapping */ 1064 /* # define HAVE_LDAP_SASL_WRAPPING 1*/1064 /* #undef HAVE_LDAP_SASL_WRAPPING */ 1065 1065 1066 1066 /* Define to 1 if you have the `ldap_set_rebind_proc' function. */ … … 1116 1116 1117 1117 /* Define to 1 if you have the `lber' library (-llber). */ 1118 #define HAVE_LIBLBER 1 1118 /* #undef HAVE_LIBLBER */ 1119 1119 1120 1120 /* Define to 1 if you have the `ldap' library (-lldap). */ … … 1479 1479 1480 1480 /* Define to 1 if you have the <readline.h> header file. */ 1481 #define HAVE_READLINE_H 1 1481 /* #undef HAVE_READLINE_H */ 1482 1482 1483 1483 /* Define to 1 if you have the <readline/history.h> header file. */ … … 2484 2484 2485 2485 /* Number of arguments to ldap_set_rebind_proc */ 2486 #define LDAP_SET_REBIND_PROC_ARGS 3 2486 /* #undef LDAP_SET_REBIND_PROC_ARGS */ 2487 2487 2488 2488 /* LIBREPLACE_NETWORK_CHECKS were used */
Note:
See TracChangeset
for help on using the changeset viewer.