check for getc_unlocked()

This commit is contained in:
Brian Wellington
2001-07-04 00:34:44 +00:00
parent 37c961df41
commit 64b92523f9
4 changed files with 17 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: acconfig.h,v 1.33 2001/01/18 22:21:22 bwelling Exp $ */
/* $Id: acconfig.h,v 1.34 2001/07/04 00:34:40 bwelling Exp $ */
/***
*** This file is not to be included by any public header files, because
@@ -81,6 +81,9 @@
/* define if flockfile() is available */
#undef HAVE_FLOCKFILE
/* define if getc_unlocked() is available */
#undef HAVE_GETCUNLOCKED
/* define if rlim_t is defined via sys/types.h or sys/resource.h */
#undef HAVE_RLIM_T