diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-13 11:17:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:23:01 -0500 |
commit | 2ea372afd98b133144ad897250bd89d2c2855b16 (patch) | |
tree | f313ccd6a2cedc514cd087f555f9b9b062527f9d /source4/heimdal_build | |
parent | c8461d737a7ec7ec22b7dbd8344a76e44378becf (diff) | |
download | samba-2ea372afd98b133144ad897250bd89d2c2855b16.tar.gz samba-2ea372afd98b133144ad897250bd89d2c2855b16.tar.bz2 samba-2ea372afd98b133144ad897250bd89d2c2855b16.zip |
r8420: slowly getting my way through some more heimdal portability fixes
(This used to be commit 59c3de6ca8b8e153e5cfd67da5f2afc2e23d36db)
Diffstat (limited to 'source4/heimdal_build')
-rwxr-xr-x | source4/heimdal_build/build_external.sh | 1 | ||||
-rw-r--r-- | source4/heimdal_build/config.h | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/source4/heimdal_build/build_external.sh b/source4/heimdal_build/build_external.sh index 5b512899cc..c3a29595db 100755 --- a/source4/heimdal_build/build_external.sh +++ b/source4/heimdal_build/build_external.sh @@ -85,6 +85,7 @@ build_cp() { } build_cp heimdal/lib/roken/vis.hin +build_cp heimdal/lib/roken/err.hin build_lex heimdal/lib/asn1/lex.l build_lex heimdal/lib/com_err/lex.l build_bison heimdal/lib/com_err/parse.y diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 97c972799b..541729f7ad 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -17,10 +17,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #define SIGRETURN(x) return (RETSIGTYPE)(x) #endif -#ifndef MAXPATHLEN -#define MAXPATHLEN (1024+4) -#endif - /* path to sysconf - should we force this to samba LIBDIR ? */ #define SYSCONFDIR "/etc" |