Dynamically linking to PCRS hasn't been supported for years - stop pretending
authorFabian Keil <fk@fabiankeil.de>
Mon, 5 May 2014 09:55:51 +0000 (09:55 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 5 May 2014 09:55:51 +0000 (09:55 +0000)
cgisimple.c
templates/show-status

index 79ec621..71e746d 100644 (file)
@@ -1,4 +1,4 @@
-const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.119 2013/01/25 21:52:02 david__schmidt Exp $";
+const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.120 2013/01/26 13:30:20 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/cgisimple.c,v $
@@ -1680,12 +1680,6 @@ static jb_err show_defines(struct map *exports)
    if (!err) err = map_conditional(exports, "STATIC_PCRE", 0);
 #endif /* ndef STATIC_PCRE */
 
-#ifdef STATIC_PCRS
-   if (!err) err = map_conditional(exports, "STATIC_PCRS", 1);
-#else /* ifndef STATIC_PCRS */
-   if (!err) err = map_conditional(exports, "STATIC_PCRS", 0);
-#endif /* ndef STATIC_PCRS */
-
    return err;
 }
 
index e0ebd39..bdbafe8 100644 (file)
                Dynamically linking to an external libpcre is recommended as the internal
                one is outdated and lacks various features and bug-fixes you may be interested in.</td>
             </tr>
-            <tr>
-              <td><code>STATIC_PCRS</code></td>
-              <td>@if-STATIC_PCRS-then@ Yes @else-not-STATIC_PCRS@ No @endif-STATIC_PCRS@</td>
-              <td>Use the supplied statically-linked PCRS library.  This is set automatically
-               by <code>./configure</code> if you do not have the libpcrs installed.</td>
-            </tr>
           </table>
       </td>
     </tr>