summaryrefslogtreecommitdiff
path: root/config.site.athena
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2007-07-20 04:26:48 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2007-07-20 04:26:48 +0000
commit82ea504def6eb144c2b13b315890b297e29345c5 (patch)
treeb4623148e6feddde431fcb3b564342c5b0d64523 /config.site.athena
parent0feeeb3f9ce439f7bca5b691c7c681319a107a8e (diff)
parente6df42eaf361b9878e79ab8964aa26e1ddb95cef (diff)
unpack of new upstream
Diffstat (limited to 'config.site.athena')
-rw-r--r--config.site.athena50
1 files changed, 50 insertions, 0 deletions
diff --git a/config.site.athena b/config.site.athena
new file mode 100644
index 0000000..152cbd6
--- /dev/null
+++ b/config.site.athena
@@ -0,0 +1,50 @@
+# config.site: Athena-specific autconf configuration
+# $Id$
+#
+
+athena=true
+
+# Compile programs with debugging and without optimization, for ease
+# of maintenance. Use headers and libraries from /usr/athena.
+: ${CFLAGS=-g}
+: ${LDFLAGS="-L/usr/athena/lib -Wl,-R/usr/athena/lib"}
+: ${CPPFLAGS="-I/usr/athena/include -D_REENTRANT"}
+
+# Set location of X and Motif includes and libraries.
+case "$ATHENA_HOSTTYPE" in
+sun4)
+ x_includes=/usr/openwin/include
+ x_libraries=/usr/openwin/lib
+ with_motif=/usr/dt
+ ;;
+linux)
+ x_includes=/usr/X11R6/include
+ x_libraries=/usr/X11R6/lib
+ with_motif=yes
+ # Kludge around namespace protection problems.
+ ac_cv_lib_resolv_res_send=yes
+ ac_cv_lib_db_dbm_open=yes
+ ;;
+*)
+ x_includes=
+ x_libraries=
+ with_motif=yes
+ ;;
+esac
+
+# Set location of various includes and libraries if they aren't
+# already set.
+[ -n "$with_afs" ] || with_afs=/usr/afsws
+[ -n "$with_krb4" ] || with_krb4=yes
+[ -n "$with_krb5" ] || with_krb5=yes
+[ -n "$with_hesiod" ] || with_hesiod=yes
+[ -n "$with_com_err" ] || with_com_err=yes
+[ -n "$with_ss" ] || with_ss=yes
+[ -n "$with_zephyr" ] || with_zephyr=yes
+[ -n "$with_ares" ] || with_ares=yes
+
+prefix=/usr/athena
+sbindir='${exec_prefix}/etc'
+sysconfdir=/etc/athena
+lbindir=/bin/athena
+lsbindir=/etc/athena