>Number:         3247
>Category:       general
>Synopsis:       ap_config.h (DGUX section needs to be modified).
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Oct 19 12:10:02 PDT 1998
>Last-Modified:
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.3.3
>Environment:
OS : dgux R4.20MU02 generic AViiON PentiumPro (Data General Unix)
CC : gcc version 2.7.2 (ix86 DG/ux, DG-2.7.2.9, Feb  3 1998)
>Description:
There are two versions of DGUX.  There is the Intel version and the 
Motorola version.  The Intel version has support for strncasecmp, and 
strcasecmp in the string.h header file.  I am not to sure of the Motorola 
version.  The fix that I am suggesting will work on an Intel box.
>How-To-Repeat:

>Fix:
I have changed the DGUX section to the following following:

#elif defined(DGUX)
#define NO_KILLPG
#undef  NO_SETSID
#undef NEED_STRDUP
#ifdef _IX86_DG                /* Added to see if it is Intel */
#undef NEED_STRCASECMP
#undef NEED_STRNCASECMP
#else
#define NEED_STRCASECMP
#define NEED_STRNCASECMP
#endif                         /* End of fix */
#define bzero(a,b) memset(a,0,b)
/* A lot of SVR4 systems need this */
#define USE_FCNTL_SERIALIZED_ACCEPT
#define ap_inet_addr inet_network
#define HAVE_SYSLOG 1





>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> 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!         ]



Reply via email to