chiark
/
gitweb
/
~mdw
/
fwd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fed9ddd
)
Don't do resource limits on Cygwin.
author
mdw
<mdw>
Fri, 24 Jan 2003 20:11:14 +0000
(20:11 +0000)
committer
mdw
<mdw>
Fri, 24 Jan 2003 20:11:14 +0000
(20:11 +0000)
acconfig.h
patch
|
blob
|
blame
|
history
diff --git
a/acconfig.h
b/acconfig.h
index b0f0d478693636a48b0bbd787084cc0722426b9d..16ef2a611d3ac9f1e2075feef1d46878dc15852f 100644
(file)
--- a/
acconfig.h
+++ b/
acconfig.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: acconfig.h,v 1.
2 1999/07/26 23:29:02
mdw Exp $
+ * $Id: acconfig.h,v 1.
3 2003/01/24 20:11:14
mdw Exp $
*
* Configuration header for fw
*
*
* Configuration header for fw
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: acconfig.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: acconfig.h,v $
+ * Revision 1.3 2003/01/24 20:11:14 mdw
+ * Don't do resource limits on Cygwin.
+ *
* Revision 1.2 1999/07/26 23:29:02 mdw
* Add DECL_ENVIRON.
*
* Revision 1.2 1999/07/26 23:29:02 mdw
* Add DECL_ENVIRON.
*
@@
-58,6
+61,13
@@
@BOTTOM@
@BOTTOM@
+ /* Cygwin advertises a number of limits and raises errors if you use them.
+ * This is a bit crap, and we ought to be able to cope, but for now we just
+ * don't do resource limits on Cygwin. Sorry. */
+#ifdef __CYGWIN__
+# undef HAVE_SETRLIMIT
+#endif
+
/*----- That's all, folks -------------------------------------------------*/
#ifdef __cplusplus
/*----- That's all, folks -------------------------------------------------*/
#ifdef __cplusplus