https://issues.apache.org/bugzilla/show_bug.cgi?id=46239

           Summary: SHARED_CORE dead code
           Product: Apache httpd-2
           Version: 2.2.10
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Probably since 2.0 era, SHARED_CORE is no more used in configure.
But a few define remain in code

 grep -r SHARED_CORE httpd-2.2.10
httpd-2.2.10/server/main.c:#ifdef SHARED_CORE
httpd-2.2.10/server/main.c:    printf(" -D SHARED_CORE\n");
httpd-2.2.10/server/main.c:#if defined(SHARED_CORE) && defined(SHARED_CORE_DIR)
httpd-2.2.10/server/main.c:    printf(" -D SHARED_CORE_DIR=\"" SHARED_CORE_DIR
"\"\n");
httpd-2.2.10/server/main.c:#ifdef SHARED_CORE
httpd-2.2.10/server/main.c:#ifdef SHARED_CORE
httpd-2.2.10/modules/generators/mod_info.c:#ifdef SHARED_CORE
httpd-2.2.10/modules/generators/mod_info.c:    ap_rputs(" -D SHARED_CORE\n",
r);
httpd-2.2.10/modules/generators/mod_info.c:#if defined(SHARED_CORE) &&
defined(SHARED_CORE_DIR)
httpd-2.2.10/modules/generators/mod_info.c:    ap_rputs(" -D
SHARED_CORE_DIR=\"" SHARED_CORE_DIR "\"\n", r);
httpd-2.2.10/docs/manual/programs/httpd.html.tr.utf8:    <dd>Sunucu
<code>SHARED_CORE</code> kullanılarak derlendiÄi takdirde bu
httpd-2.2.10/docs/manual/programs/httpd.html.ko.euc-kr:<dd>¼­¹ö¸¦
<code>SHARED_CORE</code> ±ÔÄ¢À» »ç¿ëÇÏ¿© ÄÄÆÄÀÏÇÑ
httpd-2.2.10/docs/manual/programs/httpd.html.en:<dd>When the server is compiled
using the <code>SHARED_CORE</code>
httpd-2.2.10/docs/man/httpd.8:When the server is compiled using the SHARED_CORE
rule, this specifies the \fIdirectory\fR for the shared object files\&.

Should not SHARED_CORE be removed from code and docs?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to