summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-07-12 22:59:15 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-07-12 22:59:15 +0000
commitcb292206c5c160cde6eb5618de64f810e62f378a (patch)
tree54e4fc4f39a97edad06ae0f8266d87c46a506d06 /src/include/c.h
parentdce43d22f052f7c9cbbf9535c9e50aaa7e51c1d9 (diff)
downloadpostgresql-cb292206c5c160cde6eb5618de64f810e62f378a.tar.gz
Remove a bunch of unused configure tests, in particular cases where
* the result is not recorded anywhere * the result is not used anywhere * the result is only used in some places, whereas others have been getting away with it * the result is used improperly Also make command line options handling a little better (e.g., --disable-locale, while redundant, should really still *dis*able).
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 18bdda5e78..603c5bbfe8 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: c.h,v 1.77 2000/07/12 17:38:53 petere Exp $
+ * $Id: c.h,v 1.78 2000/07/12 22:59:12 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -46,15 +46,12 @@
#include "config.h"
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/fcntl.h>
-#ifdef STDC_HEADERS
#include <stddef.h>
#include <stdarg.h>
-#endif
#ifdef __CYGWIN32__
#include <errno.h>