1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in length

and readability.
This commit is contained in:
Bruce Momjian
2000-06-19 13:39:03 +00:00
parent 14f6587650
commit b5d4d234cb
4 changed files with 4 additions and 4 deletions

2
configure vendored
View File

@ -1968,7 +1968,7 @@ fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
#define HAVE_SQLGETPRIVATEPROFILESTRING 1
#define HAVE_SQLGET_PRIV_PROFILE 1
EOF
SHLIB_ODBC="$LDFLAGS_ODBC -L$unixODBC_libs -lodbcinst"