aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-03-16 23:10:52 +0000
committerFritz Elfert <felfert@to.com>2002-03-16 23:10:52 +0000
commit193af441a127a0daabbd17c512e34817ddbcadfd (patch)
treedeef4cbfdf258ae3c7d8cde2b43a611520f73632 /acconfig.h
parent7121719ec7f473c3d26873d688179a7d7f466026 (diff)
downloadplptools-193af441a127a0daabbd17c512e34817ddbcadfd.tar.gz
plptools-193af441a127a0daabbd17c512e34817ddbcadfd.tar.bz2
plptools-193af441a127a0daabbd17c512e34817ddbcadfd.zip
- ncpd now works with both Series 3 and Series 5
- ncpd now has autobaud feature (default on), which cycles baudrate - lib: added getSpeed() for retrieving current speed of connection - plpftp: Use getSpeed() - plpbackup: Ongoing work - configure stuff: removed several entries from acconfig.h comments now defined as 3rd arg to AC_DEFINE...
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/acconfig.h b/acconfig.h
index eba7710..db3299c 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -12,9 +12,6 @@
/* Define this, if you have libreadline */
#undef HAVE_LIBREADLINE
-/* Define this, if you have libhistory */
-#undef HAVE_LIBHISTORY
-
/* Define if the C++ compiler supports BOOL */
#undef HAVE_BOOL
@@ -39,33 +36,6 @@
/* The package name */
#undef PACKAGE
-/* Define this to your mtab's path */
-#undef MTAB_PATH
-
-/* Define this to your temporary mtab's path */
-#undef MTAB_TMP
-
-/* Define this this if you want to prevent plpnfsd from updating mtab */
-#undef DONT_UPDATE_MTAB
-
-/* Define this to your serial device node */
-#undef DDEV
-
-/* Define this to your serial device speed */
-#undef DSPEED
-
-/* Define this to the TCP port ncpd should listen on */
-#undef DPORT
-
-/* Define this to your default drive on your Psion */
-#undef DDRIVE
-
-/* Define this to your default directory on your Psion */
-#undef DBASEDIR
-
-/* Define this to your default mountpoint for plpnfsd */
-#undef DMOUNTPOINT
-
/* Define this to enable debugging code */
#undef DEBUG