This is config.h in view mode; [Download] [Up]
/* * Name: config.h * Description: Configuration-data shared by Par.m and PostLoad.m * Author: Christian Starkjohann <cs@ecs.co.at> * Date: September 1 1994 * Tabsize: 4 * * Copyright (C) 1994 Christian Starkjohann * * This program 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 1, or (at your option) * any later version. * * This program 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 this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define DEVICENAME "ParallelPort" /* name of the device */ /* * Unremark the following define if you need the PPIOCSETTIMO-ioctl * (not normally desirable, see README-file) * #define ALLOW_SET_TIMEOUT */ /* * Unremark the following line if you want debugging-info in /usr/adm/messages. * This is not desirable for normal operation because the messages-file will * be filled with log-infos about every driver-call. * #define DEBUG */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.