- Timestamp:
- May 29, 2009, 9:57:41 AM (16 years ago)
- Location:
- branches/samba-3.3.x
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/examples/libsmbclient/Makefile.internal
r206 r239 19 19 FLAGS = -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt -O -D_SAMBA_BUILD_=3 $(GTK_CFLAGS) $(SAMBA_INCLUDES) 20 20 21 PICFLAG= -fPIE22 LDFLAGS= $(SAMBA_LIBPATH) -pie -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem-D__ST_MT_ERRNO__ -s21 PICFLAG= 22 LDFLAGS= $(SAMBA_LIBPATH) -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s 23 23 24 24 EXTERNAL_LIBS = -
branches/samba-3.3.x/source/Makefile
r206 r239 20 20 smbtorture4_path= 21 21 22 LIBS= 22 LIBS=-lsocket -lsyslog -lurpo 23 23 CC=gcc 24 24 SHLD=shared-libraries-disabled … … 37 37 # (GCC) warnings. This is done automtically for --enable-developer, 38 38 # --enable-picky-developer and --enable-krb5developer. 39 DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -W declaration-after-statement -Werror-implicit-function-declaration39 DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Werror-implicit-function-declaration 40 40 CFLAGS= -O -D_SAMBA_BUILD_=3 41 41 CPPFLAGS=-DHAVE_CONFIG_H -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt … … 43 43 EXEEXT=.exe 44 44 AR=ar.exe 45 LDSHFLAGS=shared-libraries-disabled -Zexe -Zomf -Zmap -Zargs-wild -Z high-mem-D__ST_MT_ERRNO__ -s46 LDFLAGS= -pie -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem-D__ST_MT_ERRNO__ -s47 48 WINBIND_NSS_LDSHFLAGS=shared-libraries-disabled -Zexe -Zomf -Zmap -Zargs-wild -Z high-mem-D__ST_MT_ERRNO__ -s45 LDSHFLAGS=shared-libraries-disabled -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s 46 LDFLAGS= -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s 47 48 WINBIND_NSS_LDSHFLAGS=shared-libraries-disabled -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s 49 49 AWK=gawk 50 PICFLAG= -fPIE50 PICFLAG= 51 51 DYNEXP= 52 PERL=u:/ perl5/bin/perl.exe52 PERL=u:/Perl/bin/perl.exe 53 53 54 54 PIDL_ARGS= … … 82 82 83 83 84 srcdir=U:/D EV/samba-3.3.0/source85 builddir=U:/D EV/samba-3.3.0/source84 srcdir=U:/Develop/Samba/samba-3.3.x/source 85 builddir=U:/Develop/Samba/samba-3.3.x/source 86 86 SHELL=/bin/sh 87 87 DESTDIR=/ … … 1447 1447 bin/replacetort.exe: $(REPLACETORT_OBJ) 1448 1448 @echo Linking $@ 1449 @$(CC) $(FLAGS) -pie-o $@ $(REPLACETORT_OBJ) $(LDFLAGS) \1449 @$(CC) $(FLAGS) -o $@ $(REPLACETORT_OBJ) $(LDFLAGS) \ 1450 1450 $(DYNEXP) $(LIBS) $(POPT_LIBS) $(LIBTALLOC_LIBS) 1451 1451 1452 1452 bin/smbconftort.exe: $(SMBCONFTORT_OBJ) 1453 1453 @echo Linking $@ 1454 @$(CC) $(FLAGS) -pie-o $@ $(SMBCONFTORT_OBJ) $(LDFLAGS) \1454 @$(CC) $(FLAGS) -o $@ $(SMBCONFTORT_OBJ) $(LDFLAGS) \ 1455 1455 $(DYNEXP) $(LIBS) $(LDAP_LIBS) $(POPT_LIBS) \ 1456 1456 $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) -
branches/samba-3.3.x/source/config.status
r206 r239 364 364 gives unlimited permission to copy, distribute and modify it." 365 365 366 ac_pwd='U:/D EV/samba-3.3.0/source'366 ac_pwd='U:/Develop/Samba/samba-3.3.x/source' 367 367 srcdir='.' 368 368 INSTALL='u:/bin/install.exe' … … 553 553 S["LTLIBOBJS"]="" 554 554 S["SMBD_LIBS"]="" 555 S["DEVELOPER_CFLAGS"]="-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Wdeclaration-after-statement -Werror-implicit-function-"\ 556 "declaration" 555 S["DEVELOPER_CFLAGS"]="-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Werror-implicit-function-declaration" 557 556 S["GPEXT_MODULES"]="" 558 557 S["GPEXT_STATIC"]="" … … 658 657 S["BROKEN_CC"]="#" 659 658 S["AR"]="ar.exe" 660 S["PERL"]="u:/ perl5/bin/perl.exe"659 S["PERL"]="u:/Perl/bin/perl.exe" 661 660 S["AWK"]="gawk" 662 661 S["SWAT_INSTALL_TARGETS"]="installswat" … … 707 706 S["SHLIBEXT"]="shared_libraries_disabled" 708 707 S["RELRO_LDFLAGS"]="" 709 S["PIE_LDFLAGS"]=" -pie"710 S["PIE_CFLAGS"]=" -fPIE"711 S["PICFLAG"]=" -fPIE"708 S["PIE_LDFLAGS"]="" 709 S["PIE_CFLAGS"]="" 710 S["PICFLAG"]="" 712 711 S["HOST_OS"]="os2-emx" 713 712 S["DSO_EXPORTS"]="" … … 732 731 S["INSTALL_SCRIPT"]="${INSTALL}" 733 732 S["INSTALL_PROGRAM"]="${INSTALL}" 734 S["EGREP"]=" u:/moztools/grep.exe -E"735 S["GREP"]=" u:/moztools/grep.exe"733 S["EGREP"]="U:/EMX/bin/grep.exe -E" 734 S["GREP"]="U:/EMX/bin/grep.exe" 736 735 S["CPP"]="gcc -E" 737 736 S["OBJEXT"]="o" … … 739 738 S["ac_ct_CC"]="gcc" 740 739 S["CPPFLAGS"]=" -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt" 741 S["LDFLAGS"]="-Zexe -Zomf -Zmap -Zargs-wild -Z high-mem-D__ST_MT_ERRNO__ -s"740 S["LDFLAGS"]="-Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s" 742 741 S["CFLAGS"]=" -O -D_SAMBA_BUILD_=3" 743 742 S["CC"]="gcc" … … 771 770 S["LIBREPLACEOBJ"]="replace.o snprintf.o getpass.o timegm.o getaddrinfo.o getifaddrs.o" 772 771 S["libreplacedir"]="./lib/replace" 773 S["builddir"]="U:/D EV/samba-3.3.0/source"772 S["builddir"]="U:/Develop/Samba/samba-3.3.x/source" 774 773 S["target_alias"]="" 775 774 S["host_alias"]="" … … 1099 1098 D["HAVE_SETRESUID"]=" 1" 1100 1099 D["HAVE_SETRESGID"]=" 1" 1101 D["HAVE_READLINE_H"]=" 1"1102 D["HAVE_HISTORY_H"]=" 1"1103 1100 D["HAVE_READLINE_READLINE_H"]=" 1" 1104 1101 D["HAVE_READLINE_HISTORY_H"]=" 1" 1105 D["HAVE_READLINE_ H"]=" 1"1102 D["HAVE_READLINE_READLINE_H"]=" 1" 1106 1103 D["HAVE_LIBREADLINE"]=" 1" 1107 1104 D["HAVE_NEW_LIBREADLINE"]=" 1" … … 1255 1252 D["BROKEN_NISPLUS_INCLUDE_FILES"]=" 1" 1256 1253 D["REALPATH_TAKES_NULL"]=" 1" 1257 D["HAVE_LDAP_H"]=" 1"1258 D["HAVE_LBER_H"]=" 1"1259 D["HAVE_BER_SCANF"]=" 1"1260 D["HAVE_LIBLBER"]=" 1"1261 D["HAVE_BER_SOCKBUF_ADD_IO"]=" 1"1262 D["HAVE_LDAP_SASL_WRAPPING"]=" 1"1263 D["HAVE_LBER_LOG_PRINT_FN"]=" 1"1264 D["LDAP_SET_REBIND_PROC_ARGS"]=" 3"1265 1254 D["HAVE_CRYPT"]=" 1" 1266 1255 D["WITH_UTMP"]=" 1" -
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 */ -
branches/samba-3.3.x/source/lib/charcnv.c
r223 r239 56 56 { 57 57 const char *ret = NULL; 58 58 #ifndef __OS2__ 59 59 if (ch == CH_UTF16LE) ret = "UTF-16LE"; 60 60 else if (ch == CH_UTF16BE) ret = "UTF-16BE"; 61 #else 62 if (ch == CH_UTF16LE) ret = "IBM-1200"; 63 else if (ch == CH_UTF16BE) ret = "IBM-1200"; 64 #endif 61 65 else if (ch == CH_UNIX) ret = lp_unix_charset(); 62 66 else if (ch == CH_DOS) ret = lp_dos_charset(); … … 89 93 90 94 if (!ret || !*ret) ret = "ASCII"; 95 DEBUG(10, ("codepage: %s\n",ret)); 91 96 return ret; 92 97 } … … 391 396 return 0; 392 397 398 // DEBUG(10, ("convert_string: 1")); 399 393 400 if (from != CH_UTF16LE && from != CH_UTF16BE && to != CH_UTF16LE && to != CH_UTF16BE) { 394 401 const unsigned char *p = (const unsigned char *)src; … … 398 405 unsigned char lastp = '\0'; 399 406 size_t retval = 0; 407 408 // DEBUG(10, ("convert_string: 2")); 400 409 401 410 /* If all characters are ascii, fast path here. */ … … 430 439 } 431 440 return retval; 441 // DEBUG(10, ("convert_string: 3")); 442 432 443 } else if (from == CH_UTF16LE && to != CH_UTF16LE) { 433 444 const unsigned char *p = (const unsigned char *)src; … … 470 481 } 471 482 return retval; 483 // DEBUG(10, ("convert_string: 4")); 484 472 485 } else if (from != CH_UTF16LE && from != CH_UTF16BE && to == CH_UTF16LE) { 473 486 const unsigned char *p = (const unsigned char *)src; … … 614 627 615 628 again: 629 DEBUG(10,("convert_string_internal: convert_string(%s,%s): srclen=%u destlen=%u\n", 630 charset_name(from), charset_name(to), 631 (unsigned int)srclen, (unsigned int)destlen)); 616 632 617 633 retval = smb_iconv(descriptor, -
branches/samba-3.3.x/source/lib/netapi/examples/Makefile
r206 r239 5 5 LDAP_LIBS= 6 6 LIBS= -lnetapi -ltdb -ltalloc 7 DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -W declaration-after-statement -Werror-implicit-function-declaration7 DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Werror-implicit-function-declaration 8 8 FLAGS=-I../ -L../../../bin -O -D_SAMBA_BUILD_=3 $(GTK_FLAGS) 9 9 CC=gcc 10 PICFLAG= -fPIE11 LDFLAGS= -pie -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem-D__ST_MT_ERRNO__ -s10 PICFLAG= 11 LDFLAGS= -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s 12 12 DYNEXP= 13 13 NETAPI_LIBS=$(LIBS) $(KRB5LIBS) $(LDAP_LIBS) -
branches/samba-3.3.x/source/lib/netapi/tests/Makefile
r206 r239 2 2 LDAP_LIBS= 3 3 LIBS= -lnetapi -ltdb -ltalloc 4 DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -W declaration-after-statement -Werror-implicit-function-declaration4 DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Werror-implicit-function-declaration 5 5 FLAGS=-I../ -L../../../bin -O -D_SAMBA_BUILD_=3 $(GTK_FLAGS) 6 6 CC=gcc 7 PICFLAG= -fPIE8 LDFLAGS= -pie -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem-D__ST_MT_ERRNO__ -s7 PICFLAG= 8 LDFLAGS= -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s 9 9 DYNEXP= 10 10 NETAPI_LIBS=$(LIBS) $(KRB5LIBS) $(LDAP_LIBS) -
branches/samba-3.3.x/source/param/loadparm.c
r224 r239 4651 4651 string_set(&Globals.unix_charset, DEFAULT_UNIX_CHARSET); 4652 4652 #else 4653 /* On OS/2, using UTF8 causes problems with display of foreign characters - default to SYSTEM codepage */ 4654 string_set(&Globals.unix_charset, "SYSTEM"); 4653 /* On OS/2, using UTF8 causes problems with display of foreign 4654 characters - default to IBM-850 codepage */ 4655 string_set(&Globals.unix_charset, "IBM-850"); 4655 4656 #endif 4656 4657 … … 4658 4659 /* If the system supports nl_langinfo(), try to grab the value 4659 4660 from the user's locale */ 4661 #ifndef __OS2__ 4662 /* this does somehow not work on OS/2 */ 4660 4663 string_set(&Globals.display_charset, "LOCALE"); 4664 #else 4665 /* On OS/2, using UTF8 causes problems with display of foreign 4666 characters - default to IBM-850 codepage */ 4667 string_set(&Globals.display_charset, "IBM-850"); 4668 #endif 4669 4661 4670 #else 4662 4671 string_set(&Globals.display_charset, DEFAULT_DISPLAY_CHARSET); … … 4667 4676 string_set(&Globals.dos_charset, DEFAULT_DOS_CHARSET); 4668 4677 #else 4669 /* On OS/2, using UTF8 causes problems with display of foreign characters - default to SYSTEM codepage */ 4670 string_set(&Globals.dos_charset, "SYSTEM"); 4678 /* On OS/2, using UTF8 causes problems with display of foreign 4679 characters - default to IBM-850 codepage */ 4680 string_set(&Globals.dos_charset, "IBM-850"); 4671 4681 #endif 4682 4672 4683 /* 4673 4684 * Allow the default PASSWD_CHAT to be overridden in local.h. -
branches/samba-3.3.x/source/script/findsmb
r206 r239 1 #!u:/ perl5/bin/perl.exe1 #!u:/Perl/bin/perl.exe 2 2 # 3 3 # Prints info on all smb responding machines on a subnet. -
branches/samba-3.3.x/source/smbd/build_options.c
r206 r239 278 278 output(screen, " HAVE_ATTR_XATTR_H\n"); 279 279 #endif 280 #ifdef HAVE_AVAHI_CLIENT_CLIENT_H 281 output(screen, " HAVE_AVAHI_CLIENT_CLIENT_H\n"); 282 #endif 283 #ifdef HAVE_AVAHI_COMMON_WATCH_H 284 output(screen, " HAVE_AVAHI_COMMON_WATCH_H\n"); 285 #endif 280 286 #ifdef HAVE_CFSTRINGENCODINGCONVERTER_H 281 287 output(screen, " HAVE_CFSTRINGENCODINGCONVERTER_H\n"); … … 289 295 #ifdef HAVE_COREFOUNDATION_CFSTRINGENCODINGCONVERTER_H 290 296 output(screen, " HAVE_COREFOUNDATION_CFSTRINGENCODINGCONVERTER_H\n"); 297 #endif 298 #ifdef HAVE_CTDB_H 299 output(screen, " HAVE_CTDB_H\n"); 300 #endif 301 #ifdef HAVE_CTDB_PRIVATE_H 302 output(screen, " HAVE_CTDB_PRIVATE_H\n"); 291 303 #endif 292 304 #ifdef HAVE_CTYPE_H … … 754 766 output(screen, " HAVE_ATTR_SETF\n"); 755 767 #endif 768 #ifdef HAVE_AVAHI_CLIENT_NEW 769 output(screen, " HAVE_AVAHI_CLIENT_NEW\n"); 770 #endif 756 771 #ifdef HAVE_BACKTRACE_SYMBOLS 757 772 output(screen, " HAVE_BACKTRACE_SYMBOLS\n"); … … 844 859 output(screen, " HAVE_CRYPT16\n"); 845 860 #endif 861 #ifdef HAVE_CTDB_CONTROL_TRANS2_COMMIT_RETRY_DECL 862 output(screen, " HAVE_CTDB_CONTROL_TRANS2_COMMIT_RETRY_DECL\n"); 863 #endif 846 864 #ifdef HAVE_CUPS 847 865 output(screen, " HAVE_CUPS\n"); … … 1507 1525 output(screen, " HAVE_LIBASN1\n"); 1508 1526 #endif 1527 #ifdef HAVE_LIBAVAHI_CLIENT 1528 output(screen, " HAVE_LIBAVAHI_CLIENT\n"); 1529 #endif 1509 1530 #ifdef HAVE_LIBCOM_ERR 1510 1531 output(screen, " HAVE_LIBCOM_ERR\n"); … … 2008 2029 output(screen, " HAVE_STAT64\n"); 2009 2030 #endif 2031 #ifdef HAVE_STATVFS_F_FLAG 2032 output(screen, " HAVE_STATVFS_F_FLAG\n"); 2033 #endif 2034 #ifdef HAVE_STATVFS_F_FLAGS 2035 output(screen, " HAVE_STATVFS_F_FLAGS\n"); 2036 #endif 2010 2037 #ifdef HAVE_STAT_HIRES_TIMESTAMPS 2011 2038 output(screen, " HAVE_STAT_HIRES_TIMESTAMPS\n"); … … 2017 2044 output(screen, " HAVE_STAT_ST_ATIMENSEC\n"); 2018 2045 #endif 2046 #ifdef HAVE_STAT_ST_ATIMESPEC 2047 output(screen, " HAVE_STAT_ST_ATIMESPEC\n"); 2048 #endif 2049 #ifdef HAVE_STAT_ST_ATIME_N 2050 output(screen, " HAVE_STAT_ST_ATIME_N\n"); 2051 #endif 2019 2052 #ifdef HAVE_STAT_ST_BIRTHTIME 2020 2053 output(screen, " HAVE_STAT_ST_BIRTHTIME\n"); … … 2038 2071 output(screen, " HAVE_STAT_ST_CTIMENSEC\n"); 2039 2072 #endif 2073 #ifdef HAVE_STAT_ST_CTIMESPEC 2074 output(screen, " HAVE_STAT_ST_CTIMESPEC\n"); 2075 #endif 2076 #ifdef HAVE_STAT_ST_CTIME_N 2077 output(screen, " HAVE_STAT_ST_CTIME_N\n"); 2078 #endif 2040 2079 #ifdef HAVE_STAT_ST_FLAGS 2041 2080 output(screen, " HAVE_STAT_ST_FLAGS\n"); … … 2047 2086 output(screen, " HAVE_STAT_ST_MTIMENSEC\n"); 2048 2087 #endif 2088 #ifdef HAVE_STAT_ST_MTIMESPEC 2089 output(screen, " HAVE_STAT_ST_MTIMESPEC\n"); 2090 #endif 2091 #ifdef HAVE_STAT_ST_MTIME_N 2092 output(screen, " HAVE_STAT_ST_MTIME_N\n"); 2093 #endif 2094 #ifdef HAVE_STAT_ST_UATIME 2095 output(screen, " HAVE_STAT_ST_UATIME\n"); 2096 #endif 2097 #ifdef HAVE_STAT_ST_UCTIME 2098 output(screen, " HAVE_STAT_ST_UCTIME\n"); 2099 #endif 2100 #ifdef HAVE_STAT_ST_UMTIME 2101 output(screen, " HAVE_STAT_ST_UMTIME\n"); 2102 #endif 2049 2103 #ifdef HAVE_STRCASECMP 2050 2104 output(screen, " HAVE_STRCASECMP\n"); … … 2106 2160 #ifdef HAVE_STRUCT_ADDRINFO 2107 2161 output(screen, " HAVE_STRUCT_ADDRINFO\n"); 2162 #endif 2163 #ifdef HAVE_STRUCT_CTDB_CONTROL_TCP 2164 output(screen, " HAVE_STRUCT_CTDB_CONTROL_TCP\n"); 2165 #endif 2166 #ifdef HAVE_STRUCT_CTDB_CONTROL_TCP_ADDR 2167 output(screen, " HAVE_STRUCT_CTDB_CONTROL_TCP_ADDR\n"); 2108 2168 #endif 2109 2169 #ifdef HAVE_STRUCT_DIR64 … … 2495 2555 output(screen, " WITH_AUTOMOUNT\n"); 2496 2556 #endif 2557 #ifdef WITH_AVAHI_SUPPORT 2558 output(screen, " WITH_AVAHI_SUPPORT\n"); 2559 #endif 2497 2560 #ifdef WITH_CIFSMOUNT 2498 2561 output(screen, " WITH_CIFSMOUNT\n"); … … 2877 2940 output(screen, " WITH_AUTOMOUNT\n"); 2878 2941 #endif 2942 #ifdef WITH_AVAHI_SUPPORT 2943 output(screen, " WITH_AVAHI_SUPPORT\n"); 2944 #endif 2879 2945 #ifdef WITH_CIFSMOUNT 2880 2946 output(screen, " WITH_CIFSMOUNT\n"); … … 2985 3051 output(screen, " const\n"); 2986 3052 #endif 3053 #ifdef ctdb_control_tcp 3054 output(screen, " ctdb_control_tcp\n"); 3055 #endif 2987 3056 #ifdef gid_t 2988 3057 output(screen, " gid_t\n"); … … 3231 3300 output(screen, " vfs_default_quota_init\n"); 3232 3301 #endif 3302 #ifdef vfs_dirsort_init 3303 output(screen, " vfs_dirsort_init\n"); 3304 #endif 3233 3305 #ifdef vfs_expand_msdfs_init 3234 3306 output(screen, " vfs_expand_msdfs_init\n"); … … 3266 3338 #ifdef vfs_prealloc_init 3267 3339 output(screen, " vfs_prealloc_init\n"); 3340 #endif 3341 #ifdef vfs_preopen_init 3342 output(screen, " vfs_preopen_init\n"); 3268 3343 #endif 3269 3344 #ifdef vfs_readahead_init
Note:
See TracChangeset
for help on using the changeset viewer.