From bcc883fed382acb90216a8158f6bf62329581194 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Wed, 30 Jul 1997 00:09:42 +0000 Subject: [PATCH] Remove HAVE_USAGE because it is no longer used. --- src/include/port/i386_solaris.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/include/port/i386_solaris.h b/src/include/port/i386_solaris.h index c4070f1381d..92d276985d0 100644 --- a/src/include/port/i386_solaris.h +++ b/src/include/port/i386_solaris.h @@ -40,8 +40,3 @@ #ifndef index #define index strchr #endif - -#ifndef HAVE_RUSAGE -#define HAVE_RUSAGE 1 -#endif - -- GitLab