/* * Copyright (c) 2006 Sendmail, Inc. and its suppliers. * All rights reserved. * * By using this file, you agree to the terms and conditions set * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * * $Id: note.h,v 1.1 2006/03/14 18:53:08 ca Exp $ */ #ifndef SM_NOTES_H #define SM_NOTES_H 1 #if HAVE_NOTES_H #include #else #define NOTE(x) #endif #endif /* SM_NOTES_H */