1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r7006: fix a build problem with my gcc-4.0

metze
(This used to be commit 3e2b4eda5f23433f5629b696954eb6856e154164)
This commit is contained in:
Stefan Metzmacher 2005-05-27 06:40:31 +00:00 committed by Gerald (Jerry) Carter
parent 96df7fcbf9
commit 273a4cda73

View File

@ -35,7 +35,10 @@
/*
* Find out about our configuration
*/
/*
this is not needed in samba builds, and breaks the build with my gcc-4.0 --metze
#include "includes.h"
*/
/* allow this library to use strcpy() */
#undef strcpy