aclocal.m4

Thu, 02 May 2024 15:49:16 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 02 May 2024 15:49:16 +0200
changeset 716
5c30c8ef83a8
parent 2
217c90acc389
permissions
-rw-r--r--

Version 0.9.19b3. The simulator thread can be paused to be able to add and delete simulators. Added simulated door and PSU status. Devices can now fully use multiple simulators. Better rounding of simulated temperature values. The server SIMULATOR DEL and ADD commands pause the simulator when the linked list is manipulated. Fixed SIGSEGV when a simulator is added. Added socket SO_REUSEADDR again to the server socket.

2
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 # generated automatically by aclocal 1.11.5 -*- Autoconf -*-
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 # Inc.
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 # This file is free software; the Free Software Foundation
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 # gives unlimited permission to copy and/or distribute it,
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 # with or without modifications, as long as this notice is preserved.
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10 # This program is distributed in the hope that it will be useful,
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
13 # PARTICULAR PURPOSE.
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
14
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
15 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
16 # Free Software Foundation, Inc.
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
17 #
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
18 # This file is free software; the Free Software Foundation
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
19 # gives unlimited permission to copy and/or distribute it,
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
20 # with or without modifications, as long as this notice is preserved.
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
21
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
22 # serial 8
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
23
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
24 # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
25 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
217c90acc389 Added aclocal
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
26

mercurial