From f3ab913ff41c1873b2460abc2f3350e98c1ad181 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 12 Feb 2012 19:01:39 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1641 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/rle_config.h | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'urt/rle_config.h') diff --git a/urt/rle_config.h b/urt/rle_config.h index f3fa5bbc..7b44bfdd 100644 --- a/urt/rle_config.h +++ b/urt/rle_config.h @@ -1,9 +1,4 @@ -/* rle_config.h - * - * Automatically generated by make-config-h script. - * DO NOT EDIT THIS FILE. - * Edit include/makefile.src and the configuration file instead. - */ +#include "pm_config.h" #if defined(WIN32) && !defined(__CYGWIN__) #define NO_OPEN_PIPES #endif @@ -26,7 +21,6 @@ #define NO_MAKE_MAKEFILE NO_MAKE_MAKEFILE #define NO_TOOLS NO_TOOLS #define USE_TIME_H USE_TIME_H -#define USE_PROTOTYPES USE_PROTOTYPES #define USE_RANDOM USE_RANDOM #define USE_STDARG USE_STDARG #define USE_STDLIB_H USE_STDLIB_H @@ -58,37 +52,20 @@ typedef void *void_star; typedef char *void_star; #endif -#ifdef USE_STDLIB_H -#include -#else - /* Some programs include files from other packages that also declare * malloc. Avoid double declaration by #define NO_DECLARE_MALLOC * before including this file. */ #ifndef NO_DECLARE_MALLOC -#ifdef USE_PROTOTYPES # include /* For size_t. */ extern void_star malloc( size_t ); extern void_star calloc( size_t, size_t ); extern void_star realloc( void_star, size_t ); extern void free( void_star ); -#else - extern void_star malloc(); - extern void_star realloc(); - extern void_star calloc(); - extern void free(); - extern void cfree(); -#endif /* USE_PROTOTYPES */ #endif /* NO_DECLARE_MALLOC */ -#ifdef USE_PROTOTYPES extern char *getenv( CONST_DECL char *name ); -#else -extern char *getenv(); -#endif -#endif /* USE_STDLIB_H */ #ifdef NEED_BSTRING /* From bstring.c. */ -- cgit 1.4.1