/* ** Copyright 2007 Logitech. All Rights Reserved. ** ** This file is subject to the Logitech Public Source License Version 1.0. Please see the LICENCE file for details. */ #include "config.h" #include #include #include #include #include #ifdef HAVE_DIRECT_H #include #endif #ifdef HAVE_FCNTL_H #include #endif #ifdef HAVE_LIBGEN_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STROPTS_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_SYS_TIME_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #include #include "lua.h" #include "lauxlib.h"