/* $Id: djgpp.c,v 1.7 2002/06/23 20:28:31 richdawe Exp $ */ /* * djgpp.c - DJGPP-specific data & functions for pakke * Copyright (C) 2000-2002 by Richard Dawe * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "common.h" #include /* libpakke includes */ #include /* * Paths to archives that are used in the DJGPP archive on Simtelnet. * This must be NULL terminated. * * For future-proofing look in alphas/ and beta/ even though only * a couple of the directories actually have those subdirectories. */ const char *djgpp_archive_prefixes[] = { "v2/", "v2/alphas/", "v2/beta/", "v2apps/", "v2apps/alphas/", "v2apps/beta/", "v2gnu/", "v2gnu/alphas/", "v2gnu/beta/", "v2misc/", "v2misc/alphas/", "v2misc/beta/", "v2tk/", "v2tk/alphas/", "v2tk/beta/", "v2tk/allegro/", NULL };