diff options
author | unknown <tomas@mc05.(none)> | 2004-05-06 09:15:39 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-05-06 09:15:39 +0200 |
commit | 8546f81a6a29c5dff4625607db429a79e2ef54ce (patch) | |
tree | 5839522045fbbbfc8428f1e1458e6e5dbfb664a4 /ndb/include/ndb_global.h | |
parent | 5c1069614cfd74ff56ff1393224cbec6d4dc773a (diff) | |
download | mariadb-git-8546f81a6a29c5dff4625607db429a79e2ef54ce.tar.gz |
strlcpy.c, strlcat.c, strdup.c, getarg.c, NdbString.h, Epilogue.mk, Defs.mk:
introduced ndb_global.h and removed som HAVE_ and -D flags
ndb_global.h:
new file
ndb/Defs.mk:
introduced ndb_global.h and removed som HAVE_ and -D flags
ndb/Epilogue.mk:
introduced ndb_global.h and removed som HAVE_ and -D flags
ndb/include/util/NdbString.h:
introduced ndb_global.h and removed som HAVE_ and -D flags
ndb/src/common/util/getarg.c:
introduced ndb_global.h and removed som HAVE_ and -D flags
ndb/src/common/util/strdup.c:
introduced ndb_global.h and removed som HAVE_ and -D flags
ndb/src/common/util/strlcat.c:
introduced ndb_global.h and removed som HAVE_ and -D flags
ndb/src/common/util/strlcpy.c:
introduced ndb_global.h and removed som HAVE_ and -D flags
Diffstat (limited to 'ndb/include/ndb_global.h')
-rw-r--r-- | ndb/include/ndb_global.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ndb/include/ndb_global.h b/ndb/include/ndb_global.h new file mode 100644 index 00000000000..3db70f90ef2 --- /dev/null +++ b/ndb/include/ndb_global.h @@ -0,0 +1,3 @@ +/*#include <my_global.h>*/ +#include <my_config.h> + |