diff options
author | Roland McGrath <mcgrathr@google.com> | 2014-08-15 15:46:40 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2014-08-15 15:51:50 -0700 |
commit | faa743bb1b9772427351b8739bdef1f6b4a32f60 (patch) | |
tree | 3257e90a49a2e35f79eef63fc792275e4ef48b38 /sim/iq2000/config.in | |
parent | 0ad93d4feb33a43ea32301721fc370a243b08940 (diff) | |
download | gdb-faa743bb1b9772427351b8739bdef1f6b4a32f60.zip gdb-faa743bb1b9772427351b8739bdef1f6b4a32f60.tar.gz gdb-faa743bb1b9772427351b8739bdef1f6b4a32f60.tar.bz2 |
Regenerate sim configury.
Diffstat (limited to 'sim/iq2000/config.in')
-rw-r--r-- | sim/iq2000/config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/iq2000/config.in b/sim/iq2000/config.in index 8de933c..23fafed 100644 --- a/sim/iq2000/config.in +++ b/sim/iq2000/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 @@ -25,6 +28,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `m' library (-lm). */ +#undef HAVE_LIBM + /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL @@ -70,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 |