From c0f043a1bad4f7f9dd545251978921c51f140ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 12 Jan 2008 05:50:05 +0000 Subject: [PATCH] drop git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22406 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/acconfig.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 lib/roken/acconfig.h diff --git a/lib/roken/acconfig.h b/lib/roken/acconfig.h deleted file mode 100644 index 5fbe685ce..000000000 --- a/lib/roken/acconfig.h +++ /dev/null @@ -1,36 +0,0 @@ -@BOTTOM@ - -#ifdef BROKEN_REALLOC -#define realloc(X, Y) isoc_realloc((X), (Y)) -#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y)) -#endif - -#ifdef VOID_RETSIGTYPE -#define SIGRETURN(x) return -#else -#define SIGRETURN(x) return (RETSIGTYPE)(x) -#endif - -#define RCSID(msg) \ -static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } - -#undef PROTOTYPES - -/* Maximum values on all known systems */ -#define MaxHostNameLen (64+4) -#define MaxPathLen (1024+4) - -/* - * Define NDBM if you are using the 4.3 ndbm library (which is part of - * libc). If not defined, 4.2 dbm will be assumed. - */ -#if defined(HAVE_DBM_FIRSTKEY) -#define NDBM -#endif - -/* - * Defining this enables lots of useful (and used) extensions on - * glibc-based systems such as Linux - */ - -#define _GNU_SOURCE