]> git.sur5r.net Git - openldap/commitdiff
More for mdb_env_copy().
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 15 Oct 2012 15:03:46 +0000 (17:03 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 15 Oct 2012 15:03:46 +0000 (17:03 +0200)
Fix #define _GNU_SOURCE = 1 to match any command line -D_GNU_SOURCE.
.gitignore += mdb_copy.

libraries/libmdb/.gitignore
libraries/libmdb/mdb.c

index 134c457f7da637b19196ef906ea3ebe71db3c449..0d493fe188731aa8db02fcd43ff390acebfce722 100644 (file)
@@ -1,6 +1,7 @@
 mtest
 mtest[23456]
 testdb
+mdb_copy
 mdb_stat
 *.[ao]
 *.so
index b39fbfbfcb52c9179f8a46eadfc45b1254dc246a..07ecf99eba2c40c5c6dfe350804cc2213e3beec7 100644 (file)
@@ -32,7 +32,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#define _GNU_SOURCE
+#define _GNU_SOURCE 1
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>