diff options
-rw-r--r-- | include/my_base.h | 1 | ||||
-rw-r--r-- | mysys/my_append.c | 1 | ||||
-rw-r--r-- | mysys/my_clock.c | 1 | ||||
-rw-r--r-- | mysys/my_copy.c | 1 | ||||
-rw-r--r-- | mysys/my_create.c | 1 | ||||
-rw-r--r-- | mysys/my_dup.c | 1 | ||||
-rw-r--r-- | mysys/my_lib.c | 1 | ||||
-rw-r--r-- | mysys/my_open.c | 1 | ||||
-rw-r--r-- | mysys/my_redel.c | 1 | ||||
-rw-r--r-- | mysys/my_rename.c | 1 | ||||
-rw-r--r-- | mysys/test_dir.c | 1 | ||||
-rw-r--r-- | sql/unireg.cc | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/include/my_base.h b/include/my_base.h index b9a806cc02f..e2f25e96b93 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -21,7 +21,6 @@ #define _my_base_h #ifndef stdin /* Included first in handler */ -#define USES_TYPES /* my_dir with sys/types is included */ #define CHSIZE_USED #include <my_global.h> #include <my_dir.h> /* This includes types */ diff --git a/mysys/my_append.c b/mysys/my_append.c index c3549c670c3..6d52c03c6cc 100644 --- a/mysys/my_append.c +++ b/mysys/my_append.c @@ -14,7 +14,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define USES_TYPES /* sys/types is included */ #include "mysys_priv.h" #include <sys/stat.h> #include <m_string.h> diff --git a/mysys/my_clock.c b/mysys/my_clock.c index a192bde056d..7177872442f 100644 --- a/mysys/my_clock.c +++ b/mysys/my_clock.c @@ -14,7 +14,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define USES_TYPES #include "my_global.h" #if !defined(_MSC_VER) && !defined(__BORLANDC__) && !defined(OS2) && !defined(__NETWARE__) diff --git a/mysys/my_copy.c b/mysys/my_copy.c index 2fb022a25f2..d72872ce0be 100644 --- a/mysys/my_copy.c +++ b/mysys/my_copy.c @@ -14,7 +14,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define USES_TYPES /* sys/types is included */ #include "mysys_priv.h" #include <my_dir.h> /* for stat */ #include <m_string.h> diff --git a/mysys/my_create.c b/mysys/my_create.c index a85417c7701..25e3dfa4e8e 100644 --- a/mysys/my_create.c +++ b/mysys/my_create.c @@ -14,7 +14,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define USES_TYPES #include "mysys_priv.h" #include <my_dir.h> #include "mysys_err.h" diff --git a/mysys/my_dup.c b/mysys/my_dup.c index 4b7434e29ea..68ce0187b40 100644 --- a/mysys/my_dup.c +++ b/mysys/my_dup.c @@ -14,7 +14,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define USES_TYPES #include "mysys_priv.h" #include "mysys_err.h" #include <my_dir.h> diff --git a/mysys/my_lib.c b/mysys/my_lib.c index 522fa56cbf1..ac9c6c4f1b4 100644 --- a/mysys/my_lib.c +++ b/mysys/my_lib.c @@ -17,7 +17,6 @@ /* TODO: check for overun of memory for names. */ /* Convert MSDOS-TIME to standar time_t */ -#define USES_TYPES /* sys/types is included */ #include "mysys_priv.h" #include <m_string.h> #include <my_dir.h> /* Structs used by my_dir,includes sys/types */ diff --git a/mysys/my_open.c b/mysys/my_open.c index 6ed3cb5becf..b7798d86508 100644 --- a/mysys/my_open.c +++ b/mysys/my_open.c @@ -14,7 +14,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define USES_TYPES #include "mysys_priv.h" #include "mysys_err.h" #include <my_dir.h> diff --git a/mysys/my_redel.c b/mysys/my_redel.c index 9af360424b0..10a0553cb19 100644 --- a/mysys/my_redel.c +++ b/mysys/my_redel.c @@ -14,7 +14,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define USES_TYPES /* sys/types is included */ #include "mysys_priv.h" #include <my_dir.h> #include <m_string.h> diff --git a/mysys/my_rename.c b/mysys/my_rename.c index b5d813ad787..9c27238cc72 100644 --- a/mysys/my_rename.c +++ b/mysys/my_rename.c @@ -14,7 +14,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define USES_TYPES #include "mysys_priv.h" #include <my_dir.h> #include "mysys_err.h" diff --git a/mysys/test_dir.c b/mysys/test_dir.c index f3d220e942f..c9693ab3c68 100644 --- a/mysys/test_dir.c +++ b/mysys/test_dir.c @@ -16,7 +16,6 @@ /* TODO: Test all functions */ -#define USES_TYPES #include "mysys_priv.h" #include "my_dir.h" diff --git a/sql/unireg.cc b/sql/unireg.cc index 7cb79e866f9..658fc020870 100644 --- a/sql/unireg.cc +++ b/sql/unireg.cc @@ -24,7 +24,6 @@ str is a (long) to record position where 0 is the first position. */ -#define USES_TYPES #include "mysql_priv.h" #include <m_ctype.h> #include <assert.h> |