X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fndbm.m4;fp=m4%2Fndbm.m4;h=0000000000000000000000000000000000000000;hb=c9b3436bd51a4dcf7d6cc6817d4c7a8ad99538d4;hp=3d60b06dbf58ef837ae53a6318a6047f7873c320;hpb=09735ea6055f959a9cac481268754f07d6f6eb9f;p=m6w6%2Fext-psi diff --git a/m4/ndbm.m4 b/m4/ndbm.m4 deleted file mode 100644 index 3d60b06..0000000 --- a/m4/ndbm.m4 +++ /dev/null @@ -1,25 +0,0 @@ -PSI_CHECK_NDBM() { - PSI_CONFIG_POSIX(ndbm, ndbm.h) - - PHP_CHECK_FUNC_LIB(dbm_open, gdbm_compat) - - PSI_STRUCT(datum, [ - void *dptr, - int dsize] - ) - - PSI_OPAQUE_TYPE(DBM) - - PSI_CONST(DBM_INSERT, int) - PSI_CONST(DBM_REPLACE, int) - - PSI_DECL(void dbm_clearerr, [(DBM *db)]) - PSI_DECL(void dbm_close, [(DBM *db)]) - PSI_DECL(int dbm_delete, [(DBM *db, datum key)]) - PSI_DECL(int dbm_error, [(DBM *db)]) - PSI_DECL(datum dbm_fetch, [(DBM *db, datum key)]) - PSI_DECL(datum dbm_firstkey, [(DBM *db)]) - PSI_DECL(datum dbm_nextkey, [(DBM *db)]) - PSI_DECL(DBM *dbm_open, [(char *file, int open_flags, mode_t file_mode)]) - PSI_DECL(int dbm_store, [(DBM *db, datum key, datum content, int store_mode)]) -} \ No newline at end of file