comparison Resources/Odbc/config.h.in @ 334:75ff5ce4a995

fix odbc build for OSX
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Aug 2021 08:28:43 +0200
parents b5fb8b77ce4d
children
comparison
equal deleted inserted replaced
333:fad7c6156923 334:75ff5ce4a995
487 487
488 /* Build flag for AIX */ 488 /* Build flag for AIX */
489 #cmakedefine _THREAD_SAFE 489 #cmakedefine _THREAD_SAFE
490 490
491 /* Define so that glibc/gnulib argp.h does not typedef error_t. */ 491 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
492 #cmakedefine __error_t_defined 492 #cmakedefine __error_t_defined @__error_t_defined@
493 493
494 /* Define to empty if `const' does not conform to ANSI C. */ 494 /* Define to empty if `const' does not conform to ANSI C. */
495 #undef const 495 #undef const
496 496
497 /* Define to a type to use for 'error_t' if it is not otherwise available. */ 497 /* Define to a type to use for 'error_t' if it is not otherwise available. */
498 #undef error_t 498 #cmakedefine error_t @error_t@
499 499
500 /* Define to `int' if <sys/types.h> doesn't define. */ 500 /* Define to `int' if <sys/types.h> doesn't define. */
501 #undef gid_t 501 #undef gid_t
502 502
503 /* Define to `unsigned int' if <sys/types.h> does not define. */ 503 /* Define to `unsigned int' if <sys/types.h> does not define. */