diff options
Diffstat (limited to 'sim/m68hc11/config.in')
-rw-r--r-- | sim/m68hc11/config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/m68hc11/config.in b/sim/m68hc11/config.in index faafaf4..23fafed 100644 --- a/sim/m68hc11/config.in +++ b/sim/m68hc11/config.in @@ -10,6 +10,9 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* Define if dv-sockser is usable. */ +#undef HAVE_DV_SOCKSER + /* Define to 1 if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H @@ -73,12 +76,19 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the <windows.h> header file. */ +#undef HAVE_WINDOWS_H + /* Define to 1 if you have the <zlib.h> header file. */ #undef HAVE_ZLIB_H /* Define to 1 if you have the `__setfpucw' function. */ #undef HAVE___SETFPUCW +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of this package. */ #undef PACKAGE |