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