You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Dave Dykstra <dw...@bell-labs.com> on 1998/09/23 19:01:53 UTC

config/3054: Need an extra define for UTS 2.1

>Number:         3054
>Category:       config
>Synopsis:       Need an extra define for UTS 2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Sep 23 10:10:00 PDT 1998
>Last-Modified:
>Originator:     dwd@bell-labs.com
>Organization:
apache
>Release:        1.3.2
>Environment:
Amdahl's UTS 2.1
>Description:
Need to undefine HAVE_SYS_RESOURCE_H for UTS21 because [sg]etrlimit are not
suported even though the sys/resource.h is there and defines RLIMIT_ constants.

Looks like something had to be done about this on a lot of operating systems.

>How-To-Repeat:

>Fix:
*** include/ap_config.h Wed Sep 23 12:35:18 1998
--- include/ap_config.h.O       Wed Sep 23 11:03:57 1998
***************
*** 617,623 ****
  #define strftime(buf,bufsize,fmt,tm)    ascftime(buf,fmt,tm)
  #include <sys/types.h>
  #include <sys/time.h>     
- #undef HAVE_SYS_RESOURCE_H    /* exists but does not provide *rlimit funcs */
  
  #elif defined(APOLLO)
  #undef HAVE_GMTOFF
--- 617,622 ----
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]