#include config.h so that byte swapping will be enabled on configurations

where it's required.
ver1_5_1
Chris Laurel 2002-03-29 18:25:50 +00:00
parent 0a2e8b93f2
commit 283e1ba062
1 changed files with 1 additions and 3 deletions

View File

@ -10,11 +10,9 @@
#ifndef _BYTES_H_
#define _BYTES_H_
#if 0
#ifndef _WIN32
#include "../config.h"
#include <config.h>
#endif /* _WIN32 */
#endif
/* Use the system byteswap.h definitions if we have them */
#ifdef HAVE_BYTESWAP_H