Develop and Download Open Source Software

Browse CVS Repository

/[OSDN]/freewnn/FreeWnn/config.h.in

Log of /freewnn/FreeWnn/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Links to freewnn-1-1-1-a020: (view) (download) (annotate)
Sticky Tag:

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Sep 1 17:48:22 2002 UTC (21 years, 7 months ago) by hiroo
Branch: MAIN
CVS Tags: freewnn-1-1-1-a020
Changes since 1.17: +4 -1 lines
Diff to previous 1.17
configure.in: added check for FD_SET() and AC_HEADER_TIME.
configure: regenerate.
config.h.in: regenerate.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Jun 22 13:15:25 2002 UTC (21 years, 9 months ago) by hiroo
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
acconfig.h:
 * Remove HAVE_RAND_MAX, which is superfluous.
configure.in:
 * Remove HAVE_RAND_MAX, which is superfluous.
 * check `random()'.
configure, config.h.in:
 * Regenerate.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jun 17 17:28:52 2002 UTC (21 years, 9 months ago) by hiroo
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
configure.in:
 * Passes autoconf 2.13 again. cf.[freewnn:00872]
 * look for getopt().
Wnn/include/wnn_os.h:
 * forgot to put #endif. cf.[freewnn:00874]
Wnn/jlib/getopt.c:
 * Only used when getopt() does not exist. cf.[freewnn:00874]
config.h.in, configure:
 * Regenerate (GNU Autoconf 2.53).


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Jun 15 13:02:13 2002 UTC (21 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14
configure.in:
 * Add getdtablesize() check.
config.h.in, configure:
 * regenerate (GNU Autoconf 2.53)
Wnn/include/wnn_os.h:
 * bzero/memset, strchr/index strrchr/rindex glue.
 * SIGNALRETURNSINT replaced by RETSIGTYPE and RETSIGTYPE_VOID.
 * Newly define WNN_NFD for temporal file descriptor number hack.
Wnn/jlib/getopt.c, jl.c, js.c:
Wnn/jserver/initjserv.c:
Wnn/romkan/rk_header.h:
 * Include config.h and wnn_os.h if not, and get rid of BSD42 macro.
Wnn/jserver/de.c:
 * Use WNN_NFD for temporal file descriptor number hack.
Wnn/jserver/de_header.h, error.c:
Wnn/uum/jhlp.c:
 * Replace to RETSIGTYPE and RETSIGTYPE_VOID.
 * Use WNN_NFD for temporal file descriptor number hack.
Wnn/uum/sheader.h:
 * A trivial change in comment.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Jun 15 10:19:27 2002 UTC (21 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.13: +54 -10 lines
Diff to previous 1.13
acconfig.h:
 * Added RETSIGTYPE_VOID hack taken from EB Library
   <URI:http://www.sra.co.jp/people/m-kasahr/eb/>.
 * Small cosmetic changes.
configure.in:
 * Removed -DCSRG_BASED for CCOPTIONS of *BSD.
 * Aggregated AC_CHECK_HEADERS and AC_CHECK_FUNCS parameter to reduce the
   size of configure a little.
 * Cosmetic change in AC_CHECK_TYPES usage.
 * Added RETSIGTYPE_VOID hack taken from EB Library.
 * Suppress Makefile generation for each language when they are disabled.
config.h.in, configure: regenerate. (GNU Autoconf 2.53)


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun May 12 01:01:46 2002 UTC (21 years, 11 months ago) by hiroo
Branch: MAIN
Changes since 1.12: +9 -0 lines
Diff to previous 1.12
* Check for bcopy/bzero/bcmp
* Remove `register'


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed May 1 20:27:16 2002 UTC (21 years, 11 months ago) by hiroo
Branch: MAIN
Changes since 1.11: +110 -66 lines
Diff to previous 1.11
Add existence check for functions not in C89, POSIX 1 or 2.
* Check for syslog() and syslog.h.
* Check for setenv().


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Mar 30 02:35:20 2002 UTC (22 years ago) by hiroo
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
Remove limits.h check. It is included in STDC_HEADERS.
Add memory.h check for bcopy/memmove, strchr/index issue to be done in the future.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 04:32:23 2002 UTC (22 years ago) by hiroo
Branch: MAIN
Changes since 1.9: +3 -0 lines
Diff to previous 1.9
add fchmod() existence check.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Mar 9 16:50:31 2002 UTC (22 years, 1 month ago) by aono
Branch: MAIN
Changes since 1.8: +6 -0 lines
Diff to previous 1.8
Commit rest of my error.c rewrite. see [freewnn:00772].
Source code is changed much to match with current source policy.
Extentions to log mechanism (ex. introduce debug-level) are welcome.

Note: log_err() send messages to syslog (LOG_ERR, facility not defined (^^;)
      if -s options is *not* used. Currently it isn't used anywhere.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Sep 16 11:35:57 2001 UTC (22 years, 7 months ago) by hiroo
Branch: MAIN
Changes since 1.7: +9 -3 lines
Diff to previous 1.7
Fixed some comment descriptions.
--enable-ipv6, --enable-unsafe-path, --enable-debug options, etc.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Aug 14 13:43:20 2001 UTC (22 years, 8 months ago) by hiroo
Branch: MAIN
Changes since 1.6: +3 -0 lines
Diff to previous 1.6
IPv6+CPP patch [freewnn:00673] Katsuomi Hamajima, Tomoki Aono
beos patch for configure.in [freewnn:00677] Hiroaki Abe
libtoolized by libtool-1.4


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 18 09:09:20 2001 UTC (22 years, 9 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a018
Changes since 1.5: +97 -54 lines
Diff to previous 1.5
FreeWnn-1.1.1-a018 is released.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 18:28:51 2001 UTC (22 years, 10 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a017
Changes since 1.4: +13 -2 lines
Diff to previous 1.4
FreeWnn-1.1.1-a017 is released.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 17:55:29 2001 UTC (22 years, 10 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a014, freewnn-1-1-1-a015, freewnn-1-1-1-a016
Changes since 1.3: +30 -1 lines
Diff to previous 1.3
FreeWnn-1.1.1-a014 is released.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:34:04 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a013
Changes since 1.2: +5 -0 lines
Diff to previous 1.2
FreeWnn-1.1.1-a013 is released.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:30:00 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a012
Changes since 1.1: +19 -0 lines
Diff to previous 1.1
FreeWnn-1.1.1-a012 is released.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 06:37:12 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a004, freewnn-1-1-1-a005, freewnn-1-1-1-a006, freewnn-1-1-1-a007, freewnn-1-1-1-a008, freewnn-1-1-1-a009, freewnn-1-1-1-a010, freewnn-1-1-1-a011
FreeWnn-1.1.1-a004 is released.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26