diff options
Diffstat (limited to 'opcodes/config.in')
-rw-r--r-- | opcodes/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/config.in b/opcodes/config.in index 5caef55..6355be0 100644 --- a/opcodes/config.in +++ b/opcodes/config.in @@ -25,6 +25,9 @@ /* Define to `long' if <sys/types.h> doesn't define. */ #undef off_t +/* Define if you need to in order for stat and other things to work. */ +#undef _POSIX_SOURCE + /* Define to `unsigned' if <sys/types.h> doesn't define. */ #undef size_t @@ -106,6 +109,12 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |