diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-07 14:51:19 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-07 14:51:19 +0200 |
commit | 91a64d5ccfd724eda5826b6f02704600a956e12e (patch) | |
tree | 468d2d95b6e2481883a7e8d46c19ce7f31d07017 /config.h.in | |
parent | cb22888f08466e46b115bdef6c4ee39b9a2a983e (diff) | |
parent | 7dfa6d0b6b18d54050671ed5430b9421a165481c (diff) |
Merge branch 'release/debian/3.23-1'debian/3.23-1
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in index 7c9c8e1..614b52f 100644 --- a/config.h.in +++ b/config.h.in @@ -75,6 +75,9 @@ /* Define to 1 if `tv_usec' is a member of `struct timeval'. */ #undef HAVE_STRUCT_TIMEVAL_TV_USEC +/* Define to 1 if you have the <sys/resource.h> header file. */ +#undef HAVE_SYS_RESOURCE_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H @@ -87,13 +90,9 @@ /* True if compiler supports -fvisibility=hidden */ #undef HAVE_VISIBILITY_HIDDEN -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Name of package */ #undef PACKAGE |