Changeset 310

Autoconf changes! finally! Please test.

Committed by:  opus
Date:  Oct 10 2005 * 07:01 (over 3 years ago)

Affected files:

openpbx/trunk/acl.c (unified diff)

r290r310
5757 #define IPTOS_MINCOST IPTOS_LOWCOST
5858 #endif
5959
60 #include "openpbx.h"
60 #include "include/openpbx.h"
6161
6262 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
6363

openpbx/trunk/alaw.c (unified diff)

r290r310
2222 *
2323 */
2424
25 #include "openpbx.h"
25 #include "include/openpbx.h"
2626
2727 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
2828

openpbx/trunk/app.c (unified diff)

r290r310
3434 #include <sys/stat.h>
3535 #include <regex.h>
3636
37 #include "openpbx.h"
37 #include "include/openpbx.h"
3838
3939 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4040

openpbx/trunk/autoservice.c (unified diff)

r290r310
3131 #include <unistd.h>
3232 #include <math.h> /* For PI */
3333
34 #include "openpbx.h"
34 #include "include/openpbx.h"
3535
3636 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3737

openpbx/trunk/callerid.c (unified diff)

r290r310
3030 #include <math.h>
3131 #include <ctype.h>
3232
33 #include "openpbx.h"
33 #include "include/openpbx.h"
3434
3535 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3636

openpbx/trunk/cdr.c (unified diff)

r290r310
3030 #include <stdio.h>
3131 #include <signal.h>
3232
33 #include "openpbx.h"
33 #include "include/openpbx.h"
3434
3535 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3636

openpbx/trunk/channel.c (unified diff)

r290r310
4343 #endif
4444 #endif
4545
46 #include "openpbx.h"
46 #include "include/openpbx.h"
4747
4848 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4949

openpbx/trunk/chanvars.c (unified diff)

r290r310
2525 #include <stdlib.h>
2626 #include <string.h>
2727
28 #include "openpbx.h"
28 #include "include/openpbx.h"
2929
3030 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3131

openpbx/trunk/cli.c (unified diff)

r290r310
3030 #include <string.h>
3131 #include <ctype.h>
3232
33 #include "openpbx.h"
33 #include "include/openpbx.h"
3434
3535 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3636

openpbx/trunk/config.c (unified diff)

r290r310
3636 # include <glob.h>
3737 #endif
3838
39 #include "openpbx.h"
39 #include "include/openpbx.h"
4040
4141 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4242

openpbx/trunk/db.c (unified diff)

r290r310
3030 #include <unistd.h>
3131 #include <dirent.h>
3232
33 #include "openpbx.h"
33 #include "include/openpbx.h"
3434
3535 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3636

openpbx/trunk/devicestate.c (unified diff)

r290r310
2727 #include <stdlib.h>
2828 #include <string.h>
2929
30 #include "openpbx.h"
30 #include "include/openpbx.h"
3131
3232 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3333

openpbx/trunk/dns.c (unified diff)

r290r310
3131 #include <resolv.h>
3232 #include <unistd.h>
3333
34 #include "openpbx.h"
34 #include "include/openpbx.h"
3535
3636 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3737

openpbx/trunk/dnsmgr.c (unified diff)

r290r310
3434 #include <regex.h>
3535 #include <signal.h>
3636
37 #include "openpbx.h"
37 #include "include/openpbx.h"
3838
3939 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4040

openpbx/trunk/dsp.c (unified diff)

r290r310
4646 #include <errno.h>
4747 #include <stdio.h>
4848
49 #include "openpbx.h"
49 #include "include/openpbx.h"
5050
5151 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
5252

openpbx/trunk/editline/Makefile.in (unified diff)

r290r310
1 # Generated automatically from Makefile.in by configure.
12 #
23 # Generic Makefile for libedit.
34 #
------
1213
1314 SHELL = /bin/sh
1415
15 CC = @CC@
16 AR = @AR@
17 RANLIB = @RANLIB@
18 CPPFLAGS = @CPPFLAGS@ -I.
19 CFLAGS = @CFLAGS@
20 A_CFLAGS = @A_CFLAGS@
21 S_CFLAGS = @S_CFLAGS@
22 LDFLAGS = @LDFLAGS@
23 S_LDFLAGS = @S_LDFLAGS@
24 LIBS = @LIBS@
16 CC = gcc
17 AR = /usr/bin/ar
18 RANLIB = ranlib
19 CPPFLAGS = '-D__RCSID(x)=' '-D__COPYRIGHT(x)=' '-D__RENAME(x)=' '-D_DIAGASSERT(x)=' -I.
20 CFLAGS = -Wall -pipe -g3 -O
21 A_CFLAGS =
22 S_CFLAGS = -fPIC -DPIC
23 LDFLAGS =
24 S_LDFLAGS = -shared
25 LIBS = -ltermcap
2526
26 INSTALL = @INSTALL@
27 PREFIX = @prefix@
27 INSTALL = install
28 PREFIX = /usr/local
2829
2930 ifeq ($(OSTYPE),SunOS)
3031 CFLAGS+=-DSOLARIS -I../include/solaris-compat
3132 endif
3233
3334 # .c files.
34 ACSRCS = @ACSRCS@
35 BCSRCS = @BCSRCS@
36 CCSRCS = @CCSRCS@
35 ACSRCS = common.c emacs.c vi.c
36 BCSRCS = chared.c el.c hist.c key.c map.c parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c
37 CCSRCS = np/strlcat.c np/strlcpy.c np/fgetln.c np/vis.c np/unvis.c history.c tokenizer.c readline.c
3738
3839 # Generated .c files.
39 AGCSRCS = @AGCSRCS@
40 BGCSRCS = @BGCSRCS@
40 AGCSRCS = fcns.c help.c
41 BGCSRCS = editline.c
4142
4243 # .h files.
43 HDRS = @HDRS@
44 HDRS = chared.h el.h hist.h key.h map.h parse.h prompt.h refresh.h search.h sig.h sys.h term.h tokenizer.h tty.h
4445
4546 # Generated .h files.
46 AGHDRS = @AGHDRS@
47 BGHDRS = @BGHDRS@
47 AGHDRS = common.h emacs.h vi.h
48 BGHDRS = fcns.h help.h
4849
4950 # Installed .h files.
50 IHDRS = @IHDRS@
51 IHDR_LINKS = @IHDR_LINKS@
52 HDR_DIRS = @HDR_DIRS@
51 IHDRS = histedit.h readline/readline.h
52 IHDR_LINKS = readline.h readline/history.h
53 HDR_DIRS = include include/readline
5354
5455 # Man pages.
55 MAN3 = @MAN3@
56 MAN5 = @MAN5@
57 MAN3_LINKS = @MAN3_LINKS@
58 MAN_DIRS = @MAN_DIRS@
56 MAN3 = editline.3
57 MAN5 = editrc.5
58 MAN3_LINKS = editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 editline.3 el_gets.3 editline.3 el_getc.3 editline.3 el_push.3 editline.3 el_parse.3 editline.3 el_set.3 editline.3 el_get.3 editline.3 el_source.3 editline.3 el_resize.3 editline.3 el_line.3 editline.3 el_insertstr.3 editline.3 el_deletestr.3 editline.3 history_init.3 editline.3 history_end.3 editline.3 history.3
59 MAN_DIRS = man/man3 man/man5
5960
6061 # Library.
61 LIB_DIRS = @LIB_DIRS@
62 LIB_VER = @LIB_VER@
63 LIB_A = @LIB_A@
64 LIB_A_LINKS = @LIB_A_LINKS@
65 LIB_S = @LIB_S@
66 LIB_S_LINKS = @LIB_S_LINKS@
62 LIB_DIRS = lib
63 LIB_VER =
64 LIB_A = libedit.a
65 LIB_A_LINKS = libedit.a libreadline.a
66 LIB_S = libedit.so.2
67 LIB_S_LINKS = libedit.so.2 libedit.so libedit.so libreadline.so
6768
6869 # Test program.
69 TEST = @TEST@
70 TCSRCS = @TCSRCS@
70 TEST = TEST/test
71 TCSRCS = TEST/test.c
7172
7273 # Clear out all paths, then set just one (default path) for the main build
7374 # directory.

openpbx/trunk/enum.c (unified diff)

r290r310
3939 #include <unistd.h>
4040 #include <errno.h>
4141
42 #include "openpbx.h"
42 #include "include/openpbx.h"
4343
4444 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4545

openpbx/trunk/file.c (unified diff)

r290r310
3333 #include <sys/types.h>
3434 #include <sys/stat.h>
3535
36 #include "openpbx.h"
36 #include "include/openpbx.h"
3737
3838 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3939

openpbx/trunk/frame.c (unified diff)

r290r310
2828 #include <errno.h>
2929 #include <stdio.h>
3030
31 #include "openpbx.h"
31 #include "include/openpbx.h"
3232
3333 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3434

openpbx/trunk/fskmodem.c (unified diff)

r290r310
2626
2727 #include <stdio.h>
2828
29 #include "openpbx.h"
29 #include "include/openpbx.h"
3030
3131 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3232

openpbx/trunk/image.c (unified diff)

r290r310
3131 #include <errno.h>
3232 #include <unistd.h>
3333
34 #include "openpbx.h"
34 #include "include/openpbx.h"
3535
3636 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3737

openpbx/trunk/indications.c (unified diff)

r290r310
3232 #include <string.h>
3333 #include <math.h> /* For PI */
3434
35 #include "openpbx.h"
35 #include "include/openpbx.h"
3636
3737 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3838

openpbx/trunk/io.c (unified diff)

r290r310
2929 #include <string.h> /* for memset */
3030 #include <sys/ioctl.h>
3131
32 #include "openpbx.h"
32 #include "include/openpbx.h"
3333
3434 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3535

openpbx/trunk/jitterbuf.c (unified diff)

r290r310
2929 #include <stdlib.h>
3030 #include <string.h>
3131
32 #include "openpbx.h"
32 #include "include/openpbx.h"
3333
3434 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3535

openpbx/trunk/loader.c (unified diff)

r290r310
2828 #include <stdlib.h>
2929 #include <string.h>
3030
31 #include "openpbx.h"
31 #include "include/openpbx.h"
3232
3333 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3434

openpbx/trunk/logger.c (unified diff)

r290r310
3737 from <syslog.h> which is included by logger.h */
3838 #include <syslog.h>
3939
40 #include "openpbx.h"
40 #include "include/openpbx.h"
4141
4242 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4343

openpbx/trunk/manager.c (unified diff)

r290r310
3838 #include <errno.h>
3939 #include <unistd.h>
4040
41 #include "openpbx.h"
41 #include "include/openpbx.h"
4242
4343 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4444

openpbx/trunk/md5.c (unified diff)

r290r310
1919 */
2020 #include <string.h> /* for memcpy() */
2121
22 #include "openpbx.h"
22 #include "include/openpbx.h"
2323
2424 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
2525

openpbx/trunk/netsock.c (unified diff)

r290r310
4848 #include <sys/sockio.h>
4949 #endif
5050
51 #include "openpbx.h"
51 #include "include/openpbx.h"
5252
5353 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
5454

openpbx/trunk/opbxmm.c (unified diff)

r290r310
2828 #include <string.h>
2929 #include <time.h>
3030
31 #include "openpbx.h"
31 #include "include/openpbx.h"
3232
3333 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3434

openpbx/trunk/openpbx.c (unified diff)

r290r310
4444 #include <netdb.h>
4545 #endif
4646
47 #include "openpbx.h"
47 #include "include/openpbx.h"
4848
4949 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
5050

openpbx/trunk/pbx.c (unified diff)

r290r310
3232 #include <time.h>
3333 #include <sys/time.h>
3434
35 #include "openpbx.h"
35 #include "include/openpbx.h"
3636
3737 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3838

openpbx/trunk/plc.c (unified diff)

r290r310
3636 #include <math.h>
3737 #include <limits.h>
3838
39 #include "openpbx.h"
39 #include "include/openpbx.h"
4040
4141 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4242

openpbx/trunk/privacy.c (unified diff)

r290r310
3131 #include <unistd.h>
3232 #include <dirent.h>
3333
34 #include "openpbx.h"
34 #include "include/openpbx.h"
3535
3636 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3737

openpbx/trunk/rtp.c (unified diff)

r292r310
3737 #include <arpa/inet.h>
3838 #include <fcntl.h>
3939
40 #include "openpbx.h"
40 #include "include/openpbx.h"
4141
4242 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4343

openpbx/trunk/say.c (unified diff)

r290r310
3838 #include <iso/limits_iso.h>
3939 #endif
4040
41 #include "openpbx.h"
41 #include "include/openpbx.h"
4242
4343 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4444

openpbx/trunk/sched.c (unified diff)

r290r310
3434 #include <unistd.h>
3535 #include <string.h>
3636
37 #include "openpbx.h"
37 #include "include/openpbx.h"
3838
3939 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4040

openpbx/trunk/srv.c (unified diff)

r290r310
3535 #include <string.h>
3636 #include <unistd.h>
3737
38 #include "openpbx.h"
38 #include "include/openpbx.h"
3939
4040 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
4141

openpbx/trunk/tdd.c (unified diff)

r290r310
3232 #include <math.h>
3333 #include <ctype.h>
3434
35 #include "openpbx.h"
35 #include "include/openpbx.h"
3636
3737 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3838

openpbx/trunk/term.c (unified diff)

r290r310
3333 #include <fcntl.h>
3434 #include <unistd.h>
3535
36 #include "openpbx.h"
36 #include "include/openpbx.h"
3737
3838 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3939

openpbx/trunk/translate.c (unified diff)

r290r310
3030 #include <string.h>
3131 #include <stdio.h>
3232
33 #include "openpbx.h"
33 #include "include/openpbx.h"
3434
3535 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3636

openpbx/trunk/ulaw.c (unified diff)

r290r310
2222 *
2323 */
2424
25 #include "openpbx.h"
25 #include "include/openpbx.h"
2626
2727 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
2828

openpbx/trunk/utils.c (unified diff)

r290r310
3333 #include <arpa/inet.h>
3434 #include <stdarg.h>
3535
36 #include "openpbx.h"
36 #include "include/openpbx.h"
3737
3838 OPENPBX_FILE_VERSION(__FILE__, "$Revision$")
3939