summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index fdd4e810..18d48362 100644
--- a/config.h.in
+++ b/config.h.in
@@ -16,7 +16,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: config.h.in,v 1.38 2000/09/22 18:52:34 bwelling Exp $ */
+/* $Id: config.h.in,v 1.40 2000/12/23 02:45:43 tale Exp $ */
/***
*** This file is not to be included by any public header files, because
@@ -89,6 +89,9 @@
/* define if flockfile() is available */
#undef HAVE_FLOCKFILE
+/* define if rlim_t is defined via sys/types.h or sys/resource.h */
+#undef HAVE_RLIM_T
+
/* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
#undef SHUTUP_SPUTAUX
#ifdef SHUTUP_SPUTAUX
@@ -123,6 +126,9 @@ int sigwait(const unsigned int *set, int *sig);
/* define if the system has a random number generating device */
#undef PATH_RANDOMDEV
+/* define if pthread_attr_getstacksize() is available */
+#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE
+
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H