|
a/src/common/autoconfig-win.h |
|
b/src/common/autoconfig-win.h |
|
... |
|
... |
19 |
|
19 |
|
20 |
/* Path to the file program */
|
20 |
/* Path to the file program */
|
21 |
#define FILE_PROG "/usr/bin/file"
|
21 |
#define FILE_PROG "/usr/bin/file"
|
22 |
|
22 |
|
23 |
/* "Have C++0x" */
|
23 |
/* "Have C++0x" */
|
24 |
#undef HAVE_CXX0X_UNORDERED
|
24 |
#define HAVE_CXX0X_UNORDERED 1
|
25 |
|
25 |
|
26 |
/* Define to 1 if you have the <dlfcn.h> header file. */
|
26 |
/* Define to 1 if you have the <dlfcn.h> header file. */
|
27 |
#define HAVE_DLFCN_H 1
|
27 |
#define HAVE_DLFCN_H 1
|
28 |
|
28 |
|
29 |
/* Define to 1 if you have the <inttypes.h> header file. */
|
29 |
/* Define to 1 if you have the <inttypes.h> header file. */
|