]> git.lyx.org Git - features.git/commit
Add support for compilers which do not have cname headers
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 14 Oct 1999 15:55:06 +0000 (15:55 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 14 Oct 1999 15:55:06 +0000 (15:55 +0000)
commit70b3420586f7cd64967038a3f799759e2180a641
tree5b3bcf2ab0b758c6222d1e64c80924e0d3375270
parentce638276a3339779383a907ae05e744bd77135cb
Add support for compilers which do not have cname headers

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@201 a592a061-630c-0410-9148-cb99ea01b6c8
13 files changed:
ChangeLog
acinclude.m4
configure.in
src/cheaders/cctype [new file with mode: 0644]
src/cheaders/cerrno [new file with mode: 0644]
src/cheaders/cmath [new file with mode: 0644]
src/cheaders/csignal [new file with mode: 0644]
src/cheaders/cstdio [new file with mode: 0644]
src/cheaders/cstdlib [new file with mode: 0644]
src/cheaders/cstring [new file with mode: 0644]
src/cheaders/ctime [new file with mode: 0644]
src/insets/Makefile.am
src/mathed/Makefile.am