about summary refs log tree commit diff stats
path: root/config.hin
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-09-12 09:32:20 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-09-12 09:32:20 -0400
commit2f5222ea2a4d549b4f269c11d34016fc7dc58dde (patch)
treea71f2059819076b2adf4922b25d7cbe7d217c3fe /config.hin
parent549ec595d1da7693d5f7730e63f539cc8452307f (diff)
downloadlynx-snapshots-2f5222ea2a4d549b4f269c11d34016fc7dc58dde.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-64
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.hin b/config.hin
index 01e67b9f..c1c1d699 100644
--- a/config.hin
+++ b/config.hin
@@ -1,4 +1,7 @@
 /* The configure script translates "config.hin" into "lynx_cfg.h" */
+#ifndef LYNX_CFG_H
+#define LYNX_CFG_H 1
+
 #undef USE_COLOR_STYLE		/* FIXME: was 'CS' */
 #undef USEHASH			/* FIXME: rename to USE_HASHING */
 #undef UNPAINT_CACHE		/* FIXME: for RP's code */
@@ -81,7 +84,6 @@
 #undef ZIP_PATH			/* CF_PATH_PROG(zip) */
 #undef const			/* defined by AC_C_CONST */
 #undef vfork			/* defined by AC_FUNC_FORK */
-/* FIXME:AIX4 */
 /* FIXME:ALLOW_USERS_TO_CHANGE_EXEC_WITHIN_OPTIONS */
 /* FIXME:BSDI */
 /* FIXME:DECLARE_WAIS_LOGFILES */
@@ -101,3 +103,5 @@
 /* FIXME:SOCKS */
 /* FIXME:SVR4_BSDSELECT */
 /* FIXME:SYSLOG_REQUESTED_URLS */
+
+#endif /* LYNX_CFG_H */