tcsh: remove patches as they are now upstream

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
This commit is contained in:
Nuno Goncalves
2016-10-14 10:30:55 +02:00
parent 3c698f2285
commit 1da82b171c
4 changed files with 10 additions and 47 deletions
-14
View File
@@ -1,14 +0,0 @@
--- a/config_f.h
+++ b/config_f.h
@@ -135,11 +135,7 @@
* This can be much slower and no memory statistics will be
* provided.
*/
-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__)
# define SYSMALLOC
-#else
-# undef SYSMALLOC
-#endif
/*
* USE_ACCESS Use access(2) rather than stat(2) when POSIX is defined.