[go: up one dir, main page]

File: params.h

package info (click to toggle)
fookb 3.0-3.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 372 kB
  • ctags: 46
  • sloc: ansic: 597; makefile: 88; sh: 44
file content (27 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * params.h
 *
 * (c) 1998-2002 Alexey Vyskubov <alexey@mawhrin.net>
 *
 */

#ifndef PARAMS_H
#define PARAMS_H

#ifdef HAVE_WINGS_WUTIL_H 
#include <WINGs/WUtil.h> 

#ifdef WMAKER
#define DEFAULTS_FILE "~/GNUstep/Defaults/FOOkb"
#else
#define DEFAULTS_FILE "~/.fookb"
#endif				/* WMAKER */

#endif				/* HAVE_WINGS_WUTIL_H */

#include <X11/Xlib.h>		/* X Window standard header */
#include <X11/Xresource.h>	/* X resource manager stuff */

char *read_param(char *);

#endif				/* PARAMS_H */