X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fconfig.in;h=750a8aea94970d455675c3666d209adef77087c7;hb=1c509ca8216de106f508b463a13ceea60ccce878;hp=b9042b32047f9aed75962bcf17e5ad2225b61e4c;hpb=0200359f12b09d83e4fecfddd1e7a5174ca17e60;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/config.in b/gdb/config.in index b9042b3204..750a8aea94 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -41,9 +41,6 @@ /* Define to `int' if doesn't define. */ #undef pid_t -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE - /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE @@ -96,6 +93,9 @@ /* Define if has struct link_map32 */ #undef HAVE_STRUCT_LINK_MAP32 +/* Define if has link_map32 (solaris sparc-64 target) */ +#undef _SYSCALL32 + /* Define if the prfpregset_t type is broken. */ #undef PRFPREGSET_T_BROKEN @@ -163,6 +163,9 @@ /* Define if defines the PT_GETDBREGS request. */ #undef HAVE_PT_GETDBREGS +/* Define if defines the PT_GETXMMREGS request. */ +#undef HAVE_PT_GETXMMREGS + /* Define if gnu-regex.c included with GDB should be used. */ #undef USE_INCLUDED_REGEX @@ -202,6 +205,9 @@ /* Define if you have the bzero function. */ #undef HAVE_BZERO +/* Define if you have the canonicalize_file_name function. */ +#undef HAVE_CANONICALIZE_FILE_NAME + /* Define if you have the dcgettext function. */ #undef HAVE_DCGETTEXT @@ -223,6 +229,9 @@ /* Define if you have the putenv function. */ #undef HAVE_PUTENV +/* Define if you have the realpath function. */ +#undef HAVE_REALPATH + /* Define if you have the sbrk function. */ #undef HAVE_SBRK @@ -244,6 +253,9 @@ /* Define if you have the sigprocmask function. */ #undef HAVE_SIGPROCMASK +/* Define if you have the sigsetmask function. */ +#undef HAVE_SIGSETMASK + /* Define if you have the socketpair function. */ #undef HAVE_SOCKETPAIR @@ -271,9 +283,6 @@ /* Define if you have the header file. */ #undef HAVE_DIRENT_H -/* Define if you have the header file. */ -#undef HAVE_ENDIAN_H - /* Define if you have the header file. */ #undef HAVE_LIMITS_H @@ -340,6 +349,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_FILE_H +/* Define if you have the header file. */ +#undef HAVE_SYS_FILIO_H + /* Define if you have the header file. */ #undef HAVE_SYS_IOCTL_H @@ -448,6 +460,9 @@ /* Define if strstr is not declared in system header files. */ #undef NEED_DECLARATION_STRSTR +/* Define if canonicalize_file_name is not declared in system header files. */ +#undef NEED_DECLARATION_CANONICALIZE_FILE_NAME + /* Define if has pstatus_t. */ #undef HAVE_PSTATUS_T