]> git.sesse.net Git - vlc/commitdiff
Do not undef _FILE_OFFSET_BITS (fixes: #3031)
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 6 Aug 2009 17:02:30 +0000 (20:02 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 6 Aug 2009 17:02:30 +0000 (20:02 +0300)
This partially reverts f1175e715bfd288cdd17bf34ee3ee4f4b137432b.

src/modules/modules.c

index 3d07c64e92fad1ac6089d6656d1489033b7cbab9..0a0a24ad2df48eaeb34e23e2a5efab72e80ae54e 100644 (file)
 #include <vlc_plugin.h>
 #include "libvlc.h"
 
-/* Some faulty libcs have a broken struct dirent when _FILE_OFFSET_BITS
- * is set to 64. Don't try to be cleverer. */
-#ifdef _FILE_OFFSET_BITS
-#undef _FILE_OFFSET_BITS
-#endif
-
 #include <stdlib.h>                                      /* free(), strtol() */
 #include <stdio.h>                                              /* sprintf() */
 #include <string.h>                                              /* strdup() */