1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

Quieten compiler warning.

(This used to be commit eb5d1a72dc9dc35997d39f8778ee98163b8cce32)
This commit is contained in:
Tim Potter 2003-02-24 04:59:15 +00:00
parent 5b5453e6c7
commit 6fa6b607c9

View File

@ -25,6 +25,13 @@
#include "Python.h"
/* This symbol is used in both config.h and Python.h which causes an
annoying compiler warning. */
#ifdef HAVE_FSTAT
#undef HAVE_FSTAT
#endif
/* This module is supposed to be standalone, however for portability
it would be good to use the FUNCTION_MACRO preprocessor define. */