00001 // @(#)root/editline:$Id: compat.h 30167 2009-09-15 10:03:23Z axel $ 00002 // Author: Axel Naumann, 2009 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2009, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 #ifndef __LIBEDIT_COMPATH_H 00013 #define __LIBEDIT_COMPATH_H 00014 00015 #include "compat_conf.h" 00016 00017 #include "strlcpy.h" 00018 00019 #if HAVE_SYS_CDEFS_H 00020 # include <sys/cdefs.h> 00021 #endif 00022 00023 #endif