From c80e4acc7e15d50bb9398cfb77d4efd7ea2b6710 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sat, 12 Jun 2004 16:12:16 +0000 Subject: [PATCH] Remove config.h.in Removed config.h.in as autoheader will create this for us anyway. --- config.h.in | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 config.h.in 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_ */ -- 2.39.2