diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-04-10 01:26:02 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-04-10 01:26:02 +0000 |
commit | 4ba32eb5a8bf3455c09d1513ed2af8d2c861a6ba (patch) | |
tree | f0f951897eebdd4e1fe1c8d47d866fa6c128828d /config.h.in | |
parent | f7cba3a80d9ebefc57776fffd17a4ae68f72e494 (diff) |
Notes
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 76facf9643b43..5ca9484a00c78 100644 --- a/config.h.in +++ b/config.h.in @@ -1331,6 +1331,10 @@ /* Should we recommend a minimum value for tickadj? */ #undef MIN_REC_TICKADJ +/* Define to 1 if the compiler does not support C99's structure + initialization. */ +#undef MISSING_C99_STRUCT_INIT + /* Do we need HPUX adjtime() library support? */ #undef NEED_HPUX_ADJTIME |