Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b5d4d234
Commit
b5d4d234
authored
Jun 19, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in length
and readability.
parent
14f65876
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
configure
configure
+1
-1
configure.in
configure.in
+1
-1
src/interfaces/odbc/dlg_specific.c
src/interfaces/odbc/dlg_specific.c
+1
-1
src/interfaces/odbc/misc.h
src/interfaces/odbc/misc.h
+1
-1
No files found.
configure
View file @
b5d4d234
...
...
@@ -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_SQLGET
PRIVATEPROFILESTRING
1
#define HAVE_SQLGET
_PRIV_PROFILE
1
EOF
SHLIB_ODBC
=
"
$LDFLAGS_ODBC
-L
$unixODBC_libs
-lodbcinst"
...
...
configure.in
View file @
b5d4d234
...
...
@@ -585,7 +585,7 @@ then
LIBS="-L$unixODBC_libs $LIBS"
AC_CHECK_LIB(odbcinst,SQLGetPrivateProfileString,
[AC_DEFINE(HAVE_SQL
GETPRIVATEPROFILESTRING
)
[AC_DEFINE(HAVE_SQL
_GET_PRIV_PROFILE
)
SHLIB_ODBC="$LDFLAGS_ODBC -L$unixODBC_libs -lodbcinst" ],
[LIBS="$save_LIBS"] )
fi
...
...
src/interfaces/odbc/dlg_specific.c
View file @
b5d4d234
...
...
@@ -23,7 +23,7 @@
#ifndef WIN32
#include <string.h>
#include "gpps.h"
#ifndef HAVE_SQL
GETPRIVATEPROFILESTRING
#ifndef HAVE_SQL
_GET_PRIV_PROFILE
#define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
#define SQLWritePrivateProfileString(a,b,c,d) WritePrivateProfileString(a,b,c,d)
#endif
...
...
src/interfaces/odbc/misc.h
View file @
b5d4d234
...
...
@@ -16,7 +16,7 @@
#ifndef WIN32
#include "gpps.h"
#ifndef HAVE_SQL
GETPRIVATEPROFILESTRING
#ifndef HAVE_SQL
_GET_PRIV_PROFILE
#define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment