src/sdo.c
changeset 84 19def60bd29c
parent 82 81505425b1e5
child 86 683702a46416
equal deleted inserted replaced
83:3a7d54b0a299 84:19def60bd29c
    18 You should have received a copy of the GNU Lesser General Public
    18 You should have received a copy of the GNU Lesser General Public
    19 License along with this library; if not, write to the Free Software
    19 License along with this library; if not, write to the Free Software
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    21 */
    21 */
    22 
    22 
    23 #define DEBUG_WAR_CONSOLE_ON 
    23 /* #define DEBUG_WAR_CONSOLE_ON */
    24 #define DEBUG_ERR_CONSOLE_ON 
    24 /* #define DEBUG_ERR_CONSOLE_ON */
    25 
    25 
    26 #include "objacces.h"
    26 #include "objacces.h"
    27 #include "sdo.h"
    27 #include "sdo.h"
    28 
    28 
    29 /* Uncomment if your compiler does not support inline functions */
    29 /* Uncomment if your compiler does not support inline functions */