source: git/Singular/feOptGen.h @ 0df59c8

spielwiese
Last change on this file since 0df59c8 was bd795d, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
improved build system in Singuar/: building of libparse and [TE]Singular ADD/CHG: distribute and install emacs/ (under $(datadir)/) CHG: moved fegetopt.{c,h} from kernel/ to Singular/ ADD: build and install Singular/[TE]Singular ADD: better Singular/libparse CHG: only build the static release and debug binaries Singular&Singularg by default!
  • Property mode set to 100644
File size: 405 bytes
Line 
1#ifndef FEOPTSGEN_H
2#define FEOPTSGEN_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id$ */
7/*
8* ABSTRACT: Declarations for working with Options
9*/
10
11#include <Singular/fegetopt.h>
12
13extern const char SHORT_OPTS_STRING[];
14
15#include <Singular/feOptTab.h>
16typedef enum {FE_OPT_UNDEF}  feOptIndex;
17
18#endif /*  FEOPTSGEN_H */
Note: See TracBrowser for help on using the repository browser.