eudora-mac/prefaudit.c

1 line
17 KiB
C
Raw Normal View History

2018-05-23 09:59:15 +00:00
/* Copyright (c) 2017, Computer History Museum All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Computer History Museum nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <Types.h> #include "PrefDefs.h" #define Audit true Boolean PrefAudit(short prefN) { switch (ABS(prefN)) { case PREF_FONT_NAME: return(Audit); case PREF_FONT_SIZE: return(Audit); case PREF_INTERVAL: return(Audit); case PREF_WRAP_OUT: return(Audit); case PREF_PPP_DISC: return(Audit); case PREF_PARAGRAPHS: return(Audit); case PREF_LASTSCAN: return(Audit); case PREF_SEND_CHECK: return(Audit); case PREF_ZOOM_OPEN: return(Audit); case UNUSED_PREF_AUTO_DISMISS: return(Audit); case PREF_AUTO_EMPTY: return(Audit); case PREF_UNWRAP_OPTIONS: return(Audit); case PREF_LMOS: return(Audit); case PREF_KEEP_OUTGOING: return(Audit); case PREF_NEW_ALERT: return(Audit); case PREF_NEW_SOUND: return(Audit); case PREF_SIG: return(Audit); case PREF_AUTO_SEND: return(Audit); case PREF_BX_TEXT: return(Audit); case PREF_TRANS_METHOD: return(Audit); case PREF_TAB_IN_TEXT: return(Audit); case PREF_PRINT_FONT: return(Audit); case PREF_PRINT_FONT_SIZE: return(Audit); case PREF_NO_APPLE_FLASH: return(Audit); case PREF_CAN_PIPELINE: return(Audit); case PREF_EASY_DEL_UNREAD: return(Audit); case PREF_SUPERCLOSE: return(Audit); case PREF_SENSITIVE: return(Audit); case PREF_MWIDTH: return(Audit); case PREF_MHEIGHT: return(Audit); case PREF_EXCLUDE_HEADERS: return(Audit); case PREF_SWITCH_MODIFIERS: return(Audit); case PREF_AUTOHEX: return(Audit); case PREF_WARN_RICH: return(Audit); case PREF_NO_BIGGIES: return(Audit); case PREF_NICK_AUTO_EXPAND: return(Audit); case PREF_SUM_ONLY: return(Audit); case PREF_NO_OPEN_IN: return(Audit); case PREF_MANUAL_BOX_SELECTION: return(Audit); case PREF_IGNORE_OUTDATE: return(Audit); case PREF_REPLY_ALL: return(Audit); case PREF_NOT_ME: return(Audit); case PREF_APOP: return(Audit); case PREF_NW_DEV: return(Audit); case PREF_CORVAIR: return(Audit); case PREF_NO_RF_TOC_BACKUP: return(Audit); case PREF_LOCK_CODE: return(Audit); case PREF_BOX_HIDDEN: return(Audit); case PREF_LOCK_REDIR: return(Audit); case PREF_RECEIPT: return(Audit); case PREF_RRT: return(Audit); case PREF_NO_DELKEY: return(Audit); case PREF_POP_MODE: return(Audit); case PREF_OLD_DIGEST: return(Audit); case PREF_LOG: return(Audit); case PREF_NO_IN_PRIOR: return(Audit); case PREF_NO_XF_PRIOR: return(Audit); case PREF_IN_XLATE: return(Audit); case PREF_OUT_XLATE: return(Audit); case PREF_NO_AUTO_OPEN: