X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/blobdiff_plain/3315e8b31a4707ef2c5491d0c9a9c9a09816bcb2..c941b72166d95113206bc535f8877ba98e3ca5d2:/acconfig.h diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 692ae2a..0000000 --- a/acconfig.h +++ /dev/null @@ -1,93 +0,0 @@ -/* -*-c-*- - * - * $Id: acconfig.h,v 1.1 1999/06/02 16:53:33 mdw Exp $ - * - * Configuration skeleton - * - * (c) 1999 EBI - */ - -/*----- Licensing notice --------------------------------------------------* - * - * This file is part of sw-tools. - * - * sw-tools is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * sw-tools 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with sw-tools; if not, write to the Free Software Foundation, - * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -/*----- Revision history --------------------------------------------------* - * - * $Log: acconfig.h,v $ - * Revision 1.1 1999/06/02 16:53:33 mdw - * Initial revision - * - */ - -#ifndef ACCONFIG_H -#define ACCONFIG_H - -#ifdef __cplusplus - extern "C" { -#endif - -#define _GNU_SOURCE - -/*----- Configuration variables -------------------------------------------*/ -@TOP@ - -/* The package name. */ -#define PACKAGE "sw-tools" - -/* Current version. */ -#define VERSION "1.0.0" - -/* The installed name of my program. */ -#define SW "sw" - -/* Various handy directories. */ -#define PREFIX "/usr/local" -#define BINDIR "/usr/local/bin" -#define DATADIR "/usr/local/share" - -/* Derived facts from the above. */ -#define ARCHTAB DATADIR "/archtab" -#define PATH_SW BINDIR "/" SW - -/* My architecture name. */ -#define ARCH "i386-linux" - -/* Whether to compile in curses support. */ -#define HAVE_CURSES - -/* Whether the `environ' array is already declared somewhere useful. */ -#undef DECL_ENVIRON - -/* Command for starting a remote shell. */ -#define RSH "/usr/bin/rsh" - -/* Return type from `read' and `write'. */ -#undef ssize_t - -/* Define if you have . */ -#undef HAVE_CURSES_H - -@BOTTOM@ - -/*----- That's all, folks -------------------------------------------------*/ - -#ifdef __cplusplus - } -#endif - -#endif