comparison src/post.c @ 117:d45b0abe7c79 noffle

[svn] Merge with release-1-0 at release-1-0-merge-3
author bears
date Sun, 25 Jun 2000 19:42:10 +0100
parents 3b4db42990e0
children 55ba957023f9
comparison
equal deleted inserted replaced
116:0a12fc56db30 117:d45b0abe7c79
1 /* 1 /*
2 post.c 2 post.c
3 3
4 $Id: post.c 159 2000-06-24 20:47:40Z bears $ 4 $Id: post.c 165 2000-06-25 18:42:10Z bears $
5 */ 5 */
6 6
7 #if HAVE_CONFIG_H 7 #if HAVE_CONFIG_H
8 #include <config.h> 8 #include <config.h>
9 #endif 9 #endif
408 { 408 {
409 const char *grp; 409 const char *grp;
410 Bool err; 410 Bool err;
411 Bool local; 411 Bool local;
412 Bool postLocal; 412 Bool postLocal;
413 char postAllow;
414 413
415 err = FALSE; 414 err = FALSE;
416 postLocal = Cfg_postLocal(); 415 postLocal = Cfg_postLocal();
417 416
418 /* 417 /*