1 --- build/sparcv9/unixodbc_conf.h.orig 2022-03-02 13:32:18.427996777 +0000
2 +++ build/sparcv9/unixodbc_conf.h 2022-03-02 13:56:11.778417910 +0000
4 #define PACKAGE "unixODBC"
6 /* Define to the address where bug reports for this package should be sent. */
7 +#ifndef PACKAGE_BUGREPORT
8 #define PACKAGE_BUGREPORT "nick@unixodbc.org"
11 /* Define to the full name of this package. */
13 #define PACKAGE_NAME "unixODBC"
16 /* Define to the full name and version of this package. */
17 +#ifndef PACKAGE_STRING
18 #define PACKAGE_STRING "unixODBC 2.3.9"
21 /* Define to the one symbol short name of this package. */
22 +#ifndef PACKAGE_TARNAME
23 #define PACKAGE_TARNAME "unixODBC"
26 /* Define to the home page for this package. */
27 #define PACKAGE_URL ""
29 /* Define to the version of this package. */
30 +#ifndef PACKAGE_VERSION
31 #define PACKAGE_VERSION "2.3.9"
34 /* Platform is 64 bit */
35 #define PLATFORM64 /**/
37 #define SHLIBEXT ".so"
39 /* The size of `long', as computed by sizeof. */
42 +#define SIZEOF_LONG 4
48 /* The size of `long int', as computed by sizeof. */
49 +#ifndef SIZEOF_LONG_INT
51 +#define SIZEOF_LONG_INT 4
53 #define SIZEOF_LONG_INT 8
57 /* If using the C implementation of alloca, define if you know the
58 direction of stack growth for your system; otherwise it will be