diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-09-16 13:04:03 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:21:20 -0400 |
commit | 7bbcc6690df5cf9982121f2f16ebc315882e618f (patch) | |
tree | 9c6519a45cf7e2fd523a2c5baa95b4e0d531adc7 /include/config.h.in | |
parent | 8cd7c46cfb8f9226f7260a0a27afad3fc8cae33b (diff) | |
download | duser-7bbcc6690df5cf9982121f2f16ebc315882e618f.tar.gz |
Instead of detecting the host type, you may use --enable-compat instead.
Enabling compat will build and link against a static library containing
string functions not found in older version of glibc.
Diffstat (limited to 'include/config.h.in')
-rw-r--r-- | include/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config.h.in b/include/config.h.in index 65ae69b..e9d8cb4 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -25,9 +25,6 @@ /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET -/* host operating system is solaris */ -#undef HAVE_SOLARIS - /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |