Changeset 533 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
1999-09-07T16:57:01+12:00 (25 years ago)
Author:
sjboddie
Message:

added GPL notice

Location:
trunk/gsdl/src/recpt
Files:
55 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/Makefile

    r440 r533  
    22#
    33# Makefile --
     4# A component of the Greenstone digital library software
     5# from the New Zealand Digital Library Project at the
     6# University of Waikato, New Zealand.
     7#
    48# Copyright (C) 1999  The New Zealand Digital Library Project
    59#
    6 # PUT COPYRIGHT NOTICE HERE
     10# This program is free software; you can redistribute it and/or modify
     11# it under the terms of the GNU General Public License as published by
     12# the Free Software Foundation; either version 2 of the License, or
     13# (at your option) any later version.
     14#
     15# This program is distributed in the hope that it will be useful,
     16# but WITHOUT ANY WARRANTY; without even the implied warranty of
     17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18# GNU General Public License for more details.
     19#
     20# You should have received a copy of the GNU General Public License
     21# along with this program; if not, write to the Free Software
     22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     23#
    724#
    825###########################################################################
     
    134151library: $(LIBRARY_OBJS)
    135152    $(LINK) $(LIBRARY_OBJS) $(LIBS)
    136 
    137 # DO NOT DELETE
    138 receptionist.o: receptionist.cpp receptionist.h ../../lib/gsdlconf.h \
    139  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    140  /usr/include/g++/vector.h /usr/include/g++/function.h \
    141  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    142  /usr/include/g++/iterator.h \
    143  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    144  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    145  /usr/include/libio.h /usr/include/_G_config.h \
    146  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    147  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    148  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    149  /usr/include/features.h /usr/include/errno.h \
    150  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    151  /usr/include/alloca.h \
    152  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    153  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    154  /usr/include/limits.h /usr/include/posix1_lim.h \
    155  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    156  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    157  /usr/include/g++/set.h /usr/include/g++/tree.h \
    158  /usr/include/g++/projectn.h /usr/include/g++/map \
    159  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    160  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    161  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    162  /usr/include/g++/fstream.h action.h recptproto.h comtypes.h \
    163  converter.h ../../lib/gsdlunicode.h ../../lib/fileutil.h cgiutils.h \
    164  htmlutils.h OIDtools.h /usr/include/assert.h /usr/include/time.h \
    165  /usr/include/sys/time.h /usr/include/linux/types.h \
    166  /usr/include/linux/posix_types.h /usr/include/asm/posix_types.h \
    167  /usr/include/asm/types.h /usr/include/linux/time.h \
    168  /usr/include/sys/types.h /usr/include/sys/bitypes.h
    169 cgiwrapper.o: cgiwrapper.cpp ../../lib/gsdlconf.h ../../lib/site.h \
    170  cgiwrapper.h receptionist.h ../../lib/text_t.h \
    171  /usr/include/g++/vector /usr/include/g++/vector.h \
    172  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    173  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    174  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    175  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    176  /usr/include/libio.h /usr/include/_G_config.h \
    177  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    178  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    179  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    180  /usr/include/features.h /usr/include/errno.h \
    181  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    182  /usr/include/alloca.h \
    183  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    184  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    185  /usr/include/limits.h /usr/include/posix1_lim.h \
    186  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    187  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    188  /usr/include/g++/set.h /usr/include/g++/tree.h \
    189  /usr/include/g++/projectn.h /usr/include/g++/map \
    190  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    191  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    192  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    193  /usr/include/g++/fstream.h action.h recptproto.h comtypes.h \
    194  converter.h ../../lib/gsdlunicode.h recptconfig.h \
    195  ../../packages/fcgi/include/fcgiapp.h \
    196  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stdarg.h \
    197  ../../packages/fcgi/include/fcgi_config.h
    198 cgiargs.o: cgiargs.cpp cgiargs.h ../../lib/gsdlconf.h ../../lib/site.h \
    199  ../../lib/text_t.h /usr/include/g++/vector /usr/include/g++/vector.h \
    200  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    201  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    202  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    203  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    204  /usr/include/libio.h /usr/include/_G_config.h \
    205  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    206  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    207  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    208  /usr/include/features.h /usr/include/errno.h \
    209  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    210  /usr/include/alloca.h \
    211  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    212  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    213  /usr/include/limits.h /usr/include/posix1_lim.h \
    214  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    215  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    216  /usr/include/g++/set.h /usr/include/g++/tree.h \
    217  /usr/include/g++/projectn.h /usr/include/g++/map \
    218  /usr/include/g++/map.h ../../lib/gsdlunicode.h
    219 action.o: action.cpp action.h ../../lib/gsdlconf.h ../../lib/site.h \
    220  ../../lib/text_t.h /usr/include/g++/vector /usr/include/g++/vector.h \
    221  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    222  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    223  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    224  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    225  /usr/include/libio.h /usr/include/_G_config.h \
    226  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    227  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    228  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    229  /usr/include/features.h /usr/include/errno.h \
    230  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    231  /usr/include/alloca.h \
    232  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    233  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    234  /usr/include/limits.h /usr/include/posix1_lim.h \
    235  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    236  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    237  /usr/include/g++/set.h /usr/include/g++/tree.h \
    238  /usr/include/g++/projectn.h /usr/include/g++/map \
    239  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    240  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    241  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    242  /usr/include/g++/fstream.h recptproto.h comtypes.h \
    243  /usr/include/assert.h
    244 converter.o: converter.cpp converter.h ../../lib/gsdlconf.h \
    245  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    246  /usr/include/g++/vector.h /usr/include/g++/function.h \
    247  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    248  /usr/include/g++/iterator.h \
    249  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    250  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    251  /usr/include/libio.h /usr/include/_G_config.h \
    252  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    253  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    254  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    255  /usr/include/features.h /usr/include/errno.h \
    256  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    257  /usr/include/alloca.h \
    258  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    259  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    260  /usr/include/limits.h /usr/include/posix1_lim.h \
    261  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    262  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    263  /usr/include/g++/set.h /usr/include/g++/tree.h \
    264  /usr/include/g++/projectn.h /usr/include/g++/map \
    265  /usr/include/g++/map.h ../../lib/gsdlunicode.h
    266 recptconfig.o: recptconfig.cpp recptconfig.h ../../lib/gsdlconf.h \
    267  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    268  /usr/include/g++/vector.h /usr/include/g++/function.h \
    269  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    270  /usr/include/g++/iterator.h \
    271  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    272  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    273  /usr/include/libio.h /usr/include/_G_config.h \
    274  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    275  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    276  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    277  /usr/include/features.h /usr/include/errno.h \
    278  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    279  /usr/include/alloca.h \
    280  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    281  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    282  /usr/include/limits.h /usr/include/posix1_lim.h \
    283  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    284  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    285  /usr/include/g++/set.h /usr/include/g++/tree.h \
    286  /usr/include/g++/projectn.h /usr/include/g++/map \
    287  /usr/include/g++/map.h receptionist.h cgiargs.h ../../lib/display.h \
    288  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    289  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    290  /usr/include/g++/fstream.h action.h recptproto.h comtypes.h \
    291  converter.h ../../lib/gsdlunicode.h ../../lib/fileutil.h \
    292  ../../lib/cfgread.h
    293 cgiutils.o: cgiutils.cpp cgiutils.h ../../lib/gsdlconf.h \
    294  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    295  /usr/include/g++/vector.h /usr/include/g++/function.h \
    296  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    297  /usr/include/g++/iterator.h \
    298  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    299  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    300  /usr/include/libio.h /usr/include/_G_config.h \
    301  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    302  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    303  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    304  /usr/include/features.h /usr/include/errno.h \
    305  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    306  /usr/include/alloca.h \
    307  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    308  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    309  /usr/include/limits.h /usr/include/posix1_lim.h \
    310  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    311  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    312  /usr/include/g++/set.h /usr/include/g++/tree.h \
    313  /usr/include/g++/projectn.h /usr/include/g++/map \
    314  /usr/include/g++/map.h cgiargs.h
    315 OIDtools.o: OIDtools.cpp OIDtools.h ../../lib/text_t.h \
    316  ../../lib/gsdlconf.h ../../lib/site.h /usr/include/g++/vector \
    317  /usr/include/g++/vector.h /usr/include/g++/function.h \
    318  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    319  /usr/include/g++/iterator.h \
    320  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    321  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    322  /usr/include/libio.h /usr/include/_G_config.h \
    323  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    324  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    325  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    326  /usr/include/features.h /usr/include/errno.h \
    327  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    328  /usr/include/alloca.h \
    329  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    330  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    331  /usr/include/limits.h /usr/include/posix1_lim.h \
    332  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    333  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    334  /usr/include/g++/set.h /usr/include/g++/tree.h \
    335  /usr/include/g++/projectn.h /usr/include/g++/map \
    336  /usr/include/g++/map.h recptproto.h comtypes.h
    337 browsetools.o: browsetools.cpp browsetools.h ../../lib/gsdlconf.h \
    338  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    339  /usr/include/g++/vector.h /usr/include/g++/function.h \
    340  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    341  /usr/include/g++/iterator.h \
    342  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    343  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    344  /usr/include/libio.h /usr/include/_G_config.h \
    345  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    346  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    347  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    348  /usr/include/features.h /usr/include/errno.h \
    349  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    350  /usr/include/alloca.h \
    351  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    352  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    353  /usr/include/limits.h /usr/include/posix1_lim.h \
    354  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    355  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    356  /usr/include/g++/set.h /usr/include/g++/tree.h \
    357  /usr/include/g++/projectn.h /usr/include/g++/map \
    358  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    359  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    360  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    361  /usr/include/g++/fstream.h recptproto.h comtypes.h formattools.h \
    362  OIDtools.h
    363 htmlgen.o: htmlgen.cpp htmlgen.h ../../lib/gsdlconf.h ../../lib/site.h \
    364  ../../lib/text_t.h /usr/include/g++/vector /usr/include/g++/vector.h \
    365  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    366  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    367  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    368  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    369  /usr/include/libio.h /usr/include/_G_config.h \
    370  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    371  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    372  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    373  /usr/include/features.h /usr/include/errno.h \
    374  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    375  /usr/include/alloca.h \
    376  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    377  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    378  /usr/include/limits.h /usr/include/posix1_lim.h \
    379  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    380  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    381  /usr/include/g++/set.h /usr/include/g++/tree.h \
    382  /usr/include/g++/projectn.h /usr/include/g++/map \
    383  /usr/include/g++/map.h ../../lib/display.h /usr/include/g++/algorithm \
    384  /usr/include/g++/algo.h /usr/include/g++/heap.h \
    385  /usr/include/g++/tempbuf.h /usr/include/g++/fstream.h \
    386  ../../packages/mg/lib/unitool.h
    387 statusaction.o: statusaction.cpp statusaction.h ../../lib/gsdlconf.h \
    388  ../../lib/site.h action.h ../../lib/text_t.h /usr/include/g++/vector \
    389  /usr/include/g++/vector.h /usr/include/g++/function.h \
    390  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    391  /usr/include/g++/iterator.h \
    392  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    393  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    394  /usr/include/libio.h /usr/include/_G_config.h \
    395  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    396  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    397  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    398  /usr/include/features.h /usr/include/errno.h \
    399  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    400  /usr/include/alloca.h \
    401  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    402  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    403  /usr/include/limits.h /usr/include/posix1_lim.h \
    404  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    405  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    406  /usr/include/g++/set.h /usr/include/g++/tree.h \
    407  /usr/include/g++/projectn.h /usr/include/g++/map \
    408  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    409  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    410  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    411  /usr/include/g++/fstream.h recptproto.h comtypes.h receptionist.h \
    412  converter.h ../../lib/gsdlunicode.h /usr/include/assert.h
    413 pageaction.o: pageaction.cpp pageaction.h ../../lib/gsdlconf.h \
    414  ../../lib/site.h action.h ../../lib/text_t.h /usr/include/g++/vector \
    415  /usr/include/g++/vector.h /usr/include/g++/function.h \
    416  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    417  /usr/include/g++/iterator.h \
    418  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    419  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    420  /usr/include/libio.h /usr/include/_G_config.h \
    421  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    422  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    423  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    424  /usr/include/features.h /usr/include/errno.h \
    425  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    426  /usr/include/alloca.h \
    427  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    428  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    429  /usr/include/limits.h /usr/include/posix1_lim.h \
    430  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    431  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    432  /usr/include/g++/set.h /usr/include/g++/tree.h \
    433  /usr/include/g++/projectn.h /usr/include/g++/map \
    434  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    435  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    436  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    437  /usr/include/g++/fstream.h recptproto.h comtypes.h receptionist.h \
    438  converter.h ../../lib/gsdlunicode.h /usr/include/time.h \
    439  /usr/include/sys/time.h /usr/include/linux/types.h \
    440  /usr/include/linux/posix_types.h /usr/include/asm/posix_types.h \
    441  /usr/include/asm/types.h /usr/include/linux/time.h \
    442  /usr/include/sys/types.h /usr/include/sys/bitypes.h
    443 comtypes.o: comtypes.cpp comtypes.h ../../lib/gsdlconf.h \
    444  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    445  /usr/include/g++/vector.h /usr/include/g++/function.h \
    446  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    447  /usr/include/g++/iterator.h \
    448  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    449  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    450  /usr/include/libio.h /usr/include/_G_config.h \
    451  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    452  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    453  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    454  /usr/include/features.h /usr/include/errno.h \
    455  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    456  /usr/include/alloca.h \
    457  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    458  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    459  /usr/include/limits.h /usr/include/posix1_lim.h \
    460  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    461  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    462  /usr/include/g++/set.h /usr/include/g++/tree.h \
    463  /usr/include/g++/projectn.h /usr/include/g++/map \
    464  /usr/include/g++/map.h
    465 recptproto.o: recptproto.cpp recptproto.h ../../lib/gsdlconf.h \
    466  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    467  /usr/include/g++/vector.h /usr/include/g++/function.h \
    468  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    469  /usr/include/g++/iterator.h \
    470  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    471  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    472  /usr/include/libio.h /usr/include/_G_config.h \
    473  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    474  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    475  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    476  /usr/include/features.h /usr/include/errno.h \
    477  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    478  /usr/include/alloca.h \
    479  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    480  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    481  /usr/include/limits.h /usr/include/posix1_lim.h \
    482  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    483  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    484  /usr/include/g++/set.h /usr/include/g++/tree.h \
    485  /usr/include/g++/projectn.h /usr/include/g++/map \
    486  /usr/include/g++/map.h comtypes.h /usr/include/assert.h
    487 pingaction.o: pingaction.cpp pingaction.h ../../lib/gsdlconf.h \
    488  ../../lib/site.h action.h ../../lib/text_t.h /usr/include/g++/vector \
    489  /usr/include/g++/vector.h /usr/include/g++/function.h \
    490  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    491  /usr/include/g++/iterator.h \
    492  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    493  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    494  /usr/include/libio.h /usr/include/_G_config.h \
    495  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    496  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    497  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    498  /usr/include/features.h /usr/include/errno.h \
    499  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    500  /usr/include/alloca.h \
    501  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    502  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    503  /usr/include/limits.h /usr/include/posix1_lim.h \
    504  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    505  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    506  /usr/include/g++/set.h /usr/include/g++/tree.h \
    507  /usr/include/g++/projectn.h /usr/include/g++/map \
    508  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    509  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    510  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    511  /usr/include/g++/fstream.h recptproto.h comtypes.h
    512 queryaction.o: queryaction.cpp queryaction.h ../../lib/gsdlconf.h \
    513  ../../lib/site.h action.h ../../lib/text_t.h /usr/include/g++/vector \
    514  /usr/include/g++/vector.h /usr/include/g++/function.h \
    515  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    516  /usr/include/g++/iterator.h \
    517  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    518  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    519  /usr/include/libio.h /usr/include/_G_config.h \
    520  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    521  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    522  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    523  /usr/include/features.h /usr/include/errno.h \
    524  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    525  /usr/include/alloca.h \
    526  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    527  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    528  /usr/include/limits.h /usr/include/posix1_lim.h \
    529  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    530  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    531  /usr/include/g++/set.h /usr/include/g++/tree.h \
    532  /usr/include/g++/projectn.h /usr/include/g++/map \
    533  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    534  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    535  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    536  /usr/include/g++/fstream.h recptproto.h comtypes.h querytools.h \
    537  formattools.h
    538 documentaction.o: documentaction.cpp /usr/include/string.h \
    539  /usr/include/features.h /usr/include/sys/cdefs.h \
    540  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h documentaction.h \
    541  action.h ../../lib/gsdlconf.h ../../lib/site.h ../../lib/text_t.h \
    542  /usr/include/g++/vector /usr/include/g++/vector.h \
    543  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    544  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    545  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    546  /usr/include/libio.h /usr/include/_G_config.h \
    547  /usr/include/g++/defalloc.h /usr/include/g++/new.h \
    548  /usr/include/g++/std/new.h /usr/include/g++/std/cstddef.h \
    549  /usr/include/stdlib.h /usr/include/errno.h /usr/include/linux/errno.h \
    550  /usr/include/asm/errno.h /usr/include/alloca.h \
    551  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    552  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    553  /usr/include/limits.h /usr/include/posix1_lim.h \
    554  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    555  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    556  /usr/include/g++/set.h /usr/include/g++/tree.h \
    557  /usr/include/g++/projectn.h /usr/include/g++/map \
    558  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    559  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    560  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    561  /usr/include/g++/fstream.h recptproto.h comtypes.h formattools.h \
    562  browsetools.h OIDtools.h querytools.h ../../packages/mg/lib/unitool.h
    563 htmlutils.o: htmlutils.cpp htmlutils.h ../../lib/gsdlconf.h \
    564  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    565  /usr/include/g++/vector.h /usr/include/g++/function.h \
    566  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    567  /usr/include/g++/iterator.h \
    568  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    569  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    570  /usr/include/libio.h /usr/include/_G_config.h \
    571  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    572  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    573  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    574  /usr/include/features.h /usr/include/errno.h \
    575  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    576  /usr/include/alloca.h \
    577  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    578  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    579  /usr/include/limits.h /usr/include/posix1_lim.h \
    580  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    581  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    582  /usr/include/g++/set.h /usr/include/g++/tree.h \
    583  /usr/include/g++/projectn.h /usr/include/g++/map \
    584  /usr/include/g++/map.h
    585 querytools.o: querytools.cpp querytools.h cgiargs.h \
    586  ../../lib/gsdlconf.h ../../lib/site.h ../../lib/text_t.h \
    587  /usr/include/g++/vector /usr/include/g++/vector.h \
    588  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    589  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    590  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    591  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    592  /usr/include/libio.h /usr/include/_G_config.h \
    593  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    594  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    595  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    596  /usr/include/features.h /usr/include/errno.h \
    597  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    598  /usr/include/alloca.h \
    599  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    600  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    601  /usr/include/limits.h /usr/include/posix1_lim.h \
    602  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    603  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    604  /usr/include/g++/set.h /usr/include/g++/tree.h \
    605  /usr/include/g++/projectn.h /usr/include/g++/map \
    606  /usr/include/g++/map.h recptproto.h comtypes.h
    607 formattools.o: formattools.cpp formattools.h ../../lib/text_t.h \
    608  ../../lib/gsdlconf.h ../../lib/site.h /usr/include/g++/vector \
    609  /usr/include/g++/vector.h /usr/include/g++/function.h \
    610  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    611  /usr/include/g++/iterator.h \
    612  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    613  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    614  /usr/include/libio.h /usr/include/_G_config.h \
    615  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    616  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    617  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    618  /usr/include/features.h /usr/include/errno.h \
    619  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    620  /usr/include/alloca.h \
    621  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    622  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    623  /usr/include/limits.h /usr/include/posix1_lim.h \
    624  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    625  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    626  /usr/include/g++/set.h /usr/include/g++/tree.h \
    627  /usr/include/g++/projectn.h /usr/include/g++/map \
    628  /usr/include/g++/map.h comtypes.h
    629 tipaction.o: tipaction.cpp tipaction.h ../../lib/gsdlconf.h \
    630  ../../lib/site.h action.h ../../lib/text_t.h /usr/include/g++/vector \
    631  /usr/include/g++/vector.h /usr/include/g++/function.h \
    632  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    633  /usr/include/g++/iterator.h \
    634  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    635  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    636  /usr/include/libio.h /usr/include/_G_config.h \
    637  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    638  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    639  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    640  /usr/include/features.h /usr/include/errno.h \
    641  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    642  /usr/include/alloca.h \
    643  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    644  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    645  /usr/include/limits.h /usr/include/posix1_lim.h \
    646  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    647  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    648  /usr/include/g++/set.h /usr/include/g++/tree.h \
    649  /usr/include/g++/projectn.h /usr/include/g++/map \
    650  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    651  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    652  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    653  /usr/include/g++/fstream.h recptproto.h comtypes.h
    654 authenaction.o: authenaction.cpp authenaction.h ../../lib/gsdlconf.h \
    655  ../../lib/site.h action.h ../../lib/text_t.h /usr/include/g++/vector \
    656  /usr/include/g++/vector.h /usr/include/g++/function.h \
    657  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    658  /usr/include/g++/iterator.h \
    659  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    660  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    661  /usr/include/libio.h /usr/include/_G_config.h \
    662  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    663  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    664  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    665  /usr/include/features.h /usr/include/errno.h \
    666  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    667  /usr/include/alloca.h \
    668  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    669  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    670  /usr/include/limits.h /usr/include/posix1_lim.h \
    671  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    672  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    673  /usr/include/g++/set.h /usr/include/g++/tree.h \
    674  /usr/include/g++/projectn.h /usr/include/g++/map \
    675  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    676  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    677  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    678  /usr/include/g++/fstream.h recptproto.h comtypes.h receptionist.h \
    679  converter.h ../../lib/gsdlunicode.h ../../lib/fileutil.h \
    680  ../../lib/cfgread.h cgiutils.h infodbclass.h /usr/include/gdbm.h \
    681  ../../lib/gsdltimes.h /usr/include/time.h /usr/include/sys/time.h \
    682  /usr/include/linux/types.h /usr/include/linux/posix_types.h \
    683  /usr/include/asm/posix_types.h /usr/include/asm/types.h \
    684  /usr/include/linux/time.h /usr/include/sys/types.h \
    685  /usr/include/sys/bitypes.h userdb.h
    686 infodbclass.o: infodbclass.cpp infodbclass.h ../../lib/gsdlconf.h \
    687  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    688  /usr/include/g++/vector.h /usr/include/g++/function.h \
    689  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    690  /usr/include/g++/iterator.h \
    691  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    692  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    693  /usr/include/libio.h /usr/include/_G_config.h \
    694  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    695  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    696  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    697  /usr/include/features.h /usr/include/errno.h \
    698  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    699  /usr/include/alloca.h \
    700  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    701  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    702  /usr/include/limits.h /usr/include/posix1_lim.h \
    703  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    704  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    705  /usr/include/g++/set.h /usr/include/g++/tree.h \
    706  /usr/include/g++/projectn.h /usr/include/g++/map \
    707  /usr/include/g++/map.h /usr/include/gdbm.h \
    708  ../../packages/mg/lib/unitool.h ../../lib/gsdlunicode.h \
    709  ../../lib/fileutil.h OIDtools.h recptproto.h comtypes.h
    710 userdb.o: userdb.cpp userdb.h infodbclass.h ../../lib/gsdlconf.h \
    711  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    712  /usr/include/g++/vector.h /usr/include/g++/function.h \
    713  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    714  /usr/include/g++/iterator.h \
    715  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    716  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    717  /usr/include/libio.h /usr/include/_G_config.h \
    718  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    719  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    720  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    721  /usr/include/features.h /usr/include/errno.h \
    722  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    723  /usr/include/alloca.h \
    724  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    725  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    726  /usr/include/limits.h /usr/include/posix1_lim.h \
    727  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    728  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    729  /usr/include/g++/set.h /usr/include/g++/tree.h \
    730  /usr/include/g++/projectn.h /usr/include/g++/map \
    731  /usr/include/g++/map.h /usr/include/gdbm.h ../../lib/gsdltimes.h \
    732  /usr/include/time.h /usr/include/sys/time.h \
    733  /usr/include/linux/types.h /usr/include/linux/posix_types.h \
    734  /usr/include/asm/posix_types.h /usr/include/asm/types.h \
    735  /usr/include/linux/time.h /usr/include/sys/types.h \
    736  /usr/include/sys/bitypes.h ../../lib/fileutil.h /usr/include/unistd.h \
    737  /usr/include/posix_opt.h /usr/include/gnu/types.h \
    738  /usr/include/confname.h
    739 usersaction.o: usersaction.cpp usersaction.h ../../lib/gsdlconf.h \
    740  ../../lib/site.h action.h ../../lib/text_t.h /usr/include/g++/vector \
    741  /usr/include/g++/vector.h /usr/include/g++/function.h \
    742  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    743  /usr/include/g++/iterator.h \
    744  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    745  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    746  /usr/include/libio.h /usr/include/_G_config.h \
    747  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    748  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    749  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    750  /usr/include/features.h /usr/include/errno.h \
    751  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    752  /usr/include/alloca.h \
    753  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    754  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    755  /usr/include/limits.h /usr/include/posix1_lim.h \
    756  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    757  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    758  /usr/include/g++/set.h /usr/include/g++/tree.h \
    759  /usr/include/g++/projectn.h /usr/include/g++/map \
    760  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    761  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    762  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    763  /usr/include/g++/fstream.h recptproto.h comtypes.h \
    764  ../../lib/fileutil.h userdb.h infodbclass.h /usr/include/gdbm.h
    765 recptmain.o: recptmain.cpp receptionist.h ../../lib/gsdlconf.h \
    766  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    767  /usr/include/g++/vector.h /usr/include/g++/function.h \
    768  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    769  /usr/include/g++/iterator.h \
    770  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    771  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    772  /usr/include/libio.h /usr/include/_G_config.h \
    773  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    774  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    775  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    776  /usr/include/features.h /usr/include/errno.h \
    777  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    778  /usr/include/alloca.h \
    779  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    780  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    781  /usr/include/limits.h /usr/include/posix1_lim.h \
    782  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    783  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    784  /usr/include/g++/set.h /usr/include/g++/tree.h \
    785  /usr/include/g++/projectn.h /usr/include/g++/map \
    786  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    787  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    788  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    789  /usr/include/g++/fstream.h action.h recptproto.h comtypes.h \
    790  converter.h ../../lib/gsdlunicode.h cgiwrapper.h \
    791  /usr/include/assert.h
    792 mgq.o: mgq.c mgq.h /usr/include/stdio.h /usr/include/features.h \
    793  /usr/include/sys/cdefs.h /usr/include/libio.h \
    794  /usr/include/_G_config.h /usr/include/string.h \
    795  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    796  /usr/include/fcntl.h /usr/include/sys/types.h \
    797  /usr/include/linux/types.h /usr/include/linux/posix_types.h \
    798  /usr/include/asm/posix_types.h /usr/include/asm/types.h \
    799  /usr/include/sys/bitypes.h /usr/include/gnu/types.h \
    800  /usr/include/linux/fcntl.h /usr/include/asm/fcntl.h \
    801  ../../packages/mg/sysfuncs.h /usr/include/stdlib.h \
    802  /usr/include/errno.h /usr/include/linux/errno.h \
    803  /usr/include/asm/errno.h /usr/include/alloca.h /usr/include/math.h \
    804  /usr/include/huge_val.h /usr/include/endian.h /usr/include/bytesex.h \
    805  /usr/include/nan.h /usr/lib/gcc-lib/i486-linux/2.7.2/include/float.h \
    806  /usr/include/values.h /usr/include/ieee754.h \
    807  /usr/include/i386/ieeefp.h /usr/include/ieee854.h \
    808  /usr/include/assert.h /usr/include/ctype.h /usr/include/strings.h \
    809  /usr/include/sys/file.h /usr/include/sys/stat.h \
    810  /usr/include/linux/stat.h ../../packages/mg/lib/pathmax.h \
    811  ../../packages/mg/lib/getopt.h ../../packages/mg/lib/messages.h \
    812  ../../packages/mg/lib/memlib.h ../../packages/mg/src/text/invf.h \
    813  ../../packages/mg/src/text/text.h ../../packages/mg/lib/huffman.h \
    814  ../../packages/mg/lib/filestats.h ../../packages/mg/src/text/lists.h \
    815  ../../packages/mg/src/text/backend.h ../../packages/mg/lib/timing.h \
    816  /usr/include/sys/time.h /usr/include/linux/time.h /usr/include/time.h \
    817  /usr/include/sys/resource.h \
    818  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    819  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    820  /usr/include/limits.h /usr/include/posix1_lim.h \
    821  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    822  /usr/include/linux/resource.h /usr/include/asm/resource.h \
    823  ../../packages/mg/src/text/term_lists.h \
    824  ../../packages/mg/src/text/query_term_list.h \
    825  ../../packages/mg/src/text/mg.h \
    826  ../../packages/mg/src/text/environment.h \
    827  ../../packages/mg/src/text/globals.h \
    828  ../../packages/mg/src/text/mg_errors.h \
    829  ../../packages/mg/src/text/commands.h \
    830  ../../packages/mg/src/text/text_get.h \
    831  ../../packages/mg/lib/local_strings.h \
    832  ../../packages/mg/src/text/words.h ../../packages/mg/lib/unitool.h \
    833  ../../packages/mg/src/text/stemmer.h \
    834  ../../packages/mg/src/text/stem_search.h
    835 mgsearch.o: mgsearch.cpp ../../lib/gsdlconf.h ../../lib/site.h \
    836  mgsearch.h ../../lib/text_t.h /usr/include/g++/vector \
    837  /usr/include/g++/vector.h /usr/include/g++/function.h \
    838  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    839  /usr/include/g++/iterator.h \
    840  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    841  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    842  /usr/include/libio.h /usr/include/_G_config.h \
    843  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    844  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    845  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    846  /usr/include/features.h /usr/include/errno.h \
    847  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    848  /usr/include/alloca.h \
    849  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    850  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    851  /usr/include/limits.h /usr/include/posix1_lim.h \
    852  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    853  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    854  /usr/include/g++/set.h /usr/include/g++/tree.h \
    855  /usr/include/g++/projectn.h /usr/include/g++/map \
    856  /usr/include/g++/map.h querycache.h queryinfo.h comtypes.h \
    857  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    858  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    859  ../../lib/fileutil.h /usr/include/string.h /usr/include/stdio.h \
    860  /usr/include/ctype.h /usr/include/endian.h /usr/include/bytesex.h \
    861  /usr/include/gdbm.h /usr/include/assert.h mgq.h \
    862  ../../lib/gsdlunicode.h ../../packages/mg/lib/unitool.h
    863 querycache.o: querycache.cpp querycache.h ../../lib/text_t.h \
    864  ../../lib/gsdlconf.h ../../lib/site.h /usr/include/g++/vector \
    865  /usr/include/g++/vector.h /usr/include/g++/function.h \
    866  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    867  /usr/include/g++/iterator.h \
    868  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    869  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    870  /usr/include/libio.h /usr/include/_G_config.h \
    871  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    872  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    873  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    874  /usr/include/features.h /usr/include/errno.h \
    875  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    876  /usr/include/alloca.h \
    877  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    878  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    879  /usr/include/limits.h /usr/include/posix1_lim.h \
    880  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    881  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    882  /usr/include/g++/set.h /usr/include/g++/tree.h \
    883  /usr/include/g++/projectn.h /usr/include/g++/map \
    884  /usr/include/g++/map.h queryinfo.h comtypes.h \
    885  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    886  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h
    887 queryinfo.o: queryinfo.cpp queryinfo.h ../../lib/gsdlconf.h \
    888  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    889  /usr/include/g++/vector.h /usr/include/g++/function.h \
    890  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    891  /usr/include/g++/iterator.h \
    892  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    893  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    894  /usr/include/libio.h /usr/include/_G_config.h \
    895  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    896  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    897  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    898  /usr/include/features.h /usr/include/errno.h \
    899  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    900  /usr/include/alloca.h \
    901  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    902  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    903  /usr/include/limits.h /usr/include/posix1_lim.h \
    904  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    905  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    906  /usr/include/g++/set.h /usr/include/g++/tree.h \
    907  /usr/include/g++/projectn.h /usr/include/g++/map \
    908  /usr/include/g++/map.h comtypes.h /usr/include/g++/algorithm \
    909  /usr/include/g++/algo.h /usr/include/g++/heap.h \
    910  /usr/include/g++/tempbuf.h
    911 collectserver.o: collectserver.cpp collectserver.h \
    912  ../../lib/gsdlconf.h ../../lib/site.h ../../lib/text_t.h \
    913  /usr/include/g++/vector /usr/include/g++/vector.h \
    914  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    915  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    916  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    917  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    918  /usr/include/libio.h /usr/include/_G_config.h \
    919  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    920  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    921  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    922  /usr/include/features.h /usr/include/errno.h \
    923  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    924  /usr/include/alloca.h \
    925  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    926  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    927  /usr/include/limits.h /usr/include/posix1_lim.h \
    928  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    929  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    930  /usr/include/g++/set.h /usr/include/g++/tree.h \
    931  /usr/include/g++/projectn.h /usr/include/g++/map \
    932  /usr/include/g++/map.h comtypes.h filter.h source.h infodbclass.h \
    933  /usr/include/gdbm.h OIDtools.h recptproto.h /usr/include/assert.h
    934 colservrconfig.o: colservrconfig.cpp colservrconfig.h \
    935  ../../lib/gsdlconf.h ../../lib/site.h ../../lib/text_t.h \
    936  /usr/include/g++/vector /usr/include/g++/vector.h \
    937  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    938  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    939  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    940  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    941  /usr/include/libio.h /usr/include/_G_config.h \
    942  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    943  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    944  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    945  /usr/include/features.h /usr/include/errno.h \
    946  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    947  /usr/include/alloca.h \
    948  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    949  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    950  /usr/include/limits.h /usr/include/posix1_lim.h \
    951  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    952  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    953  /usr/include/g++/set.h /usr/include/g++/tree.h \
    954  /usr/include/g++/projectn.h /usr/include/g++/map \
    955  /usr/include/g++/map.h collectserver.h comtypes.h filter.h source.h \
    956  ../../lib/fileutil.h ../../lib/cfgread.h /usr/include/g++/fstream.h
    957 maptools.o: maptools.cpp maptools.h ../../lib/gsdlconf.h \
    958  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    959  /usr/include/g++/vector.h /usr/include/g++/function.h \
    960  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    961  /usr/include/g++/iterator.h \
    962  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    963  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    964  /usr/include/libio.h /usr/include/_G_config.h \
    965  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    966  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    967  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    968  /usr/include/features.h /usr/include/errno.h \
    969  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    970  /usr/include/alloca.h \
    971  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    972  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    973  /usr/include/limits.h /usr/include/posix1_lim.h \
    974  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    975  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    976  /usr/include/g++/set.h /usr/include/g++/tree.h \
    977  /usr/include/g++/projectn.h /usr/include/g++/map \
    978  /usr/include/g++/map.h
    979 filter.o: filter.cpp filter.h ../../lib/gsdlconf.h ../../lib/site.h \
    980  ../../lib/text_t.h /usr/include/g++/vector /usr/include/g++/vector.h \
    981  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    982  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    983  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    984  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    985  /usr/include/libio.h /usr/include/_G_config.h \
    986  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    987  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    988  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    989  /usr/include/features.h /usr/include/errno.h \
    990  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    991  /usr/include/alloca.h \
    992  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    993  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    994  /usr/include/limits.h /usr/include/posix1_lim.h \
    995  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    996  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    997  /usr/include/g++/set.h /usr/include/g++/tree.h \
    998  /usr/include/g++/projectn.h /usr/include/g++/map \
    999  /usr/include/g++/map.h comtypes.h ../../lib/fileutil.h \
    1000  /usr/include/assert.h
    1001 source.o: source.cpp source.h ../../lib/gsdlconf.h ../../lib/site.h \
    1002  ../../lib/text_t.h /usr/include/g++/vector /usr/include/g++/vector.h \
    1003  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    1004  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    1005  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    1006  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    1007  /usr/include/libio.h /usr/include/_G_config.h \
    1008  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    1009  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    1010  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    1011  /usr/include/features.h /usr/include/errno.h \
    1012  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    1013  /usr/include/alloca.h \
    1014  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    1015  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    1016  /usr/include/limits.h /usr/include/posix1_lim.h \
    1017  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    1018  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    1019  /usr/include/g++/set.h /usr/include/g++/tree.h \
    1020  /usr/include/g++/projectn.h /usr/include/g++/map \
    1021  /usr/include/g++/map.h comtypes.h /usr/include/assert.h
    1022 browsefilter.o: browsefilter.cpp browsefilter.h ../../lib/gsdlconf.h \
    1023  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    1024  /usr/include/g++/vector.h /usr/include/g++/function.h \
    1025  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    1026  /usr/include/g++/iterator.h \
    1027  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    1028  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    1029  /usr/include/libio.h /usr/include/_G_config.h \
    1030  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    1031  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    1032  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    1033  /usr/include/features.h /usr/include/errno.h \
    1034  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    1035  /usr/include/alloca.h \
    1036  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    1037  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    1038  /usr/include/limits.h /usr/include/posix1_lim.h \
    1039  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    1040  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    1041  /usr/include/g++/set.h /usr/include/g++/tree.h \
    1042  /usr/include/g++/projectn.h /usr/include/g++/map \
    1043  /usr/include/g++/map.h comtypes.h filter.h infodbclass.h \
    1044  /usr/include/gdbm.h ../../lib/fileutil.h
    1045 queryfilter.o: queryfilter.cpp queryfilter.h ../../lib/gsdlconf.h \
    1046  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    1047  /usr/include/g++/vector.h /usr/include/g++/function.h \
    1048  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    1049  /usr/include/g++/iterator.h \
    1050  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    1051  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    1052  /usr/include/libio.h /usr/include/_G_config.h \
    1053  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    1054  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    1055  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    1056  /usr/include/features.h /usr/include/errno.h \
    1057  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    1058  /usr/include/alloca.h \
    1059  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    1060  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    1061  /usr/include/limits.h /usr/include/posix1_lim.h \
    1062  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    1063  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    1064  /usr/include/g++/set.h /usr/include/g++/tree.h \
    1065  /usr/include/g++/projectn.h /usr/include/g++/map \
    1066  /usr/include/g++/map.h comtypes.h filter.h infodbclass.h \
    1067  /usr/include/gdbm.h maptools.h mgsearch.h querycache.h queryinfo.h \
    1068  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    1069  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    1070  ../../lib/fileutil.h phrasesearch.h ../../packages/mg/lib/unitool.h \
    1071  /usr/include/assert.h
    1072 mggdbmsource.o: mggdbmsource.cpp mggdbmsource.h ../../lib/gsdlconf.h \
    1073  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    1074  /usr/include/g++/vector.h /usr/include/g++/function.h \
    1075  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    1076  /usr/include/g++/iterator.h \
    1077  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    1078  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    1079  /usr/include/libio.h /usr/include/_G_config.h \
    1080  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    1081  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    1082  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    1083  /usr/include/features.h /usr/include/errno.h \
    1084  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    1085  /usr/include/alloca.h \
    1086  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    1087  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    1088  /usr/include/limits.h /usr/include/posix1_lim.h \
    1089  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    1090  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    1091  /usr/include/g++/set.h /usr/include/g++/tree.h \
    1092  /usr/include/g++/projectn.h /usr/include/g++/map \
    1093  /usr/include/g++/map.h comtypes.h infodbclass.h /usr/include/gdbm.h \
    1094  maptools.h mgsearch.h querycache.h queryinfo.h \
    1095  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    1096  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h source.h \
    1097  ../../lib/fileutil.h OIDtools.h recptproto.h
    1098 phrasesearch.o: phrasesearch.cpp phrasesearch.h ../../lib/text_t.h \
    1099  ../../lib/gsdlconf.h ../../lib/site.h /usr/include/g++/vector \
    1100  /usr/include/g++/vector.h /usr/include/g++/function.h \
    1101  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    1102  /usr/include/g++/iterator.h \
    1103  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    1104  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    1105  /usr/include/libio.h /usr/include/_G_config.h \
    1106  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    1107  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    1108  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    1109  /usr/include/features.h /usr/include/errno.h \
    1110  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    1111  /usr/include/alloca.h \
    1112  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    1113  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    1114  /usr/include/limits.h /usr/include/posix1_lim.h \
    1115  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    1116  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    1117  /usr/include/g++/set.h /usr/include/g++/tree.h \
    1118  /usr/include/g++/projectn.h /usr/include/g++/map \
    1119  /usr/include/g++/map.h ../../packages/mg/lib/unitool.h mgsearch.h \
    1120  querycache.h queryinfo.h comtypes.h /usr/include/g++/algorithm \
    1121  /usr/include/g++/algo.h /usr/include/g++/heap.h \
    1122  /usr/include/g++/tempbuf.h infodbclass.h /usr/include/gdbm.h \
    1123  ../../lib/gsdlunicode.h
    1124 phrasequeryfilter.o: phrasequeryfilter.cpp phrasequeryfilter.h \
    1125  queryfilter.h ../../lib/gsdlconf.h ../../lib/site.h \
    1126  ../../lib/text_t.h /usr/include/g++/vector /usr/include/g++/vector.h \
    1127  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    1128  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    1129  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    1130  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    1131  /usr/include/libio.h /usr/include/_G_config.h \
    1132  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    1133  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    1134  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    1135  /usr/include/features.h /usr/include/errno.h \
    1136  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    1137  /usr/include/alloca.h \
    1138  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    1139  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    1140  /usr/include/limits.h /usr/include/posix1_lim.h \
    1141  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    1142  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    1143  /usr/include/g++/set.h /usr/include/g++/tree.h \
    1144  /usr/include/g++/projectn.h /usr/include/g++/map \
    1145  /usr/include/g++/map.h comtypes.h filter.h infodbclass.h \
    1146  /usr/include/gdbm.h maptools.h mgsearch.h querycache.h queryinfo.h \
    1147  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    1148  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h phrasesearch.h \
    1149  ../../packages/mg/lib/unitool.h
    1150 nullproto.o: nullproto.cpp nullproto.h ../../lib/gsdlconf.h \
    1151  ../../lib/site.h collectserver.h ../../lib/text_t.h \
    1152  /usr/include/g++/vector /usr/include/g++/vector.h \
    1153  /usr/include/g++/function.h /usr/include/g++/algobase.h \
    1154  /usr/include/g++/pair.h /usr/include/g++/iterator.h \
    1155  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    1156  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    1157  /usr/include/libio.h /usr/include/_G_config.h \
    1158  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    1159  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    1160  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    1161  /usr/include/features.h /usr/include/errno.h \
    1162  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    1163  /usr/include/alloca.h \
    1164  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    1165  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    1166  /usr/include/limits.h /usr/include/posix1_lim.h \
    1167  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    1168  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    1169  /usr/include/g++/set.h /usr/include/g++/tree.h \
    1170  /usr/include/g++/projectn.h /usr/include/g++/map \
    1171  /usr/include/g++/map.h comtypes.h filter.h source.h recptproto.h \
    1172  colservrconfig.h /usr/include/assert.h
    1173 librarymain.o: librarymain.cpp receptionist.h ../../lib/gsdlconf.h \
    1174  ../../lib/site.h ../../lib/text_t.h /usr/include/g++/vector \
    1175  /usr/include/g++/vector.h /usr/include/g++/function.h \
    1176  /usr/include/g++/algobase.h /usr/include/g++/pair.h \
    1177  /usr/include/g++/iterator.h \
    1178  /usr/lib/gcc-lib/i486-linux/2.7.2/include/stddef.h \
    1179  /usr/include/g++/iostream.h /usr/include/g++/streambuf.h \
    1180  /usr/include/libio.h /usr/include/_G_config.h \
    1181  /usr/include/sys/cdefs.h /usr/include/g++/defalloc.h \
    1182  /usr/include/g++/new.h /usr/include/g++/std/new.h \
    1183  /usr/include/g++/std/cstddef.h /usr/include/stdlib.h \
    1184  /usr/include/features.h /usr/include/errno.h \
    1185  /usr/include/linux/errno.h /usr/include/asm/errno.h \
    1186  /usr/include/alloca.h \
    1187  /usr/lib/gcc-lib/i486-linux/2.7.2/include/limits.h \
    1188  /usr/lib/gcc-lib/i486-linux/2.7.2/include/syslimits.h \
    1189  /usr/include/limits.h /usr/include/posix1_lim.h \
    1190  /usr/include/linux/limits.h /usr/include/posix2_lim.h \
    1191  /usr/include/g++/list /usr/include/g++/list.h /usr/include/g++/set \
    1192  /usr/include/g++/set.h /usr/include/g++/tree.h \
    1193  /usr/include/g++/projectn.h /usr/include/g++/map \
    1194  /usr/include/g++/map.h cgiargs.h ../../lib/display.h \
    1195  /usr/include/g++/algorithm /usr/include/g++/algo.h \
    1196  /usr/include/g++/heap.h /usr/include/g++/tempbuf.h \
    1197  /usr/include/g++/fstream.h action.h recptproto.h comtypes.h \
    1198  converter.h ../../lib/gsdlunicode.h cgiwrapper.h nullproto.h \
    1199  collectserver.h filter.h source.h browsefilter.h infodbclass.h \
    1200  /usr/include/gdbm.h queryfilter.h maptools.h mgsearch.h querycache.h \
    1201  queryinfo.h mggdbmsource.h /usr/include/assert.h statusaction.h \
    1202  pageaction.h pingaction.h queryaction.h documentaction.h \
    1203  formattools.h authenaction.h usersaction.h
  • trunk/gsdl/src/recpt/OIDtools.cpp

    r505 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.16  1999/09/07 04:56:51  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.15  1999/09/02 00:22:04  rjmcnab
    1534   added extra check in get_info
  • trunk/gsdl/src/recpt/OIDtools.h

    r472 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/action.cpp

    r527 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.16  1999/09/07 04:56:51  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.15  1999/09/03 09:51:47  rjmcnab
    1534   removed the argdefault configuration option (it should now be
  • trunk/gsdl/src/recpt/action.h

    r506 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/authenaction.cpp

    r507 r533  
    44 * Copyright (C) 1999  DigiLib Systems Limited, New Zealand
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.6  1999/09/07 04:56:52  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.5  1999/09/02 00:23:24  rjmcnab
    1534   a couple of minor things
  • trunk/gsdl/src/recpt/authenaction.h

    r421 r533  
    44 * Copyright (C) 1999  DigiLib Systems Limited, New Zealand
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/browsetools.cpp

    r469 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.21  1999/09/07 04:56:52  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.20  1999/08/25 04:46:58  sjboddie
    1534   fixed bug
  • trunk/gsdl/src/recpt/browsetools.h

    r444 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/cgiargs.cpp

    r528 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.9  1999/09/07 04:56:53  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.8  1999/09/03 09:52:45  rjmcnab
    1534   Fixed a couple of small things
  • trunk/gsdl/src/recpt/cgiargs.h

    r528 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/cgiutils.cpp

    r474 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.8  1999/09/07 04:56:53  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.7  1999/08/25 22:27:13  sjboddie
    1534   prevented cgi_safe from converting '+' and '-'. It was causing problems
  • trunk/gsdl/src/recpt/cgiutils.h

    r294 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/cgiwrapper.cpp

    r508 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.20  1999/09/07 04:56:53  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.19  1999/09/02 00:24:36  rjmcnab
    1534   fixed bug in getting POST arguments
  • trunk/gsdl/src/recpt/cgiwrapper.h

    r189 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/comtypes.cpp

    r509 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.18  1999/09/07 04:56:54  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.17  1999/09/02 00:25:26  rjmcnab
    1534   changes to get compiling on AIX
  • trunk/gsdl/src/recpt/comtypes.h

    r509 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/converter.cpp

    r509 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.4  1999/09/07 04:56:54  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.3  1999/09/02 00:25:27  rjmcnab
    1534   changes to get compiling on AIX
  • trunk/gsdl/src/recpt/converter.h

    r509 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/documentaction.cpp

    r464 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.23  1999/09/07 04:56:54  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.22  1999/08/20 01:00:22  sjboddie
    1534   split some of the larger functions up to simplify the creation of
     
    204223bool documentaction::check_cgiargs (cgiargsinfoclass &argsinfo, cgiargsclass &args,
    205224                    ostream &logout) {
    206 
    207   // note that "gp" argument gets checked in define_external_macros()
    208225
    209226  // check gc argument
  • trunk/gsdl/src/recpt/documentaction.h

    r464 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/formattools.cpp

    r517 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.10  1999/09/07 04:56:55  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.9  1999/09/02 00:31:25  rjmcnab
    1534   fixed small error.
  • trunk/gsdl/src/recpt/formattools.h

    r462 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/htmlgen.cpp

    r158 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.4  1999/09/07 04:56:55  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.3  1999/02/11 01:24:04  rjmcnab
    1534
  • trunk/gsdl/src/recpt/htmlgen.h

    r155 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/htmlutils.cpp

    r264 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.4  1999/09/07 04:56:56  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.3  1999/06/09 00:09:30  sjboddie
    1534   Added a fairly minimal html_safe function
  • trunk/gsdl/src/recpt/htmlutils.h

    r264 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/infodbclass.cpp

    r510 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.4  1999/09/07 04:56:56  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.3  1999/09/02 00:26:10  rjmcnab
    1534   now there can be multiple values for a single key
  • trunk/gsdl/src/recpt/infodbclass.h

    r510 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/librarymain.cpp

    r390 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.9  1999/09/07 04:56:56  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.8  1999/07/15 06:08:55  rjmcnab
    1534   Moved the adding of the actions to librarymain so that they can
     
    7392  collections.push_back ("gberg");
    7493  collections.push_back ("hdl");
     94  collections.push_back ("cstr");
     95  collections.push_back ("tcc");
     96  collections.push_back ("niupepa");
     97  collections.push_back ("tidbits");
     98  collections.push_back ("hcibib");
     99  collections.push_back ("csbib");
    75100
    76101  text_tarray::const_iterator thiscol = collections.begin();
     
    100125    queryfilter->set_mgsearchptr (mgsearch);
    101126    cserver->add_filter (queryfilter);
    102    
     127
    103128    // add a mg and gdbm source
    104129    mggdbmsourceclass *mggdbmsource = new mggdbmsourceclass ();
  • trunk/gsdl/src/recpt/nullproto.cpp

    r299 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.9  1999/09/07 04:56:56  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.8  1999/06/27 22:04:47  sjboddie
    1534   now read in build.cfg before collect.cfg so that the indexmaps
  • trunk/gsdl/src/recpt/nullproto.h

    r257 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/pageaction.cpp

    r511 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.13  1999/09/07 04:56:57  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.12  1999/09/02 00:26:43  rjmcnab
    1534   made the p cgi argument always saved in the compressed arguments
  • trunk/gsdl/src/recpt/pageaction.h

    r421 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/pingaction.cpp

    r421 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.4  1999/09/07 04:56:57  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.3  1999/07/30 02:24:45  sjboddie
    1534   added collectinfo argument to some functions
  • trunk/gsdl/src/recpt/pingaction.h

    r421 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/queryaction.cpp

    r470 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.21  1999/09/07 04:56:57  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.20  1999/08/25 04:47:55  sjboddie
    1534   added advanced search option - other minor changes
  • trunk/gsdl/src/recpt/queryaction.h

    r421 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/querytools.cpp

    r470 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.6  1999/09/07 04:56:58  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.5  1999/08/25 04:47:55  sjboddie
    1534   added advanced search option - other minor changes
  • trunk/gsdl/src/recpt/querytools.h

    r470 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/receptionist.cpp

    r530 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.30  1999/09/07 04:56:58  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.29  1999/09/03 10:02:30  rjmcnab
    1534   Made the page parameters configurable. Now the page parameters must
  • trunk/gsdl/src/recpt/receptionist.h

    r530 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/recptconfig.cpp

    r532 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.5  1999/09/07 04:56:59  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.4  1999/09/07 00:09:31  sjboddie
    1534   now reads in both main.cfg and collect.cfg always
  • trunk/gsdl/src/recpt/recptconfig.h

    r149 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/recptmain.cpp

    r165 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.3  1999/09/07 04:56:59  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.2  1999/02/21 22:33:58  rjmcnab
    1534
  • trunk/gsdl/src/recpt/recptproto.cpp

    r257 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.7  1999/09/07 04:56:59  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.6  1999/05/10 03:40:43  sjboddie
    1534   lots of changes - slowly getting document action sorted out
  • trunk/gsdl/src/recpt/recptproto.h

    r513 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/statusaction.cpp

    r529 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.18  1999/09/07 04:57:00  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.17  1999/09/03 09:53:46  rjmcnab
    1534   Output more configuration options for the receptionist.
  • trunk/gsdl/src/recpt/statusaction.h

    r421 r533  
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/tipaction.cpp

    r515 r533  
    44 * Copyright (C) 1999  DigiLib Systems Limited, New Zealand
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.4  1999/09/07 04:57:00  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.3  1999/09/02 00:29:27  rjmcnab
    1534   added cgi argument "st" - show tips
  • trunk/gsdl/src/recpt/tipaction.h

    r515 r533  
    44 * Copyright (C) 1999  DigiLib Systems Limited, New Zealand
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/userdb.cpp

    r516 r533  
    44 * Copyright (C) 1999  DigiLib Systems Limited, New Zealand
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.4  1999/09/07 04:57:00  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.3  1999/09/02 00:30:04  rjmcnab
    1534   added option for specifying whether the gdbm database should be locked
     
    3251
    3352// include crypt
    34 #include <crypt.h>
    35 //#include <unistd.h>
     53//#include <crypt.h>
     54#include <unistd.h>
    3655
    3756
  • trunk/gsdl/src/recpt/userdb.h

    r373 r533  
    44 * Copyright (C) 1999  DigiLib Systems Limited, New Zealand
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
  • trunk/gsdl/src/recpt/usersaction.cpp

    r516 r533  
    44 * Copyright (C) 1999  DigiLib Systems Limited, New Zealand
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
     
    1228/*
    1329   $Log$
     30   Revision 1.4  1999/09/07 04:57:01  sjboddie
     31   added GPL notice
     32
    1433   Revision 1.3  1999/09/02 00:30:56  rjmcnab
    1534   added option for specifying whether the gdbm database should be locked
  • trunk/gsdl/src/recpt/usersaction.h

    r421 r533  
    44 * Copyright (C) 1999  DigiLib Systems Limited, New Zealand
    55 *
    6  * PUT COPYRIGHT NOTICE HERE
     6 * A component of the Greenstone digital library software
     7 * from the New Zealand Digital Library Project at the
     8 * University of Waikato, New Zealand.
     9 *
     10 * This program is free software; you can redistribute it and/or modify
     11 * it under the terms of the GNU General Public License as published by
     12 * the Free Software Foundation; either version 2 of the License, or
     13 * (at your option) any later version.
     14 *
     15 * This program is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18 * GNU General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU General Public License
     21 * along with this program; if not, write to the Free Software
     22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    723 *
    824 * $Id$
Note: See TracChangeset for help on using the changeset viewer.