X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libctf%2Fconfig.h.in;h=264cbc3e49dc88d3d1990ba24add7b81b59a60fb;hb=56a4f5a10b1e90d60527455b8542ba98fd0f6349;hp=0ecb5bb7211b98c550a472399e7aa9bc94d775a8;hpb=a0486bac41d6ce47f27795a5abbca5cc53ddba00;p=deliverable%2Fbinutils-gdb.git diff --git a/libctf/config.h.in b/libctf/config.h.in index 0ecb5bb721..264cbc3e49 100644 --- a/libctf/config.h.in +++ b/libctf/config.h.in @@ -9,9 +9,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_BYTESWAP_H -/* Define to 1 if you have the declaration of `qsort_r', and to 0 if you +/* Define to 1 if you have the declaration of `asprintf', and to 0 if you don't. */ -#undef HAVE_DECL_QSORT_R +#undef HAVE_DECL_ASPRINTF + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_ENDIAN_H @@ -28,9 +31,21 @@ /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP +/* Whether the platform has a definition of O_CLOEXEC. */ +#undef HAVE_O_CLOEXEC + /* Define to 1 if you have the `pread' function. */ #undef HAVE_PREAD +/* Define to 1 if you have the `qsort_r' function. */ +#undef HAVE_QSORT_R + +/* Whether a qsort_r exists with a void *arg as its last arg. */ +#undef HAVE_QSORT_R_ARG_LAST + +/* Whether a qsort_r exists with the compar function as its last arg. */ +#undef HAVE_QSORT_R_COMPAR_LAST + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -55,6 +70,10 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE