1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00

Quieten compiler warning.

This commit is contained in:
Tim Potter
-
parent 5002555a97
commit eb5d1a72dc

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. */