diff options
| author | Marc G. Fournier | 1997-02-13 08:32:20 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1997-02-13 08:32:20 +0000 |
| commit | 3a27db1a56a55219b99118db8efe6ec7fc916114 (patch) | |
| tree | df455aaa3ba3b0bb7990249a5d362d68cbef3293 /src/bin/psql/stringutils.c | |
| parent | e162fb2ac7a11f7e267801fe931b0121cbb40124 (diff) | |
Various patches for nextstep by GregorHoffleit
Replaced NEED_STRDUP by !HAVE_STRDUP
Diffstat (limited to 'src/bin/psql/stringutils.c')
| -rw-r--r-- | src/bin/psql/stringutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/stringutils.c b/src/bin/psql/stringutils.c index eccc19fac0..7ff96604d8 100644 --- a/src/bin/psql/stringutils.c +++ b/src/bin/psql/stringutils.c @@ -16,7 +16,7 @@ #include <ctype.h> #include <stdlib.h> -#ifdef NEED_STRDUP +#ifndef HAVE_STRDUP #include "strdup.h" #endif |
