#ifndef __GTK_EDIT_INTERNAL_H__ #define __GTK_EDIT_INTERNAL_H__ #include #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include #include #include #ifdef HAVE_UNISTD_H #include #endif #include /* FIXME: gtk won't have my string */ #include #ifdef HAVE_FCNTL_H #include #endif #include #include #ifdef HAVE_SYS_TIME_H #include #endif #include "regex.h" /* FIXME: will gtk have regexp? */ #include #include "lkeysym.h" /* FIXME: gtk won't have lkeysym.h */ #include "stringtools.h" /* FIXME: gtk won't have my stringtools.h */ #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __GTK_EDIT_INTERNAL_H__ */