Add a few glibc cpp symbols to probe for.
[p5sagit/p5-mst-13.2.git] / djgpp / config.over
index 9e66eef..5f58ba7 100644 (file)
@@ -41,9 +41,12 @@ repair()
      -e 's=digest/md5=Digest/MD5=' \
      -e 's=perlio/scalar=PerlIO/Scalar=' \
      -e 's=mime/base64=MIME/Base64=' \
-     -e 's=time/hires=Time/HiRes='
+     -e 's=time/hires=Time/HiRes=' \
      -e 's=list/util=List/Util=' \
-     -e 's=time/piece=Time/Piece='
+     -e 's=cwd=Cwd=' \
+     -e 's=perlio/via=PerlIO/Via=' \
+     -e 's=xs/typemap=XS/Typemap=' \
+     -e 's=i18n/langinfo=I18N/Langinfo='
 }
 static_ext=$(repair "$static_ext")
 extensions=$(repair "$extensions")