| 1 | /* unixodbc.h. Generated from unixodbc.h.in by configure. */ |
| 2 | /* Preprocessor constants for unixODBC */ |
| 3 | |
| 4 | /* Define to 1 if `long long' is available */ |
| 5 | #define HAVE_LONG_LONG 1 |
| 6 | |
| 7 | /* Define to 1 if the <pwd.h> header file is present */ |
| 8 | #define HAVE_PWD_H 1 |
| 9 | |
| 10 | /* Define to 1 if the <sys/types.h> header file is present */ |
| 11 | #define HAVE_SYS_TYPES_H 1 |
| 12 | |
| 13 | /* Define to 1 if the <unistd.h> header file is present */ |
| 14 | #define HAVE_UNISTD_H 1 |
| 15 | |
| 16 | /* Define to the value of sizeof(long) */ |
| 17 | #define SIZEOF_LONG_INT 8 |
| 18 | |