From ecbf28630ef0fbd91838001e03f8c6d29a8d4232 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 30 Sep 2005 23:10:20 +0000 Subject: r10664: Include limits.h in replace.h for HOST_NAME_MAX (This used to be commit dc3dc796746de672dbf3ad0e4715e8b30ae4afb7) --- source4/include/system/filesys.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'source4/include/system/filesys.h') diff --git a/source4/include/system/filesys.h b/source4/include/system/filesys.h index 589bf9b0d9..e81eec13e9 100644 --- a/source4/include/system/filesys.h +++ b/source4/include/system/filesys.h @@ -103,25 +103,11 @@ #include #endif -/* Load header file for dynamic linking stuff */ -#ifdef HAVE_DLFCN_H -#include -#endif #ifdef HAVE_SYS_RESOURCE_H #include #endif -#ifdef HAVE_LIMITS_H -#include -#endif - - -#ifndef RTLD_LAZY -#define RTLD_LAZY 0 -#endif - - /* Some POSIX definitions for those without */ #ifndef S_IFDIR @@ -171,14 +157,6 @@ #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif -#ifndef HAVE_RENAME -int rename(const char *zfrom, const char *zto); -#endif - -#ifndef HAVE_FTRUNCATE -int ftruncate(int f,long l); -#endif - #ifndef MAXPATHLEN #define MAXPATHLEN 256 #endif -- cgit