tsocket: try to fix the build on solaris FIONREAD was missing
[ira/wip.git] / lib / tdb / pytdb.c
index 60aae9fd867899532852af89ad44f8c9805d2345..159bc4dce5fa367005d07c76dcec98fd0a41d902 100644 (file)
 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
 #endif
 
-#ifdef HAVE_FSTAT
-#undef HAVE_FSTAT
-#endif
-
 /* Include tdb headers */
 #include <tdb.h>