1/* 2 * Copyright 1997 Marco Nelissen 3 * This file is part of mtools. 4 * 5 * Mtools is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * Mtools is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with Mtools. If not, see <http://www.gnu.org/licenses/>. 17 */ 18 19#define PREFIX "/boot/system" 20#define HAVE_ATEXIT 21#define HAVE_FCNTL_H 22#define HAVE_GETOPT_H 23#define HAVE_LIMITS_H 24#define HAVE_SYS_IOCTL_H 25#define TIME_WITH_SYS_TIME 1 26#define HAVE_TERMIOS_H 27#define HAVE_SYS_PARAM_H 28#define HAVE_STRING_H 29#define HAVE_MEMORY_H 30#define HAVE_MALLOC_H 31#define HAVE_UTIME_H 32#define HAVE_SYS_WAIT_H 33#define HAVE_MEMCPY 34#define HAVE_MEMSET 35#define HAVE_STRERROR 36#define HAVE_STRNCASECMP 37#define HAVE_STRCASECMP 38#undef HAVE_GETPASS 39#define HAVE_STDLIB_H 40#define HAVE_STRCHR 41#define HAVE_STRRCHR 42#define HAVE_UNISTD_H 43#define RETSIGTYPE void 44#define HAVE_STRDUP 45#define HAVE_STRPBRK 46#define HAVE_STRSPN 47#define HAVE_STRTOUL 48#define HAVE_STRCSPN 49#define HAVE_RANDOM 50#define random rand 51#define HAVE_SRANDOM 52#define srandom srand 53#define INIT_NOOP 54#include <signal.h> 55#define SYSCONFDIR "/boot/system" 56#define USE_RAWTERM 57