diff options
author | toni <matzeton@googlemail.com> | 2016-07-21 15:23:24 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-07-21 15:23:24 +0200 |
commit | 54490ce330325e67fa6e1b70df2bee08ea0a454a (patch) | |
tree | 2505bff1cf296fd57ce43d28f2bd4f8258c01edf /src/aconfig.h.in | |
parent | e3eb0ae435aea1b84dbded7347394cb8bad64dd0 (diff) |
travis-ci building ..
Diffstat (limited to 'src/aconfig.h.in')
-rw-r--r-- | src/aconfig.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/aconfig.h.in b/src/aconfig.h.in index 8dcbf12..4f80ab6 100644 --- a/src/aconfig.h.in +++ b/src/aconfig.h.in @@ -6,9 +6,6 @@ /* Define to 1 if you have the `asprintf' function. */ #undef HAVE_ASPRINTF -/* Define to 1 if you have the `clock_gettime' function. */ -#undef HAVE_CLOCK_GETTIME - /* Define to 1 if you have the `close' function. */ #undef HAVE_CLOSE @@ -40,6 +37,9 @@ /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE +/* Define to 1 if you have the <glob.h> header file. */ +#undef HAVE_GLOB_H + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -287,7 +287,7 @@ /* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t -/* Define to `int' if <sys/types.h> does not define. */ +/* Define to `unsigned int' if <sys/types.h> does not define. */ #undef ssize_t /* Define to `int' if <sys/types.h> doesn't define. */ |