Sun Aug 2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
authorNathan Bryant <loanshark@uncensored.citadel.org>
Sun, 2 Aug 1998 22:56:39 +0000 (22:56 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Sun, 2 Aug 1998 22:56:39 +0000 (22:56 +0000)
commit9516220536aef04333a5754b8b930ed0eab75ac0
tree36cdd72e175783db979c8945ccda5b19344827bf
parentd1ad7a726952aecca7ca3c28724546305abb797b
Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
* config_defs.h: new file, contains external declarations from config.c
* config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
  for bbs_home_directory
* mailinglist.c, support.c: include <string.h>
* sysoputil.c: include <string.h>, <limits.h>, "config_defs.h", remove
  duplicated defs, replace gets() call with fgets()
* user_ops.c: define _XOPEN_SOURCE_EXTENDED
citadel/ChangeLog
citadel/config.c
citadel/config_defs.h [new file with mode: 0644]
citadel/mailinglist.c
citadel/support.c
citadel/user_ops.c