1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-08 13:49:29 +03:00
Commit Graph

24 Commits

Author SHA1 Message Date
545cd2139c Fix bug #5121 (unix passwd sync not working on a streams based
system).
Jeremy.
2007-12-17 10:44:09 -08:00
760f24f10c libreplace: we should only have one location where we check for required functions
metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25864 0c0555d6-39d7-0310-84fc-f1cc0bd64818
2007-11-06 09:38:59 +01:00
4904af51cd Add configure test for -Wl,--export-dynamic.
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25846 0c0555d6-39d7-0310-84fc-f1cc0bd64818
2007-11-06 09:38:57 +01:00
de01c503f4 [libreplace] move and fix getaddrinfo configure checks
- move getaddrinfo check into getaddrinfo.m4
- add getaddrinfo.o to LIBREPLACEOBJ so that we really build the replacements

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25726 0c0555d6-39d7-0310-84fc-f1cc0bd64818
2007-10-25 15:55:19 +02:00
1eefa0264b [libreplace] fix the standalone build of libreplace
all configure results which are used in replace.h
or any system/*.h should be in the in the libreplace
*.m4 files!

metze
2007-10-18 10:54:37 +02:00
3824a10fbc r25587: Fix getaddrinfo detection code. From Timur.
Jeremy.
2007-10-10 12:31:16 -05:00
3cd783e3a5 r25560: Merge from Jelmer. "Define HAVE_* for other gai functions to prevent problems with libroken."
Jeremy.
2007-10-10 12:31:13 -05:00
8c1669997c r25557: merge libreplace fixes from samba4 2007-10-10 12:31:13 -05:00
1f71990544 r25455: Ensure we have inet_ntop and inet_pton available in lib/replace.
Jeremy.
2007-10-10 12:31:06 -05:00
828d2ca061 r25232: sync lib/replace with SAMBA_4_0
metze
2007-10-10 12:30:52 -05:00
20965d800f r23309: sync lib/replace with SAMBA_4_0
metze
2007-10-10 12:23:05 -05:00
5e9b84326b r23307: move readahead stuff out of libreplace and make it samba3 specific
as we can't replace this function in libreplace and we do
the some stuff for other function in the same way.

metze
2007-10-10 12:23:05 -05:00
7d05fa8b32 r22772: - Still working on the fact that readahead() is not declared (on at least one
OS) but is available for linking.  Instead of running configure tests with
  -Werror-implicit-function-declaration in developer mode (which may lead to
  different library functions being used in developer mode than when not in
  developer mode), add tests for whether readahead is declared.  If not,
  provide a replacement declaration in lib/replace.
2007-10-10 12:21:56 -05:00
66b0a6cc51 r22264: merge from samba4:
use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0
and #ifndef doesn't work.

metze
2007-10-10 12:19:23 -05:00
42ccfaf5e5 r22252: merge from samba4:
add prototype of setenv

metze
2007-10-10 12:19:22 -05:00
057c1c04d0 r22221: merge from samba4:
- libreplace unsetenv() and strptime() replacements

metze
2007-10-10 12:19:21 -05:00
7f61b3f009 r22151: remove netgr functions from libreplace they're not used
in samba4 currently and samba3 has explicit configure checks for them.

should fix bug #4496

metze
2007-10-10 12:19:17 -05:00
78d6c88f10 r21388: Merge support for providing replacement system headers. 2007-10-10 12:18:01 -05:00
352ee73030 r20817: sync lib/replace with samba4
metze
2007-10-10 12:17:09 -05:00
3061c333ec r20789: merge from samba4:
- remove the epoll configure checks from libreplace

metze
2007-10-10 12:17:09 -05:00
7cbdc06ad9 r19235: merge from samba4:
fix configure test for net/if.h on some platforms

AC_LANG_SOURCE() adds the content of confdefs.h in front
of the compiled file

metze
2007-10-10 12:15:23 -05:00
9b5c5bc3f3 r19232: merge from samba4:
- machine/sys/getppdp.h workaround for HPUX 11.23
- more verbose check for net/if.h

metze
2007-10-10 12:15:23 -05:00
6d5f507136 r18864: merge lib/replace changes from samba4 2007-10-10 12:01:06 -05:00
596cbe73dd r18644: bring in libreplace in lib/replace
metze
2007-10-10 11:52:03 -05:00