Follow-up Comment #3, bug #20723 (project freeciv):

And the place where I would look first is server/scripting/script_fcdb.c,
currently lines 203-214:

#ifdef HAVE_FCDB_MYSQL
  luaL_requiref(fcl->state, "luasql", luaopen_luasql_mysql, 1);
  lua_pop(fcl->state, 1);
#endif
#ifdef HAVE_FCDB_POSTGRES
  luaL_requiref(fcl->state, "luasql", luaopen_luasql_postgres, 1);
  lua_pop(fcl->state, 1);
#endif
#ifdef HAVE_FCDB_SQLITE3
  luaL_requiref(fcl->state, "luasql", luaopen_luasql_sqlite3, 1);
  lua_pop(fcl->state, 1);
#endif

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?20723>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to