diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-07-30 00:09:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-07-30 00:09:42 +0000 |
commit | bcc883fed382acb90216a8158f6bf62329581194 (patch) | |
tree | 24ae38a13ec27f5543f721c46b496fda613170f6 | |
parent | c86e85df9247d30e1fd4f0dfb86b8d8256e00544 (diff) | |
download | postgresql-bcc883fed382acb90216a8158f6bf62329581194.tar.gz postgresql-bcc883fed382acb90216a8158f6bf62329581194.zip |
Remove HAVE_USAGE because it is no longer used.
-rw-r--r-- | src/include/port/i386_solaris.h | 5 |
1 files changed, 0 insertions, 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 - |