Skip to content

Commit f391c91

Browse files
committed
Undef bind and unlink defined in postgres
1 parent 7983550 commit f391c91

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

include/cpp_common/undefPostgresDefine.hpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ extern "C" {
7070
#undef vsnprintf
7171
#endif
7272

73+
#ifdef unlink
74+
#undef unlink
75+
#endif
76+
77+
#ifdef bind
78+
#undef bind
79+
#endif
80+
7381
#endif
7482

7583
#endif // INCLUDE_CPP_COMMON_UNDEFPOSTGRESDEFINE_HPP_

0 commit comments

Comments
 (0)