diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 13:51:22 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 13:51:22 +0200 |
commit | b97c1177a082a1c910b502fd4cc67b62403b4632 (patch) | |
tree | 00818528f996daa8a3af9eaf667c5af0b9153dbd /config.h.in | |
parent | cb22888f08466e46b115bdef6c4ee39b9a2a983e (diff) | |
parent | a4d0a336a895b4ca70026d36988ba32707041271 (diff) |
Merge branch 'feature/upstream' into develop
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 |