From: Tom Yu Date: Tue, 20 Jun 1995 19:03:52 +0000 (+0000) Subject: * poplib.c: HAS_STDLIB_H -> HAVE_STDLIB_H X-Git-Tag: krb5-1.0-beta6~1715 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a925c186e03f9c235d268b916b2d42f936394dbf;p=krb5.git * poplib.c: HAS_STDLIB_H -> HAVE_STDLIB_H git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6098 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/mailquery/ChangeLog b/src/appl/mailquery/ChangeLog index 7789fadcf..8ecca7dc4 100644 --- a/src/appl/mailquery/ChangeLog +++ b/src/appl/mailquery/ChangeLog @@ -1,3 +1,6 @@ +Tue Jun 20 14:29:23 1995 Tom Yu (tlyu@dragons-lair) + + * poplib.c: HAS_STDLIB_H -> HAVE_STDLIB_H Thu Jun 15 17:36:11 EDT 1995 Paul Park (pjpark@mit.edu) * Makefile.in - Change explicit library names to -l form, and diff --git a/src/appl/mailquery/poplib.c b/src/appl/mailquery/poplib.c index 1f53888bf..423d9af85 100644 --- a/src/appl/mailquery/poplib.c +++ b/src/appl/mailquery/poplib.c @@ -44,7 +44,7 @@ error You cannot define both KRB4 and KRB5 #endif #endif -#ifdef HAS_STDLIB_H +#ifdef HAVE_STDLIB_H #include #else extern char *malloc();