From kde-commits Tue Dec 10 23:23:48 2002 From: Dirk Mueller Date: Tue, 10 Dec 2002 23:23:48 +0000 To: kde-commits Subject: / X-MARC-Message: https://marc.info/?l=kde-commits&m=103956264305274 CVS commit by mueller: - more strlcpy configure check to admin/ - add assertion check that size_t == unsigned int - use unsigned int in fake prototype declaration of strcpy to avoid having to include sys/types.h which destroys required include order - removed mkstemp check, mkstemps should be preferred which we provide a fake for M +40 -12 kde-common/admin/acinclude.m4.in 2.308 M +2 -2 kdelibs/configure.in.in 1.95 M +0 -21 kdelibs/kdecore/configure.in.in 1.28 M +5 -5 kdelibs/kdecore/fakes.c 1.12