diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-06-30 02:11:13 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-06-30 02:11:13 +0000 |
commit | 0a4959d48d62cd97d912182f99e0ea969d48253f (patch) | |
tree | 4d94514e2403709280096934f5ae58aeeab15e1b /source3/include | |
parent | b8723aaa65a2bd760d6d2d9c9409f7c39867484c (diff) | |
download | samba-0a4959d48d62cd97d912182f99e0ea969d48253f.tar.gz samba-0a4959d48d62cd97d912182f99e0ea969d48253f.tar.bz2 samba-0a4959d48d62cd97d912182f99e0ea969d48253f.zip |
- added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)
- changed --enable-developer debug to use -gstabs as it makes the
samba binaries about 10x smaller and is still quite functional for
samba debugging
(This used to be commit 53bfcd478a193d4def8da872e92d7ed8f46aa4b9)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 3dbe6d1093..edaeda3abe 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -441,6 +441,14 @@ #include <attr/xattr.h> #endif +#if HAVE_LOCALE_H +#include <locale.h> +#endif + +#if HAVE_LANGINFO_H +#include <langinfo.h> +#endif + /* Special macros that are no-ops except when run under Valgrind on * x86. They've moved a little bit from valgrind 1.0.4 to 1.9.4 */ #if HAVE_VALGRIND_MEMCHECK_H |