summaryrefslogtreecommitdiff
path: root/tools/makepaths
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makepaths')
-rwxr-xr-xtools/makepaths15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/makepaths b/tools/makepaths
deleted file mode 100755
index 1665e5d..0000000
--- a/tools/makepaths
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-# $Id$
-#
-# makepaths script -- generate zephyr_paths.h file on stdout
-echo "/* This file is automatically generated. Do not edit it. */"
-echo '#define Z_ETCATHDIR ' \"$ETCATHDIR\"
-echo '#define Z_CLIENTDIR ' \"$CLIENTDIR\"
-echo '#define Z_LIBDIR ' \"$LIBDIR\"
-if [ x"$HaveKerberos" != x ]; then
- echo '#define Z_HaveKerberos'
-fi
-if [ x"$HaveHesiod" != x ]; then
- echo '#define Z_HaveHesiod'
-fi
-exit 0