From: Jonathan McDowell Date: Sat, 12 Jun 2004 16:12:16 +0000 (+0000) Subject: Remove config.h.in X-Git-Tag: 0.3.0~32 X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=c80e4acc7e15d50bb9398cfb77d4efd7ea2b6710 Remove config.h.in Removed config.h.in as autoheader will create this for us anyway. --- diff --git a/config.h.in b/config.h.in deleted file mode 100644 index 7f09abd..0000000 --- a/config.h.in +++ /dev/null @@ -1,16 +0,0 @@ -/* - * config.h - Autoconf config header file. - * - * Jonathan McDowell - * - * Copyright 2004 Project Purple - */ - -#ifndef __CONFIG_H_ -#define __CONFIG_H_ - -/* Define to 1 if your processor stores words with the most significant byte - * first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN - -#endif /* __CONFIG_H_ */