X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config.h.in;h=cf6c437bf2f6e5db69ab98e069d03578fd58e0df;hb=refs%2Fheads%2Fmaster;hp=0615505282305a4ed14df12cbf4a007e7cba50fb;hpb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;p=debian%2Fgnuradio diff --git a/config.h.in b/config.h.in index 06155052..cf6c437b 100644 --- a/config.h.in +++ b/config.h.in @@ -51,9 +51,6 @@ /* Define if you have a CBLAS library. */ #undef HAVE_CBLAS -/* Define to 1 if you have the `clock_gettime' function. */ -#undef HAVE_CLOCK_GETTIME - /* Define to 1 if your system has `cosf'. */ #undef HAVE_COSF @@ -142,6 +139,9 @@ /* Define to 1 if you have the `nanosleep' function. */ #undef HAVE_NANOSLEEP +/* Define to 1 if you have the header file. */ +#undef HAVE_NETDB_H + /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H @@ -244,13 +244,13 @@ /* Define to 1 if you have the `strspn' function. */ #undef HAVE_STRSPN -/* Define to 1 if `cmcred_uid' is member of `struct cmsgcred'. */ +/* Define to 1 if `cmcred_uid' is a member of `struct cmsgcred'. */ #undef HAVE_STRUCT_CMSGCRED_CMCRED_UID -/* Define to 1 if `msg_accrights' is member of `struct msghdr'. */ +/* Define to 1 if `msg_accrights' is a member of `struct msghdr'. */ #undef HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS -/* Define to 1 if `msg_control' is member of `struct msghdr'. */ +/* Define to 1 if `msg_control' is a member of `struct msghdr'. */ #undef HAVE_STRUCT_MSGHDR_MSG_CONTROL /* Define to 1 if the system has the type `struct timespec'. */ @@ -259,7 +259,7 @@ /* Define to 1 if the system has the type `struct timezone'. */ #undef HAVE_STRUCT_TIMEZONE -/* Define to 1 if `uid' is member of `struct ucred'. */ +/* Define to 1 if `uid' is a member of `struct ucred'. */ #undef HAVE_STRUCT_UCRED_UID /* Define to 1 if you have the `sysconf' function. */ @@ -313,9 +313,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to 1 if you have the header file. */ -#undef HAVE_USB_H - /* Define to 1 if you have the `usleep' function. */ #undef HAVE_USLEEP @@ -362,6 +359,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -369,6 +369,9 @@ your system. */ #undef PTHREAD_CREATE_JOINABLE +/* The size of `void*', as computed by sizeof. */ +#undef SIZEOF_VOIDP + /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. @@ -499,6 +502,9 @@ struct timespec { long tv_nsec; }; #endif +#if HAVE_UNISTD_H +#include +#endif static inline int nanosleep(const struct timespec *req, struct timespec *rem) { return usleep(req->tv_sec*1000000+req->tv_nsec/1000); } #endif